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?