ankr_getNFTHolders
Returns the list of wallet addresses that currently hold any token from the specified NFT collection. Useful for snapshotting an allowlist, computing distribution stats, or driving holder-gated drops.
ankr_getNFTMetadata
Returns full metadata for a single NFT (ERC-721, ERC-1155, ENS, or POAP) โ collection info, contract type, traits, image URL, and tokenURI.
ankr_getNFTsByOwner
Returns the NFTs owned by a wallet across one or more supported chains, with collection metadata, token IDs, image URLs, traits, and pagination cursors. Supports ERC-721, ERC-1155, ENS, and POAP.
ankr_getNftTransfers
Returns the on-chain history of NFT transfers in which the specified wallet(s) appear as sender or recipient. Each entry carries the contract, token ID, collection name, image URL, block height, and timestamp.