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
| Parameter | Type | Description |
|---|---|---|
chain | string | Blockchain network filter |
status | string | Compliance status filter |
from / to | date | Date range filter |
institution | string | Institution ID filter (authorized users only) |
limit | integer | Number of results (max 100) |
offset | integer | Pagination offset |
Rate Limits
| Tier | Limit |
|---|---|
| Standard | 60 requests/minute |
| Enterprise | 300 requests/minute |