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>'
[
  {
    "id": "eth",
    "name": "<string>",
    "dexscreener_id": "<string>",
    "coingecko_id": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.bubblemaps.io/llms.txt

Use this file to discover all available pages before exploring further.

Credit cost: 0.01 per request.
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,
ton,
polygon,
avalanche,
sonic,
hyperevm,
monad,
aptos,
arbitrum
name
string
required
dexscreener_id
string | null
coingecko_id
string | null