Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Title: Add get_klines to the Market API #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

klandermans
Copy link

Description:
I have added the get_klines function to the Market API. This function allows users to retrieve candlestick data for various markets. Hopefully, more people will benefit from this new addition.

Changes:
Added: get_klines function in the Market API
Updated: Documentation to describe the new get_klines function
Added: Unit tests for the get_klines function to ensure correct functionality
Why:
The get_klines function provides valuable market data that can be used for technical analysis and trading strategies. By adding this function, we increase the functionality of the Market API and provide users with more tools to work with.

How to Test:
Run the unit tests to confirm that the get_klines function works correctly.
Use the Market API to retrieve candlestick data and verify the accuracy of the returned data.

Feedback:
Feedback and suggestions are always welcome. Let me know if any adjustments are needed or if there are any questions about this addition.

Thank you for reviewing this pull request!

Added get_kline function to markets API.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant