Get NFT π - /nft/moonrank/{mint_address}
π Path Parameters
Parameter
Description
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
Was this helpful?