POST
/
stake
/
buyback
/
burn
/
execute
Execute Burn
curl --request POST \
  --url https://prv.stake.biya.io/stake/buyback/burn/execute \
  --header 'Content-Type: application/json' \
  --data '
{
  "round_id": "<string>",
  "burn_address": "<string>"
}
'
{
  "burn_record": {
    "id": "<string>",
    "round_id": "<string>",
    "burn_time": "<string>",
    "tx_hash": "<string>",
    "quantity": "<string>",
    "burn_address": "<string>",
    "status": 123,
    "block_height": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>"
  },
  "success": true,
  "message": "<string>"
}

Body

application/json

ExecuteBurnRequest requests token burn execution

round_id
string
burn_address
string

Response

200 - application/json

OK

ExecuteBurnResponse contains burn execution result

burn_record
object

BurnRecord represents a burn record

success
boolean
message
string