v1/chains/status/ 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 of the last update in ISO 8601 format
items
array
An array of blockchain status details
name
string
The name of the blockchain (e.g., eth-mainnet)
chain_id
string
The unique identifier of the blockchain
is_testnet
boolean
Indicates whether the blockchain is a testnet
priority_label
string
The priority label assigned to the blockchain (e.g., Foundational)
logo_url
string
The URL for the blockchain's logo
black_logo_url
string
The URL for the blockchain's logo with a black theme
white_logo_url
string
The URL for the blockchain's logo with a white theme
color_theme
object
The color theme details of the blockchain
red
integer
The red component of the color
green
integer
The green component of the color
blue
integer
The blue component of the color
alpha
integer
The alpha (transparency) component of the color
hex
string
The hex code of the color
css_rgb
string
The CSS RGB representation of the color
appchain_of
string
The parent blockchain of the appchain, if applicable
synced_block_height
integer
The height of the last synced block
synced_blocked_signed_at
string
The timestamp when the last block was signed
has_data
boolean
Indicates whether the blockchain has data available
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
1curl --location 'https://api.covalenthq.com/v1/chains/status/' \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