# Metadata

The metadata method will return a transaction that mints an NFT based on its data.&#x20;

The image for the NFT will be located in the metadata file. An example file can be found here.&#x20;

<mark style="color:green;">`POST`</mark> `https://api.mtnapi.com/mint`

Mints an NFT using a metadata file

#### Query Parameters

| Name                                     | Type   | Description                           |
| ---------------------------------------- | ------ | ------------------------------------- |
| name<mark style="color:red;">\*</mark>   | String | Name of the NFT (e.g. mtnFren)        |
| symbol<mark style="color:red;">\*</mark> | String | Symbol of the NFT (e.g. mtnfren)      |
| fee<mark style="color:red;">\*</mark>    | Int    | The royalty of amount (e.g. 500 = 5%) |
| uri<mark style="color:red;">\*</mark>    | String | The URL/URI of the metadata file      |

{% tabs %}
{% tab title="200: OK Success" %}

```javascript
{
    // Response
}
```

{% endtab %}
{% endtabs %}
