Ledgers
Create ledger
Create a new ledger with the Java SDK.
POST
Create ledger
Use
blnk.ledgers().create for this operation.
1
Call the method
2
Save the ledger ID
Use
response.data().get("ledger_id").asText() when creating balances or transactions in this ledger.3
Response
201 Created
Related docs
View ledger docs
Ledger concepts and setup.
Create new ledger
HTTP request and response schema.