Skip to content

Migration to the new Poloniex API [Public endpoints only] #795

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

Merged
merged 5 commits into from
Feb 25, 2023
Merged

Migration to the new Poloniex API [Public endpoints only] #795

merged 5 commits into from
Feb 25, 2023

Conversation

BZ-CO
Copy link
Contributor

@BZ-CO BZ-CO commented Feb 22, 2023

No description provided.

Precision to step size convertor.
For example, precision of 5 would return a step size of 0.00001.
Common order book parsing method, some exchanges (Poloniex) use single array for the whole depth (price and qty) like "asks" : [ "24500.00", "0.024105", "24513.16", "0.611916", "24514.27", "0.001987"]
Convert seconds to a period string, i.e. SECOND_5, MINUTE_1, HOUR_2, DAY_3, WEEK_1week, MONTH_1, YEAR_1 etc.
Can't come up with a working solution.
@vslee vslee merged commit 5ecdf72 into DigitalRuby:master Feb 25, 2023
@vslee vslee linked an issue Feb 25, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need help Poloniex signature generation
2 participants