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.
Editable Live Gate ResponseEdit any field in the playground and click "Save response" to customize what GET /claim serves.
Response object
The endpoint returns a gate descriptor and request metadata as JSON.
namestringHuman-readable name for the allocation event.
statusenumCurrent gate state: scheduled, opening, open, paused, or closed.
opensAtdatetimeISO 8601 timestamp for the scheduled gate opening.
networkstringNetwork on which the allocation becomes claimable.
messagestringA concise status message for client interfaces.
Live playground
Configure response
GET / POST
/claimresponse_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"
}
}