---
title: "GET /v1/chains/"
method: GET
path: "/v1/chains/"
tags: ["get-all-chains"]
---

# GET /v1/chains/

`GET /v1/chains/`

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

## Response `200`

Successful response

- object
  - `updated_at` string, date-time — The timestamp when the response was generated. Useful to show data staleness to users.
  - `items` object[] — List of response items.
    - `name` string — The chain name eg: `eth-mainnet`.
    - `chain_id` string — The requested chain ID eg: `1`.
    - `is_testnet` boolean — True if the chain is a testnet.
    - `db_schema_name` string — Schema name to use for direct SQL.
    - `label` string — The chains label eg: `Ethereum Mainnet`.
    - `category_label` string — The category label eg: `Ethereum`.
    - `logo_url` string — A png logo url for the chain.
    - `black_logo_url` string — A black png logo url for the chain.
    - `white_logo_url` string — A white png logo url for the chain.
    - `color_theme` object — The color theme for the chain.
      - `red` integer — The red color code.
      - `green` integer — The green color code.
      - `blue` integer — The blue color code.
      - `alpha` integer — The alpha color code.
      - `hex` string — The hexadecimal color code.
      - `css_rgb` string — The color represented in css rgb() functional notation.
    - `is_appchain` boolean — True if the chain is an AppChain.
    - `appchain_of` object — The ChainItem the appchain is a part of.

---

[API](https://skmtc.net/covalenthq/apis/goldrush-multichain-data-apis.md) · [All operations](https://skmtc.net/covalenthq/apis/goldrush-multichain-data-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/covalenthq/goldrush-multichain-data-apis/revisions/c099830c76a0/schema)
