---
title: "Get Supported Chains"
method: GET
path: "/chains"
tags: ["Chains"]
deprecated: true
---

# Get Supported Chains

`GET /chains`

> **Deprecated.**

Deprecated: use `GET /v0/chains` instead. This endpoint will be removed in the future.

## Response `200`

Successful Response

- ChainDetails[]
  - `id` 'eth' | 'base' | 'solana' | 'tron' | 'bsc' | 'apechain' | 'ton' | 'polygon' | 'avalanche' | 'sonic' | 'hyperevm' | 'monad' | 'aptos' | 'arbitrum' | 'robinhood', required
  - `name` string, required
  - `dexscreener_id` string, nullable
  - `coingecko_id` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bubblemaps/apis/bubblemaps-data-api.md) · [All operations](https://skmtc.dev/bubblemaps/apis/bubblemaps-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bubblemaps/bubblemaps-data-api/revisions/38ef31a552be/schema)
