Mint Multi Token
POST {{baseUrl}}/v3/multitoken/mint
2 credits per API call.
Mint a fixed amount of Multi Token and transfer it to destination account. Create and transfer any Multi Token token from smart contract defined in contractAddress.
It is possible to add Metadata to the created token with a more detailed information about it.
Tatum now supports Multi Token these blockchains:
- Ethereum
- Polygon (Matic)
- Celo
- Harmony.ONE
- Binance Smart Chain
Request Body
{"to"=>"0x687422eEA2cB73B5d3e242bA5456b782919AFc85", "chain"=>"ETH", "contractAddress"=>"0x687422eEA2cB73B5d3e242bA5456b782919AFc85", "tokenId"=>"100000", "amount"=>"100000", "data"=>"0x1234", "index"=>69458588.50738375, "signatureId"=>"26d3883e-4e17-48b3-a0ee-09a3e484ac83", "nonce"=>58604750.10982113, "fee"=>{"gasLimit"=>"40000", "gasPrice"=>"20"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"txId":"c83f8818db43d9ba4accfe454aa44fc33123d47a4f89d47b314d6748eb0e9bc9","failed":false}