Ticker Stream For All Markets

24hr rolling window ticker statistics for all symbols. These are NOT the statistics of the UTC day, but a 24hr rolling window from requestTime to 24hrs before. Note that only tickers that have changed

Features:

  • Stream Name: !ticker_arr

  • Update Speed: 1000ms

Response:

[
      {
            "eventType": "ticker",
            "eventTime": 1670240568095,
            "symbol": "eth_usdt",
            "lastPrice": 1293.56,
            "lastPriceIsBuyerMaker": false,
            "highPrice": 1303.11,
            "lowPrice": 1250.81,
            "baseVolume": 6918,
            "quoteVolume": 8865521,
            "firstTradeId": 0,
            "longTradeId": 0,
            "numberOfTrades": 0,
            "change": 40.1,
            "changePercentage": 0.03
      }
]

Last updated