Skip to main content
GET
Get ledger balance

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Ledger UUID

Response

Successfully retrieved balance

ledger_id
string<uuid>
balance_current
integer

Current balance in cents

balance_available
integer

Available balance in cents

currency_code
string
Required string length: 3
last_activity_date
string<date-time>