Balance
List balances
Get the balances for a program, business, or a given end-user account
get/v1/balances
Query parameters
account_tokenstring uuid
List balances for all financial accounts of a given account_token.
business_account_tokenstring uuid
List balances for all financial accounts of a given business_account_token.
balance_datestring date-time
UTC date and time of the balances to retrieve. Defaults to latest available balances
financial_account_type'ISSUING' | 'OPERATING' | 'RESERVE' | 'SECURITY'
List balances for a given Financial Account type.
Response
OK
Example response
{
"data": [
{
"financial_account_token": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
}