GET
/
api
/
v2
/
minikit
/
user-grant-cycle
Get User Grant Cycle
curl --request GET \
  --url https://developer.worldcoin.org/api/v2/minikit/user-grant-cycle
{
  "success": true,
  "status": 123,
  "result": {
    "nextGrantClaimUTCDate": "2023-11-07T05:31:56Z"
  }
}

Query Parameters

wallet_address
string
required

The wallet_address of the user to query. Must be exactly 42 characters long.

Required string length: 42
app_id
string
required

The app_id of your mini app.

Response

200
application/json

Next grant date

The response is of type object.