Common Parameters
Parameter | Type | Required | Description |
---|---|---|---|
chainId | string | Yes | Blockchain network identifier (hex format) |
method | string | Yes | Transaction method type |
signerAddress | string | Yes | Address that will sign the transaction |
Supported Methods
newTokenization
Creates a new tokenized asset.newSto
Creates a new Security Token Offering.newInvest
Makes an investment in an STO.claimTokens
Claims tokens from a completed STO.mintToken
Mints additional tokens to specified addresses.whitelist
Manages whitelist status for addresses.approve
Approves another address to spend tokens on behalf of the signer.burnToken
Burns tokens from the signer’s address.transferFrom
Transfers tokens from one address to another (requires approval).transferTo
Transfers tokens from signer’s address to another address.dividendDistribution
Distributes dividends to token holders.Response Format
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