Ledgers
Get ledger
Get a ledger by ID with the Python SDK.
GET
Get ledger
Use
blnk.ledgers.get to retrieve a ledger by its ledger ID.
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.Related docs
View ledger docs
Ledger concepts and setup.
View ledger details
HTTP request and response schema.