v3
latestOpenAPI 3.0.32026-07-31489099.0 KBOrders
Burn Tokens
Burn (destroy) tokens from an address. Only available for tokenization/self-attested accounts.
post/accounts/{account_id}/tokens/burns
Path parameters
account_idstring required
ID of the resource
Example:2VZvtmVc2j3gQ80CTlcuQXbGrwC
Account ID
Request body
Example request
{
"amount": "1000",
"note": "Monthly burn for Q1 2024",
"source": {
"address_id": "2zbcDT1E1K6xjuYT",
"transfer_type": "solana",
"value_type": "eSDR"
}
}Response
OK