prizes

Gets a list of active prizes available for claiming. Excludes sensitive information like download URLs.

get/prizes

Response

Success

Example response

{
  "data": [
    {
      "prize_id": "prize_1_yak_airdrop",
      "name": "1 YAK Airdrop",
      "description": "Win 1 YAK coin airdrop",
      "weight": 1,
      "metadata": {
        "type": "coin_airdrop",
        "amount": 1000000000
      }
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.