GET
/
balances

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
account_id
integer

Account ID associated with the balance

amount
integer

Balance amount.

created_at
string

Date and time of balance creation.

id
integer

Balance ID.

mode
string

Balance mode

updated_at
string

Date and time of last balance update.