Skip to main content
GET
List a plan's RPC methods

Authorizations

X-Api-Key
string
header
required

Management token from the RouteMesh dashboard (Settings → Management Tokens). Required for customer API endpoints (/api-keys, /usage). Tokens are prefixed rmtm_ and scoped to your account. Authenticate by passing the token in the X-Api-Key header. Separate from RPC service keys (rm_), which authenticate dApp traffic to the routing layer.

Path Parameters

planId
integer
required

Numeric plan ID.

Response

List of method rows or empty array

method
string

RPC method name, e.g. eth_blockNumber.

vm
string

Virtual machine type, e.g. evm.

node_target_type
string

Node target type the method routes to.

cost
integer

Credit cost per call (0 = free).

rate_limit
integer | null

Optional per-call rate limit.

rate_limit_interval_sec
integer | null

Rate limit window in seconds.

chain_id
string | null

Chain this cost applies to; null/omitted for all chains.