Skip to main content

v1/chains/ REST API Endpoint

Commonly used to build internal dashboards for all supported chains on Covalent.

Updated on
Jan 09, 2025

v1/chains/ REST API Endpoint

Parameters

This method does not accept any parameters

Returns

data
object
The main response object containing blockchain status and metadata
updated_at
string
The timestamp when the data was last updated.
items
array
An array of network details.
name
string
The name of the blockchain network.
chain_id
string
The unique identifier for the blockchain network.
is_testnet
boolean
Indicates if the network is a testnet.
db_schema_name
string
The name of the database schema used for this network.
label
string
The label of the network.
category_label
string
The category label of the network.
logo_url
string
The URL of the network's logo.
black_logo_url
string
The URL of the network's black-themed logo.
white_logo_url
string
The URL of the network's white-themed logo.
color_theme
object
Details of the color theme associated with the network.
red
integer
The red component of the color theme (0-255).
green
integer
The green component of the color theme (0-255).
blue
integer
The blue component of the color theme (0-255).
alpha
integer
The alpha transparency value of the color theme (0-255).
hex
string
The hex code of the color theme.
css_rgb
string
The CSS RGB representation of the color theme.
is_appchain
boolean
Indicates if the network is an appchain.
appchain_of
object
Details about the parent network if this network is an appchain.
pagination
object
The pagination details for the response
has_more
boolean
The flag indicating if there are more pages of data
page_number
integer
The current page number
page_size
integer
The number of items per page
total_count
integer
The total number of items (nullable)
error
boolean
Indicates whether there was an error in the response
error_message
string
The error message, if any
error_code
string
The error code, if any
Request
1
curl --location 'https://api.covalenthq.com/v1/chains/' \
2
--header 'Content-Type: application/json' \
3
--header 'Authorization: Bearer YOUR_API_KEY'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free