Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add KLINE_INTERVAL_1SECOND constant to Binance API #1415

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hanoglu
Copy link

@hanoglu hanoglu commented Apr 30, 2024

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

  • Added KLINE_INTERVAL_1SECOND constant to the Binance API constants file.

Testing

  • Tested the addition by retrieving one-second interval Kline data using the new constant.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant