Logo
Covalent API Documentation

getAllChainStatus

GET https://api.covalenthq.com/v1/chains/status/

Returns: AllChainsStatusResponse

{
  "updated_at" : "{{DATETIME}}",
  "items" : [ {
    "name" : "{{STRING}}",
    "chain_id" : "{{STRING}}",
    "is_testnet" : "{{BOOLEAN}}",
    "logo_url" : "{{BOOLEAN}}",
    "black_logo_url" : "{{STRING}}",
    "white_logo_url" : "{{STRING}}",
    "is_appchain" : "{{BOOLEAN}}",
    "synced_block_height" : "{{INTEGER}}",
    "synced_blocked_signed_at" : "{{DATETIME}}",
    "has_data" : "{{BOOLEAN}}"
  } ]
}

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X GET 'https://api.covalenthq.com/v1/chains/status/' -H 'Content-Type: application/json'

ENDPOINTS