winkdex

Bitcoin price with WinkDex API (in JavaFX) – Part II

As previously mentioned in this post, WinkDex API allows users much more than simply get the price and timestamp from their site. You can also get a series of prices and dates and build your own Bitcoin price chart easily and this is what I’m going to show you in current post. (more…)

Bitcoin price with WinkDex API (in Java) – Part I

WinkDex offers developers a tool (API), so that developers could get the most accurate Bitcoin price at the moment and in the past so that the latter could create web apps or even phone apps showing information about Bitcoin market. Their documentation offers example of API implementation using cURL – A command line tool for getting or sending files using URL syntax (Source: wikipedia), which is mostly used with php.

(more…)