Wallet
Manage your wallet and check balances.
Get Wallet Balance
Retrieve the current balance of your wallet associated with the API key.
Endpoint: GET /wallet/balance
Success Response
{
"walletId": "uuid-v4-wallet-id",
"currency": "USD",
"balance": "1000.00",
"mode": "LIVE"
}
Error Responses
- 401 Unauthorized: Missing or invalid API key.
- 404 Not Found: Wallet not found.