GET
/
balances
/
{id}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

id
integer
required

Balance ID

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.