Skip to main content

v0/chains REST API Endpoint

Returns a list of chains.

Updated on
Sep 27, 2024

v0/chains REST API Endpoint

Parameters

This method does not accept any parameters

Returns

data
array
An array of data which contains the following fields:
slug
string
A short, unique identifier for the blockchain network
networks
array
An array of networks
slug
string
A short, unique identifier for the specific network
name
string
The name of the specific network
error
string
An error message if any issue occurs
Request
1
curl -X 'GET' \
2
'https://api.quicknode.com/v0/chains' \
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