Ticker
Ticker data is a real-time, streaming data that is used to track the price of different tokens in Crypto market. Ticker data is updated in real-time, and it can provide a great deal of insight into the performance of an asset.
It includes information such as bid, highest and lowest values in the past 24 hours, and the time of the last trade. This data can be used to track the performance of an asset over time, and can also be used to identify potential opportunities in the market.
You can use the following endpoint to pull Ticker data using CoinDCX API:
https://api.coindcx.com/exchange/ticker
The CoinDCX Ticker API endpoint, gives you the following information:
Parameter | Description |
---|---|
market | Indicates the market for which the ticker data is generated. |
change_24_hour | Indicates the change in rates in the past 24 hours. |
high | Highest value in the past 24 hours. |
low | Lowest value in the past 24 hours. |
volume | Trading volume of the market in the past 24 hours. |
last_price | Value of the market when the ticker was generated. |
bid | The highest bid offer in the order book. |
ask | The highest ask offer in the order book. |
timestamp | Time at which the ticker was generated. |