Author

Topic: How to get info from a ticker API like BTC-e? (Read 1083 times)

sr. member
Activity: 392
Merit: 250
August 28, 2014, 08:07:45 AM
#5
Check out this link https://btc-e.com/api/documentation i believe its the answer you want.
hero member
Activity: 700
Merit: 500
No matter what language you will use, you will always need JSON parser. You can also parse it manually but it is not recommended cause it will take you more time than you want to use for such an easy job.
sr. member
Activity: 476
Merit: 501
There are lots of examples in the API documentation page:


https://btc-e.com/api/documentation

Just use them as inspiration.

If you planning to use other language, at least you know what you must look for
member
Activity: 70
Merit: 10
Code:



jQuery Data












Here's a test of what I have.
member
Activity: 70
Merit: 10
I want to make a web app with the info from

https://btc-e.com/api/2/ltc_usd/ticker

But I don't know how to get individual arrays.

Can anyone with experience please help me?
Jump to: