get https://{network}.g.alchemy.com/nft/v2//isAirdrop
Returns whether a token is marked as an airdrop or not. Airdrops are defined as NFTs that were minted to a user address in a transaction sent by a different address.
Response
Returns whether a token is marked as an airdrop or not. Airdrops are defined as NFTs that were minted to a user address in a transaction sent by a different address.
xxxxxxxxxx
curl --request GET \
--url 'https://eth-mainnet.g.alchemy.com/nft/v2/docs-demo/isAirdrop?contractAddress=0xe785E82358879F061BC3dcAC6f0444462D4b5330&tokenId=44' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: