python-poloniex
python-poloniex copied to clipboard
returnCurrencies need includeMultiChainCurrencies = true flag
trafficstars
Change
https://poloniex.com/public?command=returnCurrencies
to
https://poloniex.com/public?command=returnCurrencies&includeMultiChainCurrencies=true
for get info about USDTTRON or USDTETH...
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"})
Change
https://poloniex.com/public?command=returnCurrenciestohttps://poloniex.com/public?command=returnCurrencies&includeMultiChainCurrencies=truefor get info about USDTTRON or USDTETH...