Questions tagged [poloniex]

Poloniex is a US exchange trading in numerous virtual currencies, including Bitcoin, Ethereum, Litecoin and Dogecoin. The tag should be used when referring to Poloniex API, independently of the implementation.

Poloniex is a US exchange trading in numerous virtual currencies, including Bitcoin, Ethereum, Litecoin and Dogecoin. The tag should be used when referring to Poloniex API - https://poloniex.com/support/api/, independently of the implementation.

93 questions
-1
votes
1 answer

Error "BasicNetwork.performRequest: Unexpected response code 403 for https://poloniex.com/tradingApi"

While using android volley for poloniex trading api I am getting the error "BasicNetwork.performRequest: Unexpected response code 403 for https://poloniex.com/tradingApi" I have searched net for solutions and nothing helped me in fixing this…
-1
votes
1 answer

Poloniex API using requests, returnBalances works, but returnTradeHistory does not

I'm trying to access the Poloniex API using requests. The returnBalances code works, but the returnTradeHistory code does not. The returnTradeHistory is commented out in the example. Data is returned for returnBalances but not for…
-2
votes
1 answer

How to add the result of a ticker to an array in poloniex using c++?

when I refer to the ticker I have ['BTC_BBR','0.00069501','0.00074346','0.00069501','-0.00742634','8.63286802','11983.47150109',0,'0.00107920','0.00045422'] I need each cell to be written into a separate array, for…
Nafe Kzir
  • 15
  • 4
1 2 3 4 5 6
7