Balances
Get all balances
GET
/
balances
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
id
integer
Balance ID.
amount
integer
Balance amount.
mode
string
Balance mode
account_id
integer
Account ID associated with the balance
created_at
string
Date and time of balance creation.
updated_at
string
Date and time of last balance update.