GGRVT/developers All systems operational
Allocation API

Claim gate
status.

Retrieve or edit the live state of the GRVT allocation gate. Use this endpoint to power countdowns, claim experiences, and operational dashboards.

GET / POST/claim
Editable Live Gate ResponseEdit any field in the playground and click "Save response" to customize what GET /claim serves.
01

Response object

The endpoint returns a gate descriptor and request metadata as JSON.

namestring

Human-readable name for the allocation event.

statusenum

Current gate state: scheduled, opening, open, paused, or closed.

opensAtdatetime

ISO 8601 timestamp for the scheduled gate opening.

networkstring

Network on which the allocation becomes claimable.

messagestring

A concise status message for client interfaces.

NextCustomize and save your live endpoint response
Live playground

Configure response

GET / POST/claim
response_config.json

Edit any value below and click Save response to serve it as is from /claim.

Active Served Response200 OK
{
  "ok": true,
  "data": {
    "name": "GRVT Claim",
    "status": "scheduled",
    "opensAt": "2026-07-30T12:00:00.000Z",
    "network": "GRVT Mainnet",
    "message": "The allocation claim gate is scheduled to open."
  },
  "meta": {
    "requestId": "preview_01J8GRVT",
    "responseTimeMs": 42,
    "generatedAt": "2026-07-28T12:00:00.000Z"
  }
}
42 msapplication/jsonOpen live GET /claim