⚙️
mtnAPI Docs 👨🏻‍🔬
  • mtnAPI Overview
    • Introduction
    • Terminology
  • Getting Started
  • How It Works
  • FAQ
  • Reference
    • API Reference
      • Pay
        • Token Discount Payments
        • Token Gated Payments
        • Token Swapped Payments
        • SOL & SPL Payments
      • Mint
        • Candy Machine
        • Metadata
        • Upload
      • Intent Key
      • Reference Key
      • Status
      • Validate
  • Supported Tokens
  • Testing
Powered by GitBook
On this page
  1. Reference
  2. API Reference
  3. Mint

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

{
    // Response
}
PreviousCandy MachineNextUpload

Last updated 2 years ago