Fund

Get available balances

Returns only the authenticated merchant's USDT, USDC, and USD Cash AVAILABLE_BALANCE values. Requires fund.withdraw permission. USD is returned as "0" when the USD Cash Account is not open.

get/balances

Headers

Datestring

GMT server time, e.g. Tue, 21 Jan 2025 12:00:00 GMT. Required on the wire; the Try it signer injects it automatically.

Authorizationstring

HMAC-SHA256 Signature header. Required on the wire; the Try it signer injects it automatically. See the Authentication guide.

Response

Standard response envelope

OR

Example response

{
  "data": {
    "available_balance_usdt": "120.50",
    "available_balance_usdc": "75.25",
    "available_balance_usd": "1000.00"
  }
}

Changes