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' \
  --header 'X-Signature: <api-key>' \
  --data '
{
  "walletId": "<string>",
  "hideZeroBalance": true
}
'
[
  {
    "address": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa",
    "balance": "<string>",
    "currency": "<string>"
  }
]

Authorizations

X-Signature
string
header
required

Body

application/json
walletId
string
hideZeroBalance
boolean

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 )