Skip to main content
GET
Returns the balance of a specific token held by a user within a custody contract. Custody contracts escrow tokens during the trading and settlement lifecycle.

Authentication

Requires an instance API key with the trading service enabled.

Path Parameters

custodyContract
string
required
EVM address of the custody contract. Must match 0x[a-fA-F0-9]{40}.
userAddress
string
required
EVM address of the user. Must match 0x[a-fA-F0-9]{40}.
tokenAddress
string
required
EVM address of the token. Must match 0x[a-fA-F0-9]{40}.