Ledgers
Get ledger
Get a ledger by ID with the Java SDK.
GET
Get ledger
Use
blnk.ledgers().get for this operation.
1
Call the method
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
Related docs
View ledger docs
Ledger concepts and setup.
View ledger details
HTTP request and response schema.