v1
latestOpenAPI 3.0.32026-07-2659172194.6 KBnfts
Mint NFTs
Create a mint request to mint a set of NFTs for a given collection
post/v1/chains/{chain_name}/collections/{contract_address}/nfts/mint-requests
Path parameters
contract_addressstring required
The address of contract
chain_namestring required
The name of chain
Example:imtbl-zkevm-testnet
The name of chain
Request body
Example request
{
"assets": [
{
"reference_id": "67f7d464-b8f0-4f6a-9a3b-8d3cb4a21af0",
"owner_address": "0xc344c05eef8876e517072f879dae8905aa2b956b",
"token_id": "1",
"amount": "1",
"metadata": {
"name": "Sword",
"description": "2022-08-16T17:43:26.991388Z",
"image": "https://some-url",
"external_url": "https://some-url",
"animation_url": "https://some-url",
"youtube_url": "https://some-url",
"attributes": [
{
"display_type": "number",
"trait_type": "Aqua Power"
}
]
}
}
]
}Response
Accepted