# NFT

## Get NFT

Returns an NFT by its mint address.

{% openapi src="<https://2946875910-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLywT3slSQ4GoAk6k17dV%2Fuploads%2Ffftve2zbXZ74wUToXwyN%2Fopenapi-api.json?alt=media&token=5d905f38-5d43-4e4c-8c64-a7e8a3fad848>" path="/nft/{nftId}" method="get" %}
[openapi-api.json](https://2946875910-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLywT3slSQ4GoAk6k17dV%2Fuploads%2Ffftve2zbXZ74wUToXwyN%2Fopenapi-api.json?alt=media\&token=5d905f38-5d43-4e4c-8c64-a7e8a3fad848)
{% endopenapi %}

## Get NFT Royalty

Returns the royalty paid status on the last sale of an NFT. Return type is either `true, false, or NO_DATA.`

{% openapi src="<https://2946875910-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLywT3slSQ4GoAk6k17dV%2Fuploads%2Ffftve2zbXZ74wUToXwyN%2Fopenapi-api.json?alt=media&token=5d905f38-5d43-4e4c-8c64-a7e8a3fad848>" path="/nft/{nftId}/royalty" method="get" %}
[openapi-api.json](https://2946875910-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLywT3slSQ4GoAk6k17dV%2Fuploads%2Ffftve2zbXZ74wUToXwyN%2Fopenapi-api.json?alt=media\&token=5d905f38-5d43-4e4c-8c64-a7e8a3fad848)
{% endopenapi %}

## Refresh a NFT

<mark style="color:blue;">`GET`</mark> `https://api.matrica.io/v1/nft/{nftId}/refresh`

Updates the metadata of the NFT

#### Path Parameters

| Name                                    | Type   | Description |
| --------------------------------------- | ------ | ----------- |
| nftId<mark style="color:red;">\*</mark> | string | NFT id      |

{% tabs %}
{% tab title="200: OK NFT has been refreshed" %}

{% endtab %}
{% endtabs %}
