Mint NFT Multiple Tokens
POST {{baseUrl}}/v3/nft/mint/batch
2 credits per API call.
Create multiple NFT Tokens and transfer them to destination account. Create and transfer any NFT tokens from smart contract defined in contractAddress.
Tatum now supports NFT these blockchains:
- Ethereum
- Polygon (Matic)
- Celo
- Harmony.ONE
- Tron
- Flow
- Binance Smart Chain
Request Body
{"chain"=>"CELO", "to"=>["0x687422eEA2cB73B5d3e242bA5456b782919AFc85"], "contractAddress"=>"exercitationad Duis ipsumdolorcillum", "url"=>["https://my_token_data.com"], "fromPrivateKey"=>"0x05e150c73f1920ec14caa1e0b6aa09940899678051a78542840c2668ce5080c2", "feeCurrency"=>"CEUR", "tokenId"=>["100000"], "authorAddresses"=>[["0x687422eEA2cB73B5d3e242bA5456b782919AFc85", "0x687422eEA2cB73B5d3e242bA5456b782919AFc85"], ["0x687422eEA2cB73B5d3e242bA5456b782919AFc85", "0x687422eEA2cB73B5d3e242bA5456b782919AFc85"]], "cashbackValues"=>[["0.5", "0.5"], ["0.5", "0.5"]], "nonce"=>80191202.27356522}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"txId":"c83f8818db43d9ba4accfe454aa44fc33123d47a4f89d47b314d6748eb0e9bc9","failed":false}