cURL
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" } }
Retrieve next grant claim date for a user of your mini app.
The wallet_address of the user to query. Must be exactly 42 characters long.
wallet_address
42
The app_id of your mini app.
app_id
Next grant date
The response is of type object.
object
Was this page helpful?