Get ledger summary
Reporting
Get ledger summary
Returns aggregated ledger statistics per asset. Optionally filter by program_id. Provide both from and to to include period-scoped rollforward fields in the response. In period mode, period_redeemed is gross redemptions for the window; reversals and similar adjustments are reflected in other_adjustments_net.
GET
Get ledger summary
Returns aggregated balances and flows for each asset in your ledger. The response includesDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
total_issued, total_redeemed, total_expired, total_forfeited, current_balance, and participant_count per asset.
Pass program_id to scope the summary to a single program. Omit it to get org-wide totals across all programs. All values are computed in real time from the ledger, so they reflect the current state without any delay.
For usage patterns and examples, see the Reporting guide.
Authorizations
API key passed in the X-API-Key header.
Query Parameters
Filter by program ID
Period start (inclusive, RFC3339). Must be provided with to.
Period end (inclusive, RFC3339). Must be provided with from.