Quests
Our Quest API helps you find unparticipated quests by simply passing an Ethereum, ENS, SUI, Solana or Starknet address as a query parameter
Example Request
curl --location 'https://api.kwikclaim.com/v1/quests?address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045' \
--header 'x-api-key: <YOUR_API_KEY_HERE>'Response Parameters
Name
Type
Description
Example Response
[
{
"address": "0x6E307DE4Dc7Dc4924f22AAA410482C5F63A891cd",
"nickname": "0x6E307DE4Dc7Dc4924f22AAA410482C5F63A891cd",
"description": "Bridge your $UDT tokens from Mainnet to Base to receive 78,179.804 $UP tokens plus additional bonuses",
"image": "https://kwikclaim.blob.core.windows.net/images/unlock.png",
"link": "https://up-swap.unlock-protocol.com",
"domain": "up-swap.unlock-protocol.com",
"protocol": "UP/UDT"
}
]Last updated

