Accounts
Get account
Get account balances, liabilities, and other detailed account information for a single deposit account.
get/accounts/{id}
Path parameters
idstring uuid required
Unique identifier for the account
Response
The deposit account details including balances
Example response
{
"currency": {
"currencyCode": "USD"
}
}