Mints
The Mints APIs provide users the entries to mint the NFTs by calling the method in the ERC721 or ERC1155 contract.
Last updated
The Mints APIs provide users the entries to mint the NFTs by calling the method in the ERC721 or ERC1155 contract.
Last updated
The Mints APIs provide three methods to help users mint NFTs, including the custom minting, minting with a file and minting with metadata.
The Mint NFT
provides users with the entry to call the ERC721 or ERC1155 contract to mint the NFT. Users need to deploy their own contract firstly. If the network is Conflux_test
, set sponsor api
needs to be called beforing minting.
Authorization
Bearer Token
Header
string
The Batch Mint NFTs
API provides users with the entry to call the ERC721 or ERC1155 contract to mint several NFTs once.
Authorization
Bearer Token
Header
string
The Mint NFT with file
API provides users with the entry to call the ERC721 or ERC1155 contract to mint the NFT with uploading files. The uploaded files can be images, video and so on.
Authorization
Bearer Token
Header
string
The Mint NFT with metadata
provides users with the entry to call the ERC721 or ERC1155 contract to mint the NFT with creating metadata by providing a file url.
Authorization
Bearer Token
Header
string
The Obtain NFT list
API provides users with the entry to query the NFTs information created on a spcific app.
Authorization
Bearer Token
Header
string
The Query detailed NFT
API provides users with the entry to query the detailed NFT information created on a specific app according to the NFT's id.
Authorization
Bearer Token
Header
string
The uri of the metadata. It can be created thorugh .
The uri of the metadata. This uri can be generated through
The base_uri in the
The url of the file, which can be generated through or
Get the NFT list containing the NFTs minted in the specified app Get the NFT list containing the NFTs minted in the specified app
page
limit
contract
mint_to
status
chain
page
limit
contract
mint_to
status
chain
Bearer Open_JWT
Bearer Open_JWT
Mint a NFT by providing a metadata url
Bearer Open_JWT
Mint a NFT by uploading a file which can be a video, image and so on
Bearer Open_JWT
file
Mint a NFT by providing a file url to create the metadata
Bearer Open_JWT