Metadata
The metadata method will return a transaction that mints an NFT based on its data.
The image for the NFT will be located in the metadata file. An example file can be found here.
POST
https://api.mtnapi.com/mint
Mints an NFT using a metadata file
Query Parameters
Name
Type
Description
name*
String
Name of the NFT (e.g. mtnFren)
symbol*
String
Symbol of the NFT (e.g. mtnfren)
fee*
Int
The royalty of amount (e.g. 500 = 5%)
uri*
String
The URL/URI of the metadata file
Last updated