getWalletState
Bearer token requiredBalance, locked bonuses, recent ledger.
/_serverFn/getWalletState| 401 | Unauthorized – missing or invalid bearer token. |
| 400 | Validation failed – input did not match the schema. |
| 429 | Rate limited – slow down and retry. |
| 500 | Server error – reported and logged with an error ID. |
curl -X GET https://centuryvtu.com/_serverFn/getWalletState \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-G{ balance, lockedBonus, referralLockedBonus, log: WalletLedgerRow[] }Runs against Production using your own signed-in session. No shared or secret credential is used.