v1
latestOpenAPI 3.0.02026-08-0641318.9 KBFund
Get available USDT and USDC balances
Returns only the authenticated merchant's USDT and USDC AVAILABLE_BALANCE values. Requires fund.withdraw permission.
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
Example response
{
"data": {
"available_balance_usdt": "120.50",
"available_balance_usdc": "75.25"
}
}