Redemptions

Retrieve redemption history, if any, for a given wallet_address.

get

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}/redemptions
200

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
post
/wallets/{wallet_address}/redemptions