API Reference
Epoch

Epoch

GET /v1/epoch

Current epoch state across all three epoch types (audit, payment, staking) plus history.

Query parameters

ParamTypeNotes
networkstringRequired

Response

{
  "currentAuditEpoch": 0,
  "currentPaymentEpoch": 0,
  "currentStakingEpoch": 0,
  "auditCountdown": "00:00:00",
  "paymentCountdown": "00:00:00",
  "stakingCountdown": "00:00:00",
  "auditHistory": [],
  "paymentHistory": [],
  "stakingHistory": []
}

Epoch cycle lengths: audit ~1 hour, payment ~24 hours, staking ~7 days.