Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Indexer API

The Oniym indexer is a Ponder application that reads on-chain events and exposes a REST API for fast off-chain queries.

Base URL

EnvironmentURL
Local devhttps://api.oniym.xyz/
Testnet (Base Sepolia)Coming soon

Rate limiting

100 requests per 60 seconds per IP (enforced via Redis). Returns 429 when exceeded.

Endpoints

MethodPathDescription
GET/resolve/:nameResolve a name to all its records
GET/lookup/:addressReverse lookup — address to claimed name
GET/names/:addressList all names owned by an address

Caching

Responses are cached in Redis for 60 seconds. Expired names are never cached.