Skip to main content

v0/endpoints REST API Endpoint

Retrieves a list of endpoints.

Updated on
Sep 27, 2024

v0/endpoints REST API Endpoint

Parameters

This method does not accept any parameters

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' \
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