Public API
Public RabbitHole API quest endpoints
Quest Retrieval
Get a List of Quests
Query Parameters
Name
Type
Description
[
{
"quest": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", // UUID
"appLink": "string",
"iconOption": "string",
"imagePath": "string",
"name": "string",
"questEnd": "string",
"questStart": "string",
"description": "string",
"network": "eth-mainnet",
"status": "string",
"createdAt": "string",
"contractAddress": "string",
"creatorAddress": "string",
"allowlistEnabled": true,
"task": {
"name": "string",
"description": "string",
"link": "string",
"iconOption": "string",
"contractAddress": "string",
"network": "eth-mainnet"
}
},
"reward": {
"amount": "string",
"allocations": 0,
"allocationsClaimed": 0,
"type": "string",
"tokenSymbol": "string",
"token": "string",
"network": "string",
"tokenImage": "string",
"ethValue": "string",
"tokenContractAddress": "string",
"decimals": 0,
"tokenId": "string"
}
}
]Get a Single Quest
Query Parameters
Name
Type
Description
Further Endpoints
Last updated
Was this helpful?