Get Balance
Account
Get Balance
Retrieve account balance for a specific currency
GET
Get Balance
Overview
Get the current balance for a specific currency in your Pro account. This endpoint requires authentication with an API key that has Read scope.Unified Balance: USDT, USDC, and USD are all mapped to a single unified USD balance. Use
USD to retrieve your dollar balance.Authentication
Your API key with Read scope
Path Parameters
Currency code to retrieve balance forExample:
USD, NGNRequest Examples
Response
Indicates if the request was successful
Human-readable response message
Balance object
ISO 8601 timestamp of the response
Success Response
Error Responses
401 Unauthorized
- Missing
X-Api-Keyheader - Invalid API key format
- API key has been revoked
403 Forbidden
- API key does not have Read scope
- User account is suspended
404 Not Found
- Invalid currency code
- Currency not supported on the platform
Rate Limits
- 100 requests per minute per API key
- Requires Read scope
Next Steps
Get Balances
Get all currency balances at once
Place Order
Use your balance to place trades