Skip to main content
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

X-API-Key
string
header
required

API key passed in the X-API-Key header.

Query Parameters

program_id
string<uuid>

Narrow the report to a single program (one row)

since
string<date-time>

Only include programs with activity after this timestamp (RFC 3339). Does not filter metric values.

from
string<date-time>

Period start (inclusive, RFC3339). Must be provided with to. Scopes event_count, total_issued, total_redeemed, and by_asset.

to
string<date-time>

Period end (inclusive, RFC3339). Must be provided with from. Scopes event_count, total_issued, total_redeemed, and by_asset.

Response

Program activity metrics

Program activity results

data
object[]

Per-program activity metrics

pagination
object

Pagination metadata for list responses