Get wallet balances for the specified account.
read_wallets
) Balances response
Invalid input
Unauthorized access.
Resource not found.
Service unavailable or server error.
curl -i -X GET \ 'https://wallets.staging.tilia-inc.com/balances/:account_id?currency=string' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "payload": {
- "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
- "balances": {
- "property1": {
- "spendable_balance": {
- "balance": "50000",
- "display": "$500.00"
}, - "spendable": {
- "balance": "20000",
- "display": "$200.00"
}, - "convertible": {
- "balance": "10000",
- "display": "$100.00"
}
}, - "property2": {
- "spendable_balance": {
- "balance": "50000",
- "display": "$500.00"
}, - "spendable": {
- "balance": "20000",
- "display": "$200.00"
}, - "convertible": {
- "balance": "10000",
- "display": "$100.00"
}
}
}
}, - "codes": null,
- "message": null,
- "status": "Success"
}