ankr_getNFTsByOwner
ankr_getNFTsByOwner
Retrieves a list of NFTs (ERC721/ERC1155/ENS/POAP) that belong to the specified account.
Request
This endpoint expects an object.
walletAddress
Address to query for NFTs. Supports ENS.
blockchain
Name of the blockchain or list of blockchain names. Single: eth. Multiple: [arbitrum, avalanche, avalanche_fuji, bsc, eth, eth_goerli, fantom, optimism, polygon, polygon_mumbai, syscoin]. All chains: empty value.
filter
Filtering. Contract address (retrieves all NFTs by the address) or contract address plus NFT ID (retrieves only that NFT). key-value.
pageSize
Number of entries per page. Max value — 50, default value — 10.
pageToken
Current page token for pagination.
Response
Result returned by ankr_getNFTsByOwner.
assets
owner
Wallet address. Supports ENS.
nextPageToken
Next page token for pagination.