Skip to content

API Reference

Query attestations with flexible filtering and pagination.

Parameters:

  • chainId (optional): Filter by blockchain network
  • schemaName (optional): Filter by schema type
  • recipient (optional): Filter by recipient address
  • attester (optional): Filter by attester address
  • componentId (optional): Filter by component ID
  • includeRevoked (optional): Include revoked attestations
  • limit (optional): Results per page (default: 50)
  • offset (optional): Pagination offset

Retrieve a specific attestation by its unique identifier.

Get comprehensive statistics grouped by schema and chain.

Retrieve all registered schemas with optional filtering.

Parameters:

  • chainId (optional): Filter by deployment chain
  • category (optional): Filter by schema category
  • schemaName (optional): Filter by specific schema

Get detailed information about a specific schema including deployment status.

Retrieve all static schema definitions organized by category.

List all supported blockchain networks with EAS configuration and schema counts.

Get all deployed schemas for a specific blockchain network.

Check the processing status of an attestation workflow.

The /trpc endpoint provides type-safe API access with automatic validation:

  • attest: Create single attestation
  • revoke: Revoke existing attestation
  • batchAttest: Create multiple attestations
  • getStatus: Check workflow status
  • getAttestation: Retrieve attestation by UID

Processes blockchain event notifications for attestation confirmations. Requires x-integra-signature header for authentication.