Mints
The Mints APIs provide users the entries to mint the NFTs by calling the method in the ERC721 or ERC1155 contract.
Mint Actions
Mint NFT
Mint a NFT by providing a metadata url
Bearer Open_JWT
OK
没有发送到tx engine的原因,比如余额不足或网络错误等
0-pending, 1-success, 2-failed
Invalid request
Internal Server error
Batch Mint NFTs
Mint several NFTs once
Bearer Open_JWT
OK
没有发送到tx engine的原因,比如余额不足或网络错误等
0-pending, 1-success, 2-failed
Invalid request
Internal Server error
Mint NFT with file
Mint a NFT by uploading a file which can be a video, image and so on
Bearer Open_JWT
file
OK
没有发送到tx engine的原因,比如余额不足或网络错误等
0-pending, 1-success, 2-failed
Invalid request
Internal Server error
Mint NFT with metadata
Mint a NFT by providing a file url to create the metadata
Bearer Open_JWT
OK
没有发送到tx engine的原因,比如余额不足或网络错误等
0-pending, 1-success, 2-failed
Invalid request
Internal Server error
Obtain Informations
Obtain NFT list
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
Bearer Open_JWT
OK
Internal Server error
Query detailed NFT
Get NFT detail info
id
Bearer Open_JWT
OK
没有发送到tx engine的原因,比如余额不足或网络错误等
0-pending, 1-success, 2-failed
Invalid request
Internal Server error
Last updated