Logo
Covalent API Documentation

getAllChains

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

Returns: AllChainsResponse

{
  "updated_at" : "{{DATETIME}}",
  "items" : [ {
    "name" : "{{STRING}}",
    "chain_id" : "{{STRING}}",
    "is_testnet" : "{{BOOLEAN}}",
    "db_schema_name" : "{{STRING}}",
    "label" : "{{STRING}}",
    "category_label" : "{{STRING}}",
    "logo_url" : "{{STRING}}",
    "black_logo_url" : "{{STRING}}",
    "white_logo_url" : "{{STRING}}",
    "color_theme" : {
      "red" : "{{INTEGER}}",
      "green" : "{{INTEGER}}",
      "blue" : "{{INTEGER}}",
      "alpha" : "{{INTEGER}}",
      "hex" : "{{STRING}}",
      "css_rgb" : "{{STRING}}"
    },
    "is_appchain" : "{{BOOLEAN}}",
    "appchain_of" : "{{ChainItem}}"
  } ]
}

 

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/' -H 'Content-Type: application/json'

ENDPOINTS