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

Poloniex legacy API has been discontinued. #20

Closed
ghost opened this issue Aug 22, 2023 · 0 comments · Fixed by #21
Closed

Poloniex legacy API has been discontinued. #20

ghost opened this issue Aug 22, 2023 · 0 comments · Fixed by #21

Comments

@ghost
Copy link

ghost commented Aug 22, 2023

The legacy API (https://poloniex.com/public) seems to have been turned off, now the Pricenode is getting error response codes and no market data. Seems Poloniex announced last year, perhaps just now they have decommissioned legacy support.

You can check it by trying the legacy API: curl "https://poloniex.com/public?command=returnTicker"

Knowm XChange library still uses the legacy endpoint. There was some discussion of it a year ago, but the new API has not yet been adopted in the code.

Options:

  1. What
  2. Update the XChange code (learning curve..)
  3. Wait for someone else to update the XChange code.
  4. Discontinue use of Poloniex.
  5. Write own adapter for Poloniex.
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 a pull request may close this issue.

0 participants