Skip to main content
GET
/
v0
/
chains
Get Supported Chains V0
curl --request GET \
  --url https://api.bubblemaps.io/v0/chains \
  --header 'X-ApiKey: <api-key>'
[
  {
    "name": "<string>",
    "dexscreener_id": "<string>",
    "coingecko_id": "<string>"
  }
]
Credit cost: 0.01 per request.
The apechain chain is deprecated and will be removed on Friday, June 19th 2026. See the changelog.
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

200 - application/json

Successful Response

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