Ledger balances
Balance snapshots
Capture a balance snapshot with the Go SDK.
POST
Balance snapshots
Use
client.LedgerBalance.CreateSnapshot to trigger balance snapshot processing on demand.
Call the method
client.LedgerBalance.CreateSnapshot
| Field | Type | Description |
|---|---|---|
BatchSize | int | Optional. Server default is 1000. Omit or set to 0 to use the default. |
Wait for completion
Snapshot jobs run asynchronously. Core returns immediately with a status message while processing continues in the background.
Related docs
How balance snapshots work
When Core runs snapshots and why they matter.
Balance snapshots
HTTP request and response schema.