List a plan's RPC methods
Returns the RPC method rows configured for one of the authenticated provider’s plans. Returns an empty array when the plan has no methods. Plans not owned by the caller’s provider are reported as 404.
Authorizations
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
Numeric plan ID.
Response
List of method rows or empty array
RPC method name, e.g. eth_blockNumber.
Virtual machine type, e.g. evm.
Node target type the method routes to.
Credit cost per call (0 = free).
Optional per-call rate limit.
Rate limit window in seconds.
Chain this cost applies to; null/omitted for all chains.

