added
Added support for inactive coins in /coins/list and historical data endpoints
April 30th, 2024
We've now enhanced the /coins/list endpoint to include inactive coins
- You may access the inactive coins by specifying
status=inactive
in your query - Example of endpoint request:
https://pro-api.coingecko.com/api/v3/coins/list?include_platform=false&status=inactive&x_cg_pro_api_key=YOUR_API_KEY
Additionally, historical data for inactive coins can be queried using their IDs in the following endpoints:
- /coins/{id}/history
- /coins/{id}/market_chart
- /coins/{id}/market_chart/range
- /coins/{id}/contract/{contract_address}/market_chart
- /coins/{id}/contract/{contract_address}/market_chart/range
Please note that these features are available exclusively for paid plan subscribers only