prepare-transactions
endpoint with the newTokenization
method.
Request Body
The request body should include the following parameters:Parameters
- method (string): Must be “newTokenization”
- tokenizerAddress (string): The address of the tokenizer initiating the transaction
- chainId (string): The blockchain network chain ID in hex format
- rpcUrl (string, optional): Optional RPC URL
- url (string): URL associated with tokenization documents
- name (string): The name of the token
- tokenizerEmail (string): Email of the tokenizer
- tokenSymbol (string): The symbol of the token (max 5 characters)
- supplyCap (string): Maximum token supply cap
- preMints (array): Array of pre-mint configurations
- initialHolders (array): Array of initial token holders
Authorizations
Body
The operation to be performed. Possible values are newTokenization, mintToken, whitelist, burnToken, transferFrom, transferTo, approve, dividendDistribution, newSto.
"newTokenization"
The address of the user initiating the transaction.
"0xSignerAddress"
The email of the user.
"tokenizer.email@example.com"
The blockchain network's chain ID in hexadecimal format (e.g., "aa36a7" for Sepolia testnet).
"aa36a7"
The token symbol (max 5 characters).
"BKN"
Max token supply.
"10"
Name of the token.
"Brickken"
An amount of gas units as limits. If not specified, it will be automatically estimated.
"2000000 but can be omitted"
The RPC URL of the blockchain network. If not provided, a default RPC URL for the specified chain ID will be used.
"{URL_TO_RPC} but can be omitted"
Response
Successful response