Skip to main content
POST
/
v3
/
api
/
trading
/
wallets
/
balance
Retrieve wallet balances
curl --request POST \
  --url https://api.custody.api-zodia.io/v3/api/trading/wallets/balance \
  --header 'Content-Type: application/json' \
  --data '
{
  "walletId": "<string>",
  "hideZeroBalance": true
}
'
[
  {
    "address": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa",
    "balance": "<string>",
    "currency": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.zodia-custody.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
walletId
string
required
hideZeroBalance
boolean
required

Response

OK

address
string
required

Address of the wallet.

Example:

"1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa"

balance
string
required

Fixed-point representation of the balance.

currency
string

Display the symbol of the currency when the wallet has multiple associated assets. ( eg. eth wallets that also hold erc 20 )