/prepare-transactions
with method=newTokenization
.
Request Body
Parameter | Type | Required | Description |
---|---|---|---|
signerAddress | string | Yes | Address that will sign the transaction |
chainId | string | Yes | Blockchain network identifier (hex format) |
tokenizerEmail | string | Yes | Email of the tokenizer |
url | string | Yes | URL associated with tokenization documents |
name | string | Yes | Name of the token |
tokenSymbol | string | Yes | Token symbol (max 5 characters) |
supplyCap | string | No | Maximum token supply cap |
gasLimit | string | No | Optional gas limit |
rpcUrl | string | No | Optional RPC URL |
preMints | array | No | Pre-mint configurations |
initialHolders | array | No | Initial holder configurations |
Example Request
Response
Returns an array of unsigned transactions that need to be signed and a transaction ID for tracking.Authorizations
Body
application/json
Same request body as /prepare-transactions for method=newTokenization. The method is implied by the path.
Address initiating the transaction.
Chain ID in hex.
Optional gas limit.
Optional RPC URL.