Public API
Public RabbitHole API quest endpoints
Quest Retrieval
The RabbiteHole API allows third parties to list relevant quests within their application. Today, we provide simple endpoints to retrieve a paginate list of quests, or a specific quest given a UUID
.
Get a List of Quests
GET
https://public-api.rabbithole.gg/v1/quests
Returns all the quests for an address, status, and value
Query Parameters
address
String
Users address we're retrieving quests for
status
String
Status of quests to return
ethValue
String
Minimum quest value to return
questNetwork
String
Claim network for quest
taskNetwork
String
Network action should be completed on
pageNo
String
For pagination
pageSize
String
For pagination
Get a Single Quest
GET
https://public-api.rabbithole.gg/v1/quest
Query Parameters
address
String
User adress
questId*
String
UUID of the quest
Further Endpoints
The ability to create quests, and receive signatures to claim quests are possible today using our internal API. If you have a use case that requires retrieving quest signatures or submitting claims please reach out for information on how to complete these queries. When these endpoints are made public the correct documentation will be added here.
Last updated