Market Data
Get Custody Balance
Check a user’s token balance within a custody contract
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 thetrading service enabled.
Path Parameters
string
required
EVM address of the custody contract. Must match
0x[a-fA-F0-9]{40}.string
required
EVM address of the user. Must match
0x[a-fA-F0-9]{40}.string
required
EVM address of the token. Must match
0x[a-fA-F0-9]{40}.