POST
/tokenization/mintMint Tokens
Outcome - Mints 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 receive the minted token (provided only if clientId is not provided)
amountstringrequiredMinting amount
clientIdstringExternal client ID (provided only if recipientAddress is not provided)
toMasterWalletbooleanIf true, mints the tokens to the master vault wallet associated with the asset
Responses
Response attributes
messagestringResponse message
dataobjectObject with transaction ID
statusnumberHTTP status code
Was this page helpful?