Burn

Burn a tokenized reward for the given contract address and token id.

post
Authorizations
Body
contract_addressstringRequired

The contract address

token_idstringRequired

The id of the token

Responses
200
Successful response
application/json
post
POST /partner-api/tokenized-rewards/burn HTTP/1.1
Host: 
X-API-Key: YOUR_API_KEY
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 45

"contract_address='text'&token_id='text'"
200

Successful response

{
  "burned_at": 1,
  "redeemed_by": "text"
}