Dmbcs-kraken-api

From Free Software Directory
Revision as of 14:02, 23 June 2018 by Dale m (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


[edit]

dmbcs-kraken-api

http://rdmp.org/dmbcs/kraken-api
C++ client-side API Kraken access library

Kraken is a virtual currency exchange, which also handles fiat (real) currency amounts. Subscribers to the service have an account with associated funds attached. The web site (www.kraken.com) provides the user with an account overview (i.e. current balance), currency-pair exchange market status (history of prices and current order book), and the means to place entries on the order book; bids for a currency which can be immediately met with orders to sell the currency are automatically transacted, with the Kraken site taking a small and variable cut of the deal.

Kraken also provide a stateless, web-based API by which all of the above actions can be undertaken programmatically. This is fully open, and described at the Kraken exchange web site.

The DMBCS client-side C++ library implements all features of the API in a fully encapsulated C++ class, allowing users to implement algorithmic or robotic trading and dynamic exchange modelling.





Licensing

License

Verified by

Verified on

Notes




Leaders and contributors

Contact(s)Role
Dale Mellor Original developer


Resources and communication

Software prerequisites

KindDescription
Required to buildc++17 compiler
Required to usecurlpp
Required to buildGNU autotools
Required to uselibcurl
Required to useopenssl
Required to buildlibtoolize




Entry



"git clone -b 1.0 http" has not been listed as valid URI scheme.






"Original developer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.




















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.