cURL
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>" } ]
OK
Address of the wallet.
"1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa"
Fixed-point representation of the balance.
Display the symbol of the currency when the wallet has multiple associated assets. ( eg. eth wallets that also hold erc 20 )