Skip to main content
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

string
required
Your API key with Read scope

Path Parameters

string
required
Currency code to retrieve balance forExample: USD, NGN

Request Examples

Response

boolean
required
Indicates if the request was successful
string
required
Human-readable response message
object
required
Balance object
string
ISO 8601 timestamp of the response

Success Response

Error Responses

401 Unauthorized

Common causes:
  • Missing X-Api-Key header
  • Invalid API key format
  • API key has been revoked

403 Forbidden

Common causes:
  • API key does not have Read scope
  • User account is suspended

404 Not Found

Common causes:
  • 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