Doma Documentation
  • About Doma Protocol
    • Protocol Overview
  • Domain Infrastructure 101
  • Getting Started
  • API Reference
    • Doma Smart Contracts API
    • Doma Multi-Chain Subgraph
    • Doma Network Information
    • Deployed Smart Contracts
    • Supported TLDs
  • For Registrars
Powered by GitBook
On this page
  1. API Reference

Doma Multi-Chain Subgraph

PreviousDoma Smart Contracts APINextDoma Network Information

Last updated 4 days ago

Doma Subgraph could be used to view Doma Protocol data across different chains. Additionally, it provides mutations for Doma Protocol operations, like uploading registrant contacts and pre-generating metadata for NFTs.

Playground URL - .

Queries:

  • - list tokenized domains.

  • - get information about single tokenized domain.

  • - get all name tokens for a tokenized name.

  • - get information about a single name token.

Mutations:

  • - initiate email verification as part of a claim process.

  • - complete email verification process. Returns a token that should be used with uploadRegistrantContacts mutation.

  • - upload contact information and get a ProofOfContactsVoucher for operation. Requires an email verification token from completeEmailVerificaion mutation.

https://api-testnet.doma.xyz/graphql
names
name
tokens
token
initiateEmailVerification
completeEmailVerification
uploadRegistrantContacts
claimOwnership