latestOpenAPI 3.0.12026-08-0881518.6 KB
df876833c130
Accounts
Get cash account by ID
This endpoint returns the cash account associated with the provided ID with its status.
get/v2/accounts/cash/{id}
Path parameters
idstring required
Response
Returns the cash account.
Example response
{
"current_balance": {
"amount": 700,
"currency": "USD"
},
"available_balance": {
"amount": 700,
"currency": "USD"
}
}