Admin usage & revenue stats
hl_admin_statsRetrieve billing-period API-key usage, top-called tools, active alerts, signal track record, and x402 payment counts. Requires adminSecret matching HYPERSIGNAL_ADMIN_SECRET.
Instructions
OPERATOR ONLY. Requires adminSecret matching the server's HYPERSIGNAL_ADMIN_SECRET env var (disabled if unset). Reports API-key usage this billing period (by key-hash prefix — raw keys are never stored, so exact identity requires your own key-issuance records), top-called tools, active standing alerts, the signal track record, and x402 payment counts. Not billed as a premium call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Billing period as YYYY-MM; defaults to the current UTC month. | |
| adminSecret | Yes | Must match the server's HYPERSIGNAL_ADMIN_SECRET env var. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | ||
| period | Yes | ||
| totalKeys | Yes | ||
| trackRecord | Yes | ||
| activeAlerts | Yes | ||
| alertsByType | Yes | ||
| x402PaymentsTotal | Yes | ||
| x402PaymentsLast30d | Yes | ||
| toolTotalsThisPeriod | Yes | ||
| totalCallsThisPeriod | Yes |