Developers / API resources
SolidRPC developer resources
SolidRPC is a managed EVM JSON-RPC service behind one HTTPS integration. Start with the machine-readable contract or the human quickstart, confirm a chain's capabilities in the live catalog, and use the structured error guidance to make retries deterministic.
One endpoint shape across supported networks
Send JSON-RPC 2.0 over HTTPS POST. Use a Bearer API key or X-API-Key header with the clean endpoint below; the getting-started guide also documents the API-key-in-URL form for clients that cannot set headers. WebSocket and eth_subscribe are not supported.
Generic JSON-RPC includes state-changing methods such as eth_sendRawTransaction. An agent must not sign, construct, or broadcast a transaction without the user's explicit authorization.
https://rpc.solidrpc.io/evm/{chainId}API and integration guides
Authoritative live JSON
These read-only endpoints are the source for current catalog and telemetry values. The deployment snapshot in llms.txt is easier to ground from, but agents should use these APIs when freshness matters.
Source code and deployment history are available in the official SolidRPC GitHub organization.