Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
luisubi7
Contributor
Contributor

REST API with Cryptocurrency Exchanges. Bitstamp, Bittrex, Poloniex....

Hi,

I am trying to download data through the Rest API connector from different crypto exchanges.
When connecting to the public API there is no problem as it is not necessary to enter any authentication just put the URL "https://poloniex.com/public?command=returnTicker" on the QlikSense REST API and I get a JSON output.

Captura1.JPG

 

 

However, when trying to connect to the private one, it is necessary to pass parameters such as KEY, Sign, nonce and I dont know how to do it. Look like I have to change the method to POST and then write some comands. Explanation on this url: https://docs.poloniex.com/#private-http-api-methods

Captura2.JPG

 

Captura3.JPG

 

Captura4.JPG

 

Any idea?

Thank you very much

 

 

Labels (1)
2 Replies
johnhubbard11
Contributor
Contributor

Thank you very much for the information!!!

SGV
Creator
Creator

Were you able to figure out a solution?