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

# GET /v1/chains/status/

`GET /v1/chains/status/`

Commonly used to build internal status dashboards of all supported chains.

## 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.
    - `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.
    - `is_appchain` boolean — True if the chain is an AppChain.
    - `chain_tip_height` integer — The height of the lastest block available.
    - `chain_tip_signed_at` string, date-time — The signed timestamp of lastest block available.
    - `has_data` boolean — True if the chain has data and ready for querying.

---

[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)
