Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CLOAK] Cloakcoin | No Premine | X13 | First Exchange Anon | Beta Open
by
turner3d
on 18/06/2014, 17:55:50 UTC
if you are ok with bittrex data you can just make the api call to their public api from the client using javascript they don't requre any authentication
tell me if you need help with that
https://bittrex.com/api/v1/public/getticker?market=BTC-CLOAK

coinnext is also public
https://api.coinnext.com/v1/market/stats/CLOAK/BTC

but overall the page looks nice

Calls to bittrex & coinnext APIs cannot be made directly from the client due to cross-domain javascript security restrictions unless they offer JSONp functionality - I don't believe that either of these API offer JSONp. Standard AJAX calls must be made to the same domain as the page calling them.