> For the complete documentation index, see [llms.txt](https://bewinxed.gitbook.io/radar-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bewinxed.gitbook.io/radar-docs/api_documentation/docs/nft/getnft.md).

# Get NFT 🚀 - /nft/moonrank/{mint\_address}

## 📄 Path Parameters

| Parameter     | Description                 |
| ------------- | --------------------------- |
| mint\_address | The mint address of the NFT |

## 💻 Example Usage

```python
import requests

response = requests.get("http://localhost:8000/nft/moonrank/{mint_address}")
print(response.json())
```

## 🔥 Possible Use Cases

* Retrieve moonrank data for a specific NFT based on its mint address.
* Get information such as the NFT's popularity, demand, and market value.

## 💡 Output

The endpoint returns a JSON object containing information about the NFT's moonrank.
