Simple Price
Simple
Simple Price
The cheapest price lookup — current price for known coin ids, with optional market cap, volume and 24h change.
GET
Simple Price
The cheapest price lookup: pass comma-separated CoinGecko
ids and vs_currencies, get back a map keyed by coin id. Field names are built from the quote currency — with vs_currencies set to usd you get usd, plus usd_market_cap, usd_24h_vol, usd_24h_change and last_updated_at when the matching include_market_cap, include_24hr_vol, include_24hr_change and include_last_updated_at flags are set. Use it whenever the ids are already known and only current numbers are needed. For rank, supply or all-time-high data use get_coingecko_coins_markets; if you hold a contract address rather than an id use get_coingecko_simple_token_price_id.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Comma-separated coin IDs.
Comma-separated target currencies.
Response
200 - application/json
Map keyed by coin id.