HYBRID-CHAINDEVELOPERS
DOCUMENTATIONv2
GET

Arena administration

Get live overview

/api/v2/admin/arena/overview
AUTHENTICATIONBearer token · arena:admin:readAUTHORITATIVE OWNERarena-engineCONTRACT AUTHORITYGenerated Rust OpenAPISTATUSSource ready · production listed

PURPOSE + BUSINESS CONTEXT

Observe the authenticated tenant's Arena match, viewer, market, wager, escrow, payout, referee, and proof-assurance posture through one read-only operations projection.

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

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.

WHY IT MATTERS

  • Gives operators a coherent live view without exposing control-plane actions.
  • Keeps Evercore and Hybrid frontends on the same tenant-isolated operational truth.

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

  • A validated Hybrid Identity bearer with both admin:read and arena:admin:read.
  • A tenant-bound private Arena engine configured behind Gateway V2.

WHAT TO DO NEXT

  • Resume the tenant-bound event feed with its opaque cursor.
  • Follow only canonical proof references once publication is explicitly reported.

AGENT GUIDANCE

  • Treat every D0 monetary figure as synthetic demo credits and every projected proof or payout as non-final until its separately owned production evidence exists.
  • Never send an Arena engine secret, internal authority header, caller-selected actor, or caller-selected tenant; Gateway derives and narrows those values.
  • Fail closed when Identity, the Gateway adapter, authority echoes, or the Arena projection cannot be verified.
MACHINE CONTRACT

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

Readable request and response reference

Examples illustrate integration intent; the referenced OpenAPI operation and component schemas define the executable shape.

PARAMETERS

Headers, path, query, and body

NAMELOCATIONPRESENCETYPE / RULES / PURPOSE
AuthorizationheaderRequired

Bearer tokenCredential containing arena:admin:read authority.EXAMPLEBearer hc_live_…

elapsed_msqueryOptional

integer · int64 · nullableDeterministic D0 simulation position in milliseconds, from 0 through 24000.Schema range: 0 to 24000EXAMPLE12000

X-Request-IDheaderOptional

stringOptional caller correlation identifier. The gateway emits the effective value on the response.

RESPONSES

Status and payload examples

