For the complete documentation index, see llms.txt. This page is also available as Markdown.
Attestations
Single Attestation
POST/graphql;
Retrieve the data of an attestation by querying with an attestation ID.
Body Parameters:
querygetAttestation{attestation(id:"onchain_evm_80001_0x1") {# Write your query or mutation hereattestationIdattesterattestTimestamplinkedAttestationchainIdchainTypedatadataLocationtransactionHashrevokeTransactionHashidindexingValuemoderecipientsrevokedrevokeReasonrevokeTimestampschema{idnameregistrant}validUntil}}
Response:
Filtered Attestations
Query for a list of attestations. Results can be filtered, paginated, ordered, etc. according to GraphQL standards.