POST/tokenization/burn

Burn Tokens

Outcome - Burns new security tokens with specified parameters and metadata.

This endpoint accepts multipart/form-data instead of a JSON body.

Body Parameters

assetIdnumberrequired

ID of the asset

recipientAddressstring

Wallet address that will initially burn the token from it (provided only if clientId is not provided)

amountstringrequired

Burning amount

clientIdstring

External client ID (provided only if recipientAddress is not provided)

fromMasterWalletboolean

If true, burns the tokens from the master vault wallet associated with the asset

Responses

Response attributes

messagestring

Response message

dataobject

Object with transaction ID

statusnumber

HTTP status code

Was this page helpful?