Skip to main content
GET
List ledgers
Use client.Ledger.List to fetch every ledger on your instance. Core applies default pagination (limit=10, offset=0) when no query parameters are passed.
1

Call the method

client.Ledger.List
This method takes no arguments. For structured queries, use client.Ledger.Filter instead.
2

Response

200 OK

Go response ([]blnkgo.Ledger)

FieldTypeDescription
LedgerIDstringUnique ID for the ledger.
NamestringDisplay name of the ledger.
CreatedAttime.TimeDate and time the ledger was created.
MetaDataMetaDataMetadata object, if one was set at creation.

View ledger docs

Ledger concepts and setup.

View ledger details

HTTP request and response schema for a single ledger.

Need help?

We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool. To ask questions or discuss issues, please contact us or join our Discord community.