Skip to main content
PUT
Create or update an HTTP node

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.

Body

application/json
plan_id
integer
required

Plan ID the node belongs to (must be owned by the provider).

url
string
required

Public http(s) endpoint URL of the node.

vm
string
required

Virtual machine type, e.g. evm.

rate_limit
number
required

Requests per interval (0 = unlimited).

rate_limit_interval_sec
integer
required

Rate limit window in seconds.

source
enum<string>

Node source (default provider).

Available options:
provider,
website,
erpc,
node_request,
new_chain_request

Response

Node upserted

message
string
node
object
status
string

healthy on success.