Is Airdrop NFT
GET
/v3/{apiKey}/isAirdropNFT
Determines whether a specific token is marked as an airdrop. Airdrops are defined as NFTs minted to a user address in a transaction sent by a different address.
Please note that this endpoint is only available on Ethereum (mainnet only) & Polygon (mainnet, amoy & mumbai).
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Query Parameters
stringrequireddefaults to
0xe785E82358879F061BC3dcAC6f0444462D4b5330String - Contract address for the NFT contract (ERC721 and ERC1155 supported).
stringrequireddefaults to
44String - The ID of the token. Can be in hex or decimal format.
Responses
200
Returns whether the specified token is marked as an airdrop.
Was this page helpful?