Ledgers
Get ledger
Get a ledger by ID with the Go SDK.
GET
Get ledger
Use
client.Ledger.Get to retrieve a ledger by its ledger ID.
Use the ledger details
Read the returned
ledger for the 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.