Reading certain data from API [BTC TICKER] | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Reading certain data from API [BTC TICKER]

Im trying to figure out how to use this API properly for a project.. New to API's and pulling data from websites. I am using c# I am basically trying to just pull the price of BTC using the following code below. Im not sure where to go from here https://code.sololearn.com/cMN7A98yOgyE/?ref=app

17th Aug 2018, 12:44 PM
Zezima
Zezima - avatar
1 Antwort
0
Hi Zezima, The result you get is in json. Json is like XML een respond data language. Maybe you should take a look at jsonTextReader propertie. The best of Luck!!
26th Oct 2018, 4:52 AM
Jeremie de Vos
Jeremie de Vos - avatar