OUTCOME · Observe live operations
What changes
Read-only. It cannot create or alter matches, wagers, odds, wallets, escrow, payouts, settlement, referee decisions, evidence, proof publication, or game-server state.
v2Arena administration
/api/v2/admin/arena/overviewPURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Call this to render Arena Monitor or reconcile its current operational picture before following a specific evidence event or proof reference.
OUTCOME · Observe live operations
Read-only. It cannot create or alter matches, wagers, odds, wallets, escrow, payouts, settlement, referee decisions, evidence, proof publication, or game-server state.
WHY IT MATTERS
ISOLATION + AUTHORITY
Identity derives the subject, tenant, and scopes from the bearer. Gateway sends only a short-lived HMAC-bound arena.admin.read capability to the private engine and never forwards the bearer downstream.
BEFORE YOU CALL
WHAT TO DO NEXT
AGENT GUIDANCE
The exact deployed parameters, schemas, responses, security requirements, and Hybrid-Chain agent metadata are authoritative at this operation's production OpenAPI JSON Pointer. The readable tables below add integration guidance; the deployed OpenAPI controls if guidance and the machine contract ever differ.
Open the authoritative production contract ↗EXTENDED INTEGRATION GUIDANCE
Examples illustrate integration intent; the referenced OpenAPI operation and component schemas define the executable shape.
PARAMETERS
AuthorizationheaderRequiredBearer tokenCredential containing arena:admin:read authority.EXAMPLEBearer hc_live_…
elapsed_msqueryOptionalinteger · int64 · nullableDeterministic D0 simulation position in milliseconds, from 0 through 24000.Schema range: 0 to 24000EXAMPLE12000
X-Request-IDheaderOptionalstringOptional caller correlation identifier. The gateway emits the effective value on the response.
RESPONSES
{
"data": "example-data",
"success": true
}{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentialsOPERATIONAL NOTES
This route is implemented in canonical gateway source and appears in the production OpenAPI snapshot observed 2026-09-11T06:35:11.572Z. Authentication, tenant, feature, venue, and market policy still apply.
Verify the exact production OpenAPI operation ↗Return to the V2 directory ↗