---
title: "List RPC route prices"
method: GET
path: "/pricing/rpc"
tags: ["Pricing"]
---

# List RPC route prices

`GET /pricing/rpc`

Public endpoint returning current RPC route prices for each vm, chain ID, method, and routing strategy combination. No authentication required. Rate-limited per IP (default 30 requests per 60 seconds). Empty results return an empty JSON array.

## Query parameters

- `vm` string
- `chain_id` string
- `method` string
- `routing_strategy` 'economy' | 'performance'

## Response `200`

Current route prices

- RoutePrice[]
  - `vm` string, required — Virtual machine type (e.g. "evm").
  - `chain_id` string, required — Numeric chain ID (e.g. "1", "137", "8453").
  - `method` string, required — JSON-RPC method name (e.g. eth_blockNumber).
  - `routing_strategy` 'economy' | 'performance', required — Routing strategy the price applies to.
  - `price_per_million` number, required — Price per one million requests.

## Other responses

- `429` — Rate limit exceeded (per-IP limit; default 30 requests per 60 seconds)
- `503` — Pricing data temporarily unavailable

## Changes

- **2026-08-27** `4f83158e3dc8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/routemesh/apis/routemesh-api/changes/pricing/rpc/get.md)

---

[API](https://skmtc.dev/routemesh/apis/routemesh-api.md) · [All operations](https://skmtc.dev/routemesh/apis/routemesh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/routemesh/routemesh-api/revisions/ec927412b199/schema)
