Msg speed

I would like to know how can I connect my bot to the Fuures Binance API Rest to obtain the information in milliseconds. Could you pass me a link to the endpoint? Or could you tell me how to receive the data of the candles in milliseconds?

Regards

Candles are not available in milliseconds. The most granular candlestick is 1 minute (1m).

Kline/Candlestick chart intervals:

m → minutes; h → hours; d → days; w → weeks; M → months

  • 1m
  • 3m
  • 5m
  • 15m
  • 30m
  • 1h
  • 2h
  • 4h
  • 6h
  • 8h
  • 12h
  • 1d
  • 3d
  • 1w
  • 1M

More info regarding Futures KLines (Candlesticks) can be found here

https://binance-docs.github.io/apidocs/futures/en/#kline-candlestick-data