1. Sign up and get your API key
- Go to the RouteMesh app and sign in or create an account.
- In the dashboard, open API Keys (under Workspace) and create your first key.
- Choose a routing strategy:
- Economy — Most competitive prices across the widest set of chains, with redundancy baked in. Great for high volume and cost-sensitive use cases.
- Performance — We route to the fastest nodes. Expect low latencies (e.g. 50–75 ms) with redundancy baked in.
2. Top up your account
- In the app, go to Billing (under Finance): Billing.
- Click Buy More Credits and purchase the credits you need. Credits are applied immediately.
3. Make your first request
One URL — Adding a chain is just a path. We use a consistent URL scheme so you don’t have to juggle mapping files. Your RPC URL is:POST /rpc/{chain_id}/{api_key}
Use a supported chain_id (e.g. 1 for Ethereum) and your API key:
Supported networks
RouteMesh supports 1000+ chains across all major EVM networks. See the full list at routeme.sh/chains.Next steps
- How it works — How we route your requests and what happens behind the scenes.
- Request behavior — Cooldowns, rate limiting, and batch requests.
- Debugging — Use
X-Batch-Idand the Logs page when something goes wrong.

