ERC-721
Mint NFT
Mints an NFT in the specified collection and assigns it to a user.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Token address or symbol.
Example:
"0xabcdef"
Query Parameters
Network identifier where the NFT collection contract was deployed.
Example:
10004
Address which will receive the NFT.
Example:
"0xabcdef"
Body
multipart/form-data
Data needed for minting the NFT
The body is of type object
.
Response
200
application/json
Successful minting.
The response is of type object
.