POST
/tokenization/burnBurn Tokens
Outcome - Burns new security tokens with specified parameters and metadata.
ℹ
This endpoint accepts
multipart/form-data instead of a JSON body.Body Parameters
assetIdnumberrequiredID of the asset
recipientAddressstringWallet address that will initially burn the token from it (provided only if clientId is not provided)
amountstringrequiredBurning amount
clientIdstringExternal client ID (provided only if recipientAddress is not provided)
fromMasterWalletbooleanIf true, burns the tokens from the master vault wallet associated with the asset
Responses
Response attributes
messagestringResponse message
dataobjectObject with transaction ID
statusnumberHTTP status code
Was this page helpful?