Overview
c8ntinuum exposes an Ethereum-compatible JSON-RPC endpoint athttps://public-evm-rpc.c8ntinuum.com.
The default public EVM namespace allowlist is eth,net,web3. Archive or private node profiles may enable additional namespaces such as debug or txpool, but applications should not assume those namespaces are available on the default public endpoint.
Supported Namespaces
Commonly Used Methods
For concrete block, transaction, receipt, log, broadcast, CometBFT, and REST/LCD examples, see Node Interface Calls.
Method availability matrix
Endpoint Configuration
c8ntinuum exposes mainnet endpoints across two TLDs by tier —
c8ntinuum.com for the default public free RPCs, and c8ntinuum.io for alternate public and paid RPCs. Testnet endpoints live on c8ntinuum.link. For the canonical free / alternate / paid matrix and rate limits, see RPC Providers.
Paid endpoints require a valid API key through
X-API-Key or ?api_key=.
Request policy
EVM JSON-RPC HTTP acceptsPOST / with Content-Type: application/json. OPTIONS is allowed for preflight compatibility. GET /, non-JSON POST /, and unsupported paths are rejected by the RPC proxy.