Author

Topic: Trying to call Bitcoin price with CoinDesk API using javaScrip(can anyone help?) (Read 324 times)

newbie
Activity: 33
Merit: 0
Okay thanks nemgum, at least I know I'm barking up the wrong tree!

I think I will put the task out to freelancers
hero member
Activity: 882
Merit: 533
I advise you to find annother way to request the API, the problem with most APIs is that Access control allow origin header is not set or restricted server-side, it means that you can't use common XHR requests, maybe using jquery, with somme tricks you can manage to get a responce, but the best you could do is to use the NodeJS integration, or to call it using PHP, Perl, or any other languague you know, or, you are able to use.
newbie
Activity: 33
Merit: 0
Hi Guys, I'm trying to call CoinBase's API for up-to-date Bitcoin price for a website I'm trying to create. I'm trying to make it using javaScript. Below is the code I have come up with but I am a bit stuck with it.....  I was hoping someone here might point me in the right direction?





    Call coindesk API






Jump to: