Get daily billing activity
Returns billing cycle charges grouped by UTC day for a compact activity chart.
Each point includes the total amount, its split into platformAmount (the
Hyperprop platform fee) and marketDataAmount (the CME Group market data
bundle), and the number of cycle line items started on that day — so
platformAmount + marketDataAmount = amount always holds. Aggregation runs
server-side and returns one row per active day, so response size stays
bounded even for organizations with 100K+ users.
Example:
GET /platform/v1/organization/billing/activity?startDate=2026-07-01&endDate=2026-07-31
X-API-Key: hp_live_...
Permissions: requires view access to Billing.
Authorizations
JWT Bearer token for user session auth. Format: "Bearer {token}". Used by User and Organization endpoints.
Query Parameters
First UTC day (defaults to 29 days ago)
Last UTC day, inclusive (defaults to today)
Related topics
Get daily lockout activityGet daily payout activityGet daily webhook delivery activityGet daily account creation activityGet activity stream