improved
Multiple Improvements
November 21st, 2023
The web_slug data is now available in the following endpoints.
This addition allows users to accurately link to a CoinGecko coin page using www.coingecko.com/en/{web_slug}.
Example of responses:
{
"id": "bitcoin",
"symbol": "btc",
"name": "Bitcoin",
"web_slug": "bitcoin", π
......
"tickers": [...]
}
For the /asset_platforms endpoint, we've introduced the native_coin_id data. This enables users to obtain the coin ID of different blockchain networks or asset platforms that may not have a contract address to look up
Example of responses:
{
"id": "polygon-pos",
"chain_identifier": 137,
"name": "Polygon POS",
"shortname": "MATIC",
"native_coin_id": "matic-network" π
},