Skip to main content

Search API

The Explorer Search API provides programmatic access to compliance data across all supported chains.

Endpoints

Search Attestations

GET /explorer/search/attestations?chain=ethereum&status=COMPLIANT&from=2026-01-01&to=2026-02-11&limit=50

Search by Wallet

GET /explorer/search/wallet/{walletAddress}?chain=ethereum

Search by Transaction

GET /explorer/search/transaction/{txHash}?chain=ethereum

Search Validators

GET /explorer/search/validators?status=active&minScore=80

Query Parameters

ParameterTypeDescription
chainstringBlockchain network filter
statusstringCompliance status filter
from / todateDate range filter
institutionstringInstitution ID filter (authorized users only)
limitintegerNumber of results (max 100)
offsetintegerPagination offset

Rate Limits

TierLimit
Standard60 requests/minute
Enterprise300 requests/minute