newTokenization
Prepares unsigned transactions for the newTokenization method.
/prepare-transactions with method=newTokenization.Authorizations
Body
Request body for newTokenization. Required fields are method, chainId, signerAddress, tokenizerEmail, name, and tokenSymbol.
Required. Must be newTokenization.
newTokenization Required. Wallet address that will sign the prepared transaction.
Required. Blockchain network identifier. Hex format is recommended, for example Sepolia aa36a7.
Required. Tokenizer email. The tokenizer user must already exist.
Required. Name of the tokenized asset.
Required. Token symbol. Must be 2 to 5 uppercase letters or numbers.
Optional. Token type. Defaults to EQUITY when omitted.
EQUITY, DEBT, BILL_FACTORING, ICO, STABLECOIN, REVENUE_SHARE, RWA_TOKEN, PROFIT_SHARING Optional. Maximum token supply. Defaults to 0 when omitted.
Optional. Token documentation URL. Defaults to an empty string when omitted.
Optional. Tokenizer wallet address used by tokenization setup flows when provided.
^0x[a-fA-F0-9]{40}$Optional. Payment token contract address override. If omitted, the chain default payment token is used.
^0x[a-fA-F0-9]{40}$Optional. Pre-mint amounts. If provided, initialHolders must also be provided with the same length.
Optional. Initial holders paired by index with preMints. Provide walletAddress directly, or email when a DFNS wallet can be resolved.
Optional. Gas limit override. If omitted, the API estimates gas automatically.
Optional. Private RPC URL override. If omitted, the API uses the configured RPC for chainId.
Optional. Nonce override. If omitted, the API reads the pending nonce from the RPC.