sammchardy / python-binance

Binance Exchange API python implementation for automated trading
https://python-binance.readthedocs.io/en/latest/
MIT License
5.88k stars 2.2k forks source link

Add KLINE_INTERVAL_1SECOND constant to Binance API #1415

Open hanoglu opened 2 months ago

hanoglu commented 2 months ago

Summary

This pull request adds the missing constant KLINE_INTERVAL_1SECOND to the Binance API.

Details

The Binance API currently lacks the KLINE_INTERVAL_1SECOND constant, which represents a one-second interval for Kline/Candlestick data. This addition is essential for users who require high-resolution data for their trading strategies or analysis.

Changes Made

Testing

Please review and merge this pull request at your earliest convenience. Thank you!