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>'

If you'd like to get an API key, please send us an email to [email protected] or message us on telegram

Response Parameters

Name
Type
Description

address

string

The wallet address that can participate for the quest

nickname

string

Either an ENS name or plain address

description

string

description

image

string

Image URL

link

string

Link URL

domain

string

Domain name (e.g app.uniswap.org)

protocol

string

Protocol name

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