financial_accounts
Get a financial account balance
Get a financial account balance by its unique identifier.
get/v1/financial_accounts/{id}/balance
Path parameters
idstring required
The unique identifier for the financial account
Response
The financial account was retrieved
Example response
{
"current_balance": 10000,
"available_balance": 10000,
"timestamp": "2020-01-31T23:00:00Z"
}