Ledgers
Get ledger
Get a ledger by ID with the TypeScript SDK.
GET
Get ledger
Use
blnk.Ledgers.get to retrieve a ledger by its ledger ID.
1
Call the method
blnk.Ledgers.get
2
Use the ledger details
Read
response.data for the ledger name, metadata, and creation time. Use these values to confirm you have the correct ledger before creating balances or transactions.3
Response
200 OK