Skip to main content

v0/endpoints REST API Endpoint

Retrieves a list of endpoints.

Updated on
Sep 27, 2024

v0/endpoints REST API Endpoint

Query Parameters

limit
integer
Specifies the maximum number of endpoints to retrieve in the response. The default value is set to 20
offset
integer
Specifies the number of endpoints to skip before starting to retrieve the list

Returns

data
array
An array of data which contains the following fields:
id
string
A unique identifier for the specific endpoint
label
string
A descriptive label for the endpoint
chain
string
The blockchain the endpoint is associated with
network
string
The specific network of the blockchain
http_url
string
The HTTP URL to access the endpoint
wss_url
string
The WebSocket URL to access the endpoint
error
string
An error message if any issue occurs
Request
1
curl -X 'GET' \
2
'https://api.quicknode.com/v0/endpoints?limit=20&offset=0' \
3
-H 'accept: application/json' \
4
-H 'x-api-key: YOUR_API_KEY'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free