API
Main.net API
The Main.net API is a static, source-cited JSON contract for chain settings, RPC references, launch radar entries, category pages, glossary terms, source links, and review freshness data.
Version v1
Schema 1.0.0
Endpoints 13
Updated April 30, 2026
Endpoints
/api/v1/chains.json Source-cited chain metadata, RPC URLs, explorers, review dates, and safety notes. chains 26
/api/v1/launches.json Source-cited launch records with primary source links. launches 4
/api/v1/categories.json Network category records and the chain IDs grouped under each category. network-categories 5
/api/v1/glossary.json Short mainnet, RPC endpoint, and chain ID definitions with related guide URLs. glossary 9
/api/v1/gas-tokens.json Gas token groups derived from reviewed chain metadata. gas-tokens 13
/api/v1/explorers.json Block explorer hostnames and chain contexts from reviewed chain metadata. explorers 26
/api/v1/search-index.json Static discovery index for chain, RPC, guide, launch, glossary, explorer, and gas-token pages. search-index 174
/api/v1/review-queue.json Operator-facing freshness queue for monthly chain metadata reviews. review-queue 26
/api/v1/sources.json Deduplicated public source registry with chain and launch page contexts. sources 52
/api/v1/source-hashes.json Operator-generated source URL hash snapshot for deterministic change detection. source-hashes 52
/api/v1/source-changes.json Operator-generated source URL changes compared with the previous hash artifact. source-changes 52
/api/v1/rpc-probes.json Operator-generated eth_chainId probe snapshot for EVM-style public RPC endpoints. rpc-probes 25
/api/v1/openapi.json OpenAPI 3.1 description for the stable static API surface. openapi 1
Usage boundary
- Main.net API v1 is a static, source-cited reference API generated at build time.
- The API does not publish live uptime, latency, block lag, price, TVL, or investment advice.
- Public RPC endpoints are convenience references and should be verified against linked sources before production use.
- This API is read-only and does not connect wallets, submit transactions, bridge funds, rank tokens, or recommend investments.
For AI agents and scripts
Start with /api/v1/index.json for endpoint discovery, /api/v1/openapi.json for the OpenAPI description, and /llms.txt for crawler context.