Mint tokens and upload metadata
Documentation Index
Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
The collection link id
The id of the vault account that initiates the mint function.
"0"
The EVM address to mint to
"0x5503766D27d1ED4525f5053222E18b29C38eDdB2"
The token id, recommended to have numerical format and in sequential order
"1"
For ERC721, amount is optional or should always be 1 and for ERC1155, amount should be 1 or greater
"1"
URL of metadata uploaded, skip uploading to IPFS if this field is provided with any value
"ipfs://QmP4P6f7mDHzikhdwLBVSCxCPEgmjwcWSVBHbtSyfBYzBC"
Metadata to upload
{
"name": "MYTOKEN",
"description": "description of MYTOKEN"
}External id that can be used to identify the transaction in your system. The unique identifier of the transaction outside of Fireblocks with max length of 255 characters
"0192e4f5-924e-7bb9-8e5b-c748270feb38"
Tokens minted successfully
Transaction Id for the mint operation
"fbfbfbfb-fbfb-fbfb-fbfb-fbfbfbfbfbfb"