ZoraOS ☼☽
  • Introduction
  • Developer Tools
    • Smart Contracts
      • Whitepaper
    • ZDK
      • React Connecting Wallet
      • Zora Protocol
      • Auction House
      • Minting Media
      • Addresses
      • Users
      • Metadata
      • Utility
    • Indexer
      • Getting Started
      • Entities
    • Subgraph
    • Media Rendering
      • NFT Hooks
        • useZNFT
        • useNFTMetadata
        • useNFTContent
  • Guides
    • Connect to a Wallet
    • Build a marketplace
  • Community
    • Join our Discord
    • Support
    • Platforms using Zora
      • Catalog
      • Mirror
Powered by GitBook
On this page
  1. Developer Tools

Indexer

PreviousUtilityNextGetting Started

Last updated 4 years ago

Was this helpful?

CtrlK

Was this helpful?

In addition to the subgraph on Graph Protocol, Zora maintains its own indexer that serves a GraphQL API full of useful information about the Zora protocol and the entire NFT universe.

The Indexer watches the Zora Media, Market, and Auction House contracts as well as a set of arbitrary ERC-721 contracts. Indexer also regularly fetches and refreshes ERC-721 metadata json data, so clients can query NFTs by their metadata properties. Currently Indexer only watches Ethereum networks, but is extensible to include other EVM networks.

Begin making example queries in our hosted GraphQL playground on both Rinkeby and Mainnet.