Post
Topic
Board Service Discussion
Topic OP
Can I call the blockchain.info API with just javascript or jQuery?
by
MA5H3D
on 30/05/2014, 14:22:00 UTC
Can I call the blockchain.info API with just javascript or jQuery?

I'm trying to load http://blockchain.info/unspent?active=$address. From what i've read it should be possible somehow with cors, but i've been checking urls with this cors test: http://client.cors-api.appspot.com/client, and with or without the "?cors=true" i'm not having much luck.

Has anyone got this to work?