We've introduced three new fields atl, atl_change_percentage, and atl_date to the responses of /coins/markets endpoint.
These additions provide valuable data on the all-time low (atl) price, percentage change since the all-time low, and the date of the all-time low for improved analysis and insights.
Starting from April 14th, 2020, there's a crucial update to the /coins/{id}/tickers API endpoint. Previously, the converted_last value represented the converted price per coin in USD. Now, it will accurately reflect the market price of the base currency itself.
For example, if querying coins/tether/tickers, and there's a BTC/USDT ticker pair, the old converted_last might show 6491.51 USD. After the update, it will return 1, representing the actual market price of Tether.
If you utilize converted_last for calculations, be aware of potential breaking changes and take necessary actions. If it's solely for display, no action is required, as this update ensures a more accurate representation of the intended value.
We have introduced two new fields, last_traded_at and last_fetched_at, to the ticker data.
The existing timestamp field, which currently reflects the last_traded_at value, will be retained for compatibility.
However, please be advised that the timestamp field may be deprecated in the future.
We recommend updating your application to make use of the newly added last_traded_at and last_fetched_at fields for improved accuracy and compatibility.