Redemptions
Invoke this endpoint to return an array of rewards that were redeemed while associated with a specified wallet address.
Authorizations
X-API-KeystringRequired
Path parameters
wallet_addressstringRequired
the wallet address
Responses
200
OK
application/json
get
/wallets/{wallet_address}/redemptions200
OK
Generate a redemption code for a given reward by providing the wallet_address, token_id, and reward_id.
post
Utilize this endpoint to generate a redemption code for a given reward.
Authorizations
X-API-KeystringRequired
Path parameters
wallet_addressstringRequired
the wallet address
Body
reward_idstringRequired
the reward uuid
token_idstringRequired
the token id
Responses
200
OK
application/json
401
Could not generate code due to wallet_address not owning token.
404
Could not generate code due to invalid token_id, or reward_id.
post
/wallets/{wallet_address}/redemptions