Ledgers
Create ledger
Create a new ledger with the Go SDK.
POST
Create ledger
Use
client.Ledger.Create to create a new ledger for your system.
Call the method
client.Ledger.Create
| Field | Type | Description |
|---|---|---|
Name | string | Display name for the ledger. |
MetaData | map[string]interface{} | Optional metadata for extra context. |
Related docs
View ledger docs
Ledger concepts and setup.
Create new ledger
HTTP request and response schema.