Settlements & Custody
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.Documentation Index
Fetch the complete documentation index at: https://docs.trusset.org/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires an instance API key with thetrading service enabled.
Path Parameters
EVM address of the custody contract. Must match
0x[a-fA-F0-9]{40}.EVM address of the user. Must match
0x[a-fA-F0-9]{40}.EVM address of the token. Must match
0x[a-fA-F0-9]{40}.Query Parameters
Token type to query. One of
LIGHT_TOKEN (default) or STOCK_TOKEN.