c8ntinuum publishes public endpoints for default application use and paid endpoints for higher-limit integrations. Public docs use c8ntinuum.com as the default mainnet RPC domain; c8ntinuum.io and c8ntinuum.link are also documented RPC domains. For chain IDs, currency metadata, explorers, and genesis resources, see Network Information - Mainnet Beta and Network Information - Testnet.

Mainnet endpoints

Testnet endpoints

Paid endpoints require a valid API key through the X-API-Key header or an api_key query parameter. Header authentication is preferred.

Limits

The public and paid endpoints use the same protocol surfaces. They differ by authentication, request rate, and concurrent connection limits. Concurrent connection limits are 50 per IP for free HTTP/gRPC/REST surfaces, 1 per IP for free WebSockets, 200 per API key for paid EVM and CometBFT HTTP, 100 per API key for paid gRPC/REST, and 30 per API key for paid WebSockets. Requests over configured limits return HTTP 429.

EVM JSON-RPC request limits

Paginate long event scans by block range and persist cursors so retries do not duplicate work.

Using RPC Endpoints

ethers.js

viem

Foundry