Currencies List
curl --request GET \
--url https://api.coingecko.com/api/v3/simple/supported_vs_currencies \
--header 'x-cg-demo-api-key: <api-key>'[
"btc",
"eth",
"ltc",
"bch",
"bnb",
"eos",
"xrp",
"xlm",
"link",
"dot",
"yfi",
"sol",
"usd",
"aed",
"ars",
"aud",
"bdt",
"bhd",
"bmd",
"brl",
"cad",
"chf",
"clp",
"cny",
"czk",
"dkk",
"eur",
"gbp",
"gel",
"hkd",
"huf",
"idr",
"ils",
"inr",
"jpy",
"krw",
"kwd",
"lkr",
"mmk",
"mxn",
"myr",
"ngn",
"nok",
"nzd",
"php",
"pkr",
"pln",
"rub",
"sar",
"sek",
"sgd",
"thb",
"try",
"twd",
"uah",
"vef",
"vnd",
"zar",
"xdr",
"xag",
"xau",
"bits",
"sats"
]ID Map
Currencies List
To query all the supported currencies on CoinGecko
GET
/
simple
/
supported_vs_currencies
Currencies List
curl --request GET \
--url https://api.coingecko.com/api/v3/simple/supported_vs_currencies \
--header 'x-cg-demo-api-key: <api-key>'[
"btc",
"eth",
"ltc",
"bch",
"bnb",
"eos",
"xrp",
"xlm",
"link",
"dot",
"yfi",
"sol",
"usd",
"aed",
"ars",
"aud",
"bdt",
"bhd",
"bmd",
"brl",
"cad",
"chf",
"clp",
"cny",
"czk",
"dkk",
"eur",
"gbp",
"gel",
"hkd",
"huf",
"idr",
"ils",
"inr",
"jpy",
"krw",
"kwd",
"lkr",
"mmk",
"mxn",
"myr",
"ngn",
"nok",
"nzd",
"php",
"pkr",
"pln",
"rub",
"sar",
"sek",
"sgd",
"thb",
"try",
"twd",
"uah",
"vef",
"vnd",
"zar",
"xdr",
"xag",
"xau",
"bits",
"sats"
]Use this endpoint to get valid values for
vs_currencies parameters in other endpoints like Coin Price.SDK Examples
const response = await client.simple.supportedVsCurrencies.get();
console.log(JSON.stringify(response, null, 2));
Authorizations
headerAuthqueryAuth
Response
200 - application/json
List of supported currencies
Was this page helpful?
⌘I

