Usage API

Track your proof generation and verification usage.

Use the Usage API to monitor proof volume, verify usage caps, and estimate billing.

Get usage

TEXT
GET /v1/usage

Query parameters

  • period: Billing period (e.g., 2026-01)
  • type: proof_generation | proof_verification

Response

JSON
{
  "period": "2026-01",
  "proof_count": 1234,
  "verification_count": 5678,
  "limit": 10000,
  "percentage_used": 12
}

Notes

  • Usage totals update in near real-time.
  • The limit field reflects your current plan tier.
Was this page helpful? /
Back to docs