The simplePrice RPC Method will return you the latest price & market data of a crypto coin listed on CoinGecko.com.
To begin, you will need to provide the API id and supported currency to query.
You may flag to return more data like market cap, 24hour volume & more.
Parameter | Description: | Remarks | |
---|---|---|---|
ids | the API id of a coin, you may get the full list of id here | required | |
vs_currencies | the currency of the data returned, you may get the full list of supported currency here | required, default: usd | |
include_market_cap | true/false to include market cap data | optional, default: false | |
include_24hr_vol | true/false to include 24hour volume data | optional, default: false | |
include_24hr_change | true/false to include 24hour price change percentage | optional, default: false |
To view full list of 10,000+ coins api id,
please visit: https://api.coingecko.com/api/v3/coins/list
or visit this Google Sheet
or you may get the API ID directly from the respective coin page of CoinGecko website, e.g. https://www.coingecko.com/en/coins/bitcoin
To view full list of 50+ supported currencies, please visit:
Methodology:
CoinGecko Price is calculated using a global volume-weighted average price formula, read more about the methodology here: https://www.coingecko.com/en/methodology
Need Support?
Support Email: [email protected]
Support Website: https://www.coingecko.com/en/api/documentation