Create new endpoint

Creates a new gateway endpoint. It accepts the endpoint configuration payload and registers a new endpoint within the gateway.

Body Params
string
required

HTTP headers that will be sent with each request to this endpoint. Commonly used for authentication (for example, API keys or tokens) or other required custom headers.

string
required
length between 1 and 100

Human-readable name of the endpoint. This is the label that will be shown in dashboards, UIs, and other tools.

string
required

Interface or protocol used by the endpoint. Examples include "ethereum-mainnet-json-rpc", "ethereum-mainnet-beacon", "polygon-mumbai-json-rpc", etc.

boolean
required

Indicates whether the endpoint is currently active. Only active endpoints are considered for routing and traffic.

string
required

URL of the endpoint. This is the base URL that will be used to send requests to the endpoint.

string
length between 1 and 50

Optional provider name for the endpoint. his can be used to specify the infrastructure or RPC provider powering this endpoint.

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json