Is Airdrop NFT

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

apiKeystringRequired

Query parameters

contractAddressstringRequired

String - Contract address for the NFT contract (ERC721 and ERC1155 supported).

tokenIdstringRequired

String - The ID of the token. Can be in hex or decimal format.

Response

Returns whether the specified token is marked as an airdrop.

isAirdropbooleanOptional


True - if the queried token is marked as an airdrop.
False - if the queried token is not marked as an airdrop.