Tezos Domains for Developers
  • Introduction
  • Integrating Tezos Domains
    • Client Libraries
    • GraphQL
      • Mainnet
  • Smart Contract Design
    • Smart Contract Overview
    • Top-Level Domain Registrar
    • Ownership Scheme
    • Domain Data
  • Contract Interoperability
    • Proxy Contracts
    • Name Resolution
    • Buys & Renewals
    • Auction Operations
    • Domain Operations
    • .tez TLD
    • Domains as NFTs
    • Affiliated Buys & Renewals
  • Deployed Contracts
    • Mainnet
    • Ghostnet
  • Audits
    • Audit by Quantstamp
    • Audit by Inference
Powered by GitBook
On this page

Was this helpful?

  1. Integrating Tezos Domains

GraphQL

Our GraphQL API allows querying the entire Tezos Domains catalogue of data including the historic versions of each entity at each block.

For more information, you can check:

  • Our GraphQL playground site

  • The current schema

Our API exposes list data according to Relay Connection specification. This makes it easy to generate client code and paginate using cursors in general.

PreviousClient LibrariesNextMainnet

Last updated 3 years ago

Was this helpful?