NFT API (beta)

Fetch NFTs, metadata, owners, and more with speed and accuracy across
Ethereum, Conflux and more.

What Chains and Networks are Supported?

  • Conflux
  • Ethereum mainnet

API Endpoints Overview

  • getNFTs

    -Given a user address, returns all of its ERC721 and ERC1155 tokens

  • getNFTMetadata

    -Given an NFT contract address/token ID, returns the metadata, including traits, image URIs.

  • getContractMetadata``

    -Given an NFT contract address, returns high-level collection/contract level information.

  • getNFTsForCollection

    -Given an NFT contract address, returns all NFTs.

  • getOwnersForToken

    -Given a token contract address, returns owners information.

  • getOwnersForCollection

    -Given an NFT contract address, returns all owners.