Get NFT 🚀 - /nft/moonrank/{mint_address}

📄 Path Parameters

ParameterDescription

mint_address

The mint address of the NFT

💻 Example Usage

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.

Last updated