Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added New 3rd Party Python3 Library #153

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand All @@ -49,14 +49,15 @@ Java: https://github.com/BTCMarkets/sample-api-client-java<br />


## 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<br />
NodeJS: https://github.com/naddison36/btc-markets<br />
Python: https://github.com/adversary-org/python-btcmarkets<br />
Python: https://github.com/BTCMarkets/api-client-python<br />
Python3: https://github.com/Aquafortis/btcmarkets-python-plus<br />
CSharp: https://github.com/jyoung80/csharp_BTC_Markets_Harness<br />
Ruby: https://github.com/nolim1t/btcmarkets-gem and https://github.com/tennantje/btcmrb <br />
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.