isAirdropNFT
Check if an NFT is flagged as an airdrop by providing its contract address and token ID across multiple networks.
Instructions
Check if a specific NFT is flagged as an airdrop
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| contractAddress | Yes | Contract address of the NFT. | |
| tokenId | Yes | The token ID to check. |