v3

latestOpenAPI 3.0.32026-07-31489099.0 KB
Orders

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

amountstring required

Amount to burn as a decimal string

notestring

Example request

{
  "amount": "1000",
  "note": "Monthly burn for Q1 2024",
  "source": {
    "address_id": "2zbcDT1E1K6xjuYT",
    "transfer_type": "solana",
    "value_type": "eSDR"
  }
}

Response

OK

amountstring

Amount burned

created_atstring date-time
idstring

Order ID

statusstring

Transaction status

updated_atstring date-time