NFT Information Retrieval

NFT Data APIs

NFT APIs allow you to read NFT metadata and ownership information. These API's include:

  • getNFT Get NFT metadata (both ERC721 and ERC1155) and current ownership information (for ERC721)

  • getNFTTsOfOwner Get NFTs of the current authenticated wallet

  • ownerHasNFT Check if the current authenticated wallet owns an NFT

  • getCollectors

    Get collectors of an NFT

More APIs will be added in the near future.

Supported Networks

  • Ethereum Mainnet

  • Optimism

  • Polygon

  • Base

  • Sepolia

  • Goerli (deprecated)

  • Rinkeby (deprecated)

Filtering Data

Most APIs take in an array of filters and attribute filters, in the following format:

Each filter is treated as an 'or' statement.

Example: Get BAYC and MAYC NFTs for the user:

Example: Get Doodles with both 3D Glasses AND a Navy Sweater

Example: Get Doodles with both 3D Glasses OR a Navy Sweater

Example: Get Mad Dog Jones Thought as a System

Example: Get Collectors of scuderia ferrari by yungwknd// Some code

getNFTgetNFTsOfOwnerownerHasNFTgetCollectors

Last updated