From 985721cca0ead5839a210bfcc4578bb88fc4de04 Mon Sep 17 00:00:00 2001 From: Aquafortis Date: Fri, 7 Sep 2018 19:20:08 +1000 Subject: [PATCH] Added New 3rd Party Python3 Library Optimised for Python 3x and still works with Python 2.7. Includes standalone Buy and Sell file examples for use with a trading bot. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d30222..97cc1ca 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Trading APIs -This repository provides documentation for BTC Markets' API. +This repository provides documentation for BTC Markets' API. For more information please refer to the wiki area. @@ -24,7 +24,7 @@ https://github.com/BTCMarkets/API/wiki/Trading-API Market data: https://github.com/BTCMarkets/API/wiki/Market-data-API - + Account management: https://github.com/BTCMarkets/API/wiki/Account-API @@ -49,14 +49,15 @@ Java: https://github.com/BTCMarkets/sample-api-client-java
## Sample Codes (Created by third parties) -Please note that the code samples below have been generously created by our users. Since these are not official samples please ensure you check and trust the code before using them. +Please note that the code samples below have been generously created by our users. Since these are not official samples please ensure you check and trust the code before using them. Java: https://github.com/vogelito/sample-api-client-java
NodeJS: https://github.com/naddison36/btc-markets
Python: https://github.com/adversary-org/python-btcmarkets
Python: https://github.com/BTCMarkets/api-client-python
+Python3: https://github.com/Aquafortis/btcmarkets-python-plus
CSharp: https://github.com/jyoung80/csharp_BTC_Markets_Harness
Ruby: https://github.com/nolim1t/btcmarkets-gem and https://github.com/tennantje/btcmrb
C++: https://github.com/moneroexamples/btcmarkets-cpp -Thanks to our API users for kindly providing their sample code. +Thanks to our API users for kindly providing their sample code.