Skip to main content
RPC operator referenceHTTPS · JSON-RPC 2.0

Monad RPC endpoint

Monad (chain ID 143) is served over HTTPS POST JSON-RPC 2.0. Full nodes back the endpoint, supporting standard EVM methods. Every plan includes Monad, including Free.

Network information

NetworkMonad
Chain ID143
Endpointhttps://rpc.solidrpc.io/YOUR_API_KEY/evm/143
TypeMainnet · L1
Native currencyMON
Node typesFull
Methodsstandard
ProtocolHTTPS JSON-RPC 2.0 (no WebSocket)

Testing first? Monad has a testnet on SolidRPC: Monad Testnet.

Quickstart

Fetch the latest Monad block number. Replace YOUR_API_KEY with a key from the dashboard, new accounts start on the Free plan, no card required (see getting started):

Request example
curl https://rpc.solidrpc.io/YOUR_API_KEY/evm/143 \
  -X POST \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'

Standard methods only

Monad is served by full nodes only, there is no archive state, and trace_* and debug_* methods are not available on this chain. The standard EVM method set works as usual. See the networks page for per-chain coverage.

Limits and errors

Quotas and rate limits are account-wide, not per-chain. Method calls to Monad draw from the same response-unit quota and rate limit as every other network. Error bodies are identical everywhere; see the error reference.