Burn

Executes a burn operation to permanently remove a specified quantity of custom assets from circulation. It supports multiple networks—including Stellar (and its testnet) as well as XRPLedger (and its testnet)—and requires key parameters such as the initiating wallet address, the amount to burn, the issuer's address, and the asset code. This irreversible operation is typically used to manage token supply or implement deflationary measures for custom assets.

💡

Compute Unit Value: 50 (Fixed)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The request body for a /defi/v1/rwa/burn

The request body for a /defi/v1/rwa/burn

string
enum

The unique ID to direct queries or transactions to the correct blockchain. Find more here.

Allowed:
string

The abbreviated chain name for queries or transactions.

string
required

Public blockchain address of the sender initiating the transaction. Format depends on the chain (e.g., 0xABCDEF... for EVM, G... for Stellar).

string
required

Amount of the asset involved in the transaction, in the asset's smallest denomination (base units). Do not send human-readable decimal values. Examples: EVM tokens (18 decimals) = "1000000000000000000"; Stellar (7 decimals) = "10000000".

string
required

Public address of the issuer of the asset.

string
required

The unique alphanumeric code identifying the asset.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json