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

returnCurrencies need includeMultiChainCurrencies = true flag #213

Open
EUA opened this issue May 10, 2021 · 2 comments
Open

returnCurrencies need includeMultiChainCurrencies = true flag #213

EUA opened this issue May 10, 2021 · 2 comments

Comments

@EUA
Copy link

EUA commented May 10, 2021

Change
https://poloniex.com/public?command=returnCurrencies
to
https://poloniex.com/public?command=returnCurrencies&includeMultiChainCurrencies=true
for get info about USDTTRON or USDTETH...

@s4w3d0ff
Copy link
Owner

I don't see this in the documentation but seems like a legit argument.

This should work:

import poloniex

api = poloniex.Poloniex()
api("returnCurrencies", {"includeMultiChainCurrencies" : "true"})

@Brandylee24
Copy link

Change
https://poloniex.com/public?command=returnCurrencies
to
https://poloniex.com/public?command=returnCurrencies&includeMultiChainCurrencies=true
for get info about USDTTRON or USDTETH...

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

No branches or pull requests

3 participants