Download OpenAPI specification:Download
The Wallets API enables you to determine the amount of a given currency belonging to an account. Each account may have multiple wallets, but a wallet belongs to only one account. For example, Alice may have a Wallet in USD, a Wallet in LindenDollars, and a Wallet in SandDollars.
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"
}