Get program activity
Reporting
Get program activity
Returns activity metrics per program with a per-asset breakdown. Pass program_id for a single program’s scorecard.
GET
Get program activity
Returns a per-program scorecard:
event_count, journal_count, total_issued, total_redeemed, unique_participants, last_activity_at, and a by_asset breakdown with per-asset scale.
Pass program_id for a single program’s row, since to exclude dormant programs, or from/to to window the count and amount fields. Prefer the by_asset rows over the top-level totals for multi-asset programs, since the top-level figures sum across assets.
For usage patterns and examples, see the Reporting guide.
Authorizations
API key passed in the X-API-Key header.
Query Parameters
Narrow the report to a single program (one row)
Only include programs with activity after this timestamp (RFC 3339). Does not filter metric values.
Period start (inclusive, RFC3339). Must be provided with to. Scopes event_count, total_issued, total_redeemed, and by_asset.
Period end (inclusive, RFC3339). Must be provided with from. Scopes event_count, total_issued, total_redeemed, and by_asset.