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
  • Contributing
  • Additional Resources

Was this helpful?

  1. Developer Tools

Subgraph

A read-only GraphQL endpoint via the Graph Protocol.

PreviousEntitiesNextMedia Rendering

Last updated 3 years ago

Was this helpful?

In order to provide a useful overview of the Zora ecosystem, we maintain a subgraph on the . This subgraph provides a GraphQL endpoint to all of the media, market activity, and auction houses on Zora, both currently and historically.

The subgraph is available on mainnet at

It is also available for Rinkeby on

Contributing

The implementation of the subgraph is completely open-source. If you'd like to request new data to be added, or to fix any bugs, feel free to file a pull request on the .

Additional Resources

Graph Protocol
https://thegraph.com/explorer/subgraph/ourzora/zora-v1
https://thegraph.com/explorer/subgraph/ourzora/zora-v1-rinkeby
repository
Github
The Graph
The Graph Querying Docs
GraphQl