Skip to main content
GET
/
chains
Get Supported Chains
curl --request GET \
  --url https://api.bubblemaps.io/chains \
  --header 'X-ApiKey: <api-key>'
[
  {
    "id": "eth",
    "name": "<string>",
    "dexscreener_id": "<string>",
    "coingecko_id": "<string>"
  }
]
Get the list of chains that we currently support. We’ve included corresponding ids of the CoinGecko and DEX Screener platforms, which you can use as a common matching reference if needed.

Authorizations

X-ApiKey
string
header
required

Response

Successful Response

id
enum<string>
required
Available options:
eth,
base,
solana,
tron,
bsc,
apechain,
ton,
polygon,
avalanche,
sonic,
monad
name
string
required
dexscreener_id
string | null
coingecko_id
string | null