Ledger balances
Balance snapshots
Capture a balance snapshot with the TypeScript SDK.
POST
Balance snapshots
Use
blnk.LedgerBalances.createSnapshot to trigger balance snapshot processing on demand.
blnk.LedgerBalances.createSnapshot
| Field | Description |
|---|---|
batch_size | Optional. Server default is 1000. |
Response shape
200 OK
| Field | Description |
|---|---|
message | Status message when the snapshot job starts. |
Related docs
How balance snapshots work
When Core runs snapshots and why they matter.
Balance snapshots
HTTP request and response schema.