POST/tokenization/mint

Mint Tokens

Outcome - Mints 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 receive the minted token (provided only if clientId is not provided)

amountstringrequired

Minting amount

clientIdstring

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

toMasterWalletboolean

If true, mints the tokens to 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?