Ledger balances
View balance details
Get a balance by ID with the TypeScript SDK.
GET
View balance details
Use
blnk.LedgerBalances.get to retrieve a balance by its balance ID.
blnk.LedgerBalances.get
| Field | Description |
|---|---|
id | Balance ID to retrieve. |
Response shape
200 OK
| Field | Description |
|---|---|
balance_id | Unique ID for the balance. |
balance | Current net amount. |
currency | Currency or asset class. |
credit_balance | Total amount moved into the balance. |
debit_balance | Total amount moved out of the balance. |
Related docs
View balance docs
Balance concepts and setup.
View balance details
HTTP request and response schema.