200Read-only, tenant-scoped Arena match, viewer, market, wager, payout, escrow, evidence, proof, and referee-assurance projection. D0 data is synthetic and creates no wallet, signing, broadcast, settlement, or value instruction.Read completed · JSON RESPONSE+
{
  "data": "example-data",
  "success": true
}
INTEGRATION DECISION
CALLER ACTION
Accept the returned representation or receipt, then resume the tenant-bound event feed with its opaque cursor.
RETRY SAFETY
Repeat only when the integration needs a fresher authoritative projection.
STATE RECONCILIATION
Use returned identifiers and versions as the comparison point for later reads. Refresh the Arena overview and event feed for the same tenant, then verify match lifecycle, evidence sequence, settlement state, payout totals, and viewer counts before retrying a monitoring request.
401Bearer credential is missing, expired, or invalid.Authentication required · JSON RESPONSE+
{
  "code": "invalid_credentials",
  "message": "the supplied Hybrid credential is invalid"
}
INTEGRATION DECISIONinvalid_credentials
CALLER ACTION
Discard the rejected credential, complete the documented authentication or reassertion flow, and rebuild any request signature with fresh timestamps and nonces.
RETRY SAFETY
Retry only with a newly valid credential and fresh replay-protection values. Do not replay an expired signature.
STATE RECONCILIATION
Authentication failed before an authoritative read was returned for tenant-scoped Arena match, participant, audience, wager, event, evidence, settlement, and payout projections.
ESCALATE WHEN
Escalate when tenant binding, administrator scopes, event continuity, evidence finality, settlement totals, or payout projections remain inconsistent after a fresh read.
403The principal lacks the required scope, role, tenant, or step-up authority.Authority or policy denied · JSON RESPONSE+
{
  "code": "invalid_credentials",
  "message": "the supplied Hybrid credential is invalid"
}
INTEGRATION DECISIONinvalid_credentials
CALLER ACTION
Verify the exact scope, tenant or workspace membership, owner boundary, step-up purpose, feature policy, and resource eligibility. Never broaden authority automatically.
RETRY SAFETY
Do not retry until the missing authority or policy condition has been deliberately resolved with least privilege.
STATE RECONCILIATION
Confirm the caller and resource resolve to the same authority boundary for tenant-scoped Arena match, participant, audience, wager, event, evidence, settlement, and payout projections.
ESCALATE WHEN
Escalate when tenant binding, administrator scopes, event continuity, evidence finality, settlement totals, or payout projections remain inconsistent after a fresh read.
422The deterministic simulation position is outside the D0 contract.Request must change · JSON RESPONSE+
{
  "code": "invalid_credentials",
  "message": "the supplied Hybrid credential is invalid"
}
INTEGRATION DECISIONinvalid_credentials
CALLER ACTION
Rebuild the request from the live OpenAPI operation and correct the rejected method, media type, header, parameter, or body field.
RETRY SAFETY
Do not retry the same invalid request. A corrected read may be sent as a new attempt.
STATE RECONCILIATION
Compare the submitted values with the documented constraints before another call. Refresh the Arena overview and event feed for the same tenant, then verify match lifecycle, evidence sequence, settlement state, payout totals, and viewer counts before retrying a monitoring request.
ESCALATE WHEN
Escalate when tenant binding, administrator scopes, event continuity, evidence finality, settlement totals, or payout projections remain inconsistent after a fresh read.
502Arena returned a malformed or authority-mismatched projection.Dependency unavailable or outcome uncertain · JSON RESPONSE+
{
  "code": "invalid_credentials",
  "message": "the supplied Hybrid credential is invalid"
}
INTEGRATION DECISIONinvalid_credentials
CALLER ACTION
Treat the failure as transient and preserve the last known good representation without presenting it as fresh.
RETRY SAFETY
Retry with bounded exponential backoff and jitter; stop after the integration's failure budget is exhausted.
STATE RECONCILIATION
Refresh the Arena overview and event feed for the same tenant, then verify match lifecycle, evidence sequence, settlement state, payout totals, and viewer counts before retrying a monitoring request.
ESCALATE WHEN
Escalate when tenant binding, administrator scopes, event continuity, evidence finality, settlement totals, or payout projections remain inconsistent after a fresh read.
503The authoritative service or read model is unavailable.Dependency unavailable or outcome uncertain · JSON RESPONSE+
{
  "code": "invalid_credentials",
  "message": "the supplied Hybrid credential is invalid"
}
INTEGRATION DECISIONinvalid_credentials
CALLER ACTION
Treat the failure as transient and preserve the last known good representation without presenting it as fresh.
RETRY SAFETY
Retry with bounded exponential backoff and jitter; stop after the integration's failure budget is exhausted.
STATE RECONCILIATION
Refresh the Arena overview and event feed for the same tenant, then verify match lifecycle, evidence sequence, settlement state, payout totals, and viewer counts before retrying a monitoring request.
ESCALATE WHEN
Escalate when tenant binding, administrator scopes, event continuity, evidence finality, settlement totals, or payout projections remain inconsistent after a fresh read.

OPERATIONAL NOTES

Security and lifecycle guarantees

  • Authenticate an administrator through Identity, require both admin:read and arena:admin:read, and return a tenant-scoped read-only Arena operations projection. The Gateway narrows authority before signing the private Arena request; it never forwards the user's bearer to the engine.
  • The Rust gateway validates the public contract and routes only to the authoritative owner; clients never address internal services directly.
  • The tables and examples are derived from the current gateway source OpenAPI. Re-fetch the deployed OpenAPI before execution; deployment status is shown separately on this page.
  • Only parameters present in the OpenAPI operation are accepted; undocumented query keys fail closed with HTTP 422.
DOCUMENTATION STATUS

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