Get wallet balances for the specified account.
Balances response
Invalid input
Unauthorized access.
Resource not found.
Service unavailable or server error.
{- "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"
 
}