prizes

Gets all claimed prizes for a wallet. Public endpoint - no authentication required. Excludes sensitive action_data for security.

get/wallet/{wallet}/prizes

Path parameters

walletstring required
Example:HLnpSz9h2S4hiLQ43rnSD9XkcUThA7B8hQMKmDaiTLcC

The wallet address to get prizes for

Response

Success

Example response

{
  "data": [
    {
      "id": 1,
      "wallet": "HLnpSz9h2S4hiLQ43rnSD9XkcUThA7B8hQMKmDaiTLcC",
      "signature": "5j7s1QjmRKFuDbCWMRVRNibSV2VAAEcNKP6HWU7GwPdXkBZvhz8n4vQl7bBq8tN4Rz9x1Kj3mP5wQ8rT2Y6zA",
      "mint": "ZDaUDL4XFdEct7UgeztrFQAptsvh4ZdhyZDZ1RpxYAK",
      "amount": 2000000000,
      "prize_id": "prize_1_yak_airdrop",
      "prize_name": "1 YAK Airdrop",
      "prize_type": "coin_airdrop",
      "created_at": "2024-01-15T10:30:00Z"
    }
  ]
}

Changes

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