KO
|
EN
gitlite — search
Search
#html
#javascript
#python
#flutter
#android
#c
#hacktoberfest
#reactjs
#java
#css
#unity
#nextjs
API
★ 123
Open GitHub ↗
API
Download README (.md)
Explore Similar Repositories
Session
:
[Archived] Session state middleware for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Autofac.Extras.Quartz
:
Autofac integration for Quartz.Net
slack-api
:
recommend using the official java sdk from github. https://github.com/slackapi/java-slack-sdk
rio-rgbify
:
Encoded arbitrary bit depth rasters in pseudo base-256
ansible-haproxy
:
Ansible role to set up (the latest version of) HAProxy in Ubuntu systems
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
API
?
Download (.md)
# BTC Markets Developer API The official API of [https://www.btcmarkets.net/](https://www.btcmarkets.net/) # API v3 We have recently launched a new version of trading API that includes several improvements and new features. We encourage using our latest API for any new trading projects. https://docs.btcmarkets.net # API v1/v2 (legacy) This repository provides documentation for BTC Markets' API. For more information please refer to the wiki area. * [Introduction](https://github.com/BTCMarkets/API/wiki/Introduction) * [Authentication](https://github.com/BTCMarkets/API/wiki/Authentication) * [Trading](https://github.com/BTCMarkets/API/wiki/Trading-API) <sub>updated 03/15/19</sub> * [Market data](https://github.com/BTCMarkets/API/wiki/Market-data-API) <sub>updated 7/24/19</sub> * [Account management](https://github.com/BTCMarkets/API/wiki/Account-API) <sub>updated 3/14/19</sub> * [Fund Transfer](https://github.com/BTCMarkets/API/wiki/Fund-Transfer-API) <sub>updated 08/06/19</sub> * [FAQ](https://github.com/BTCMarkets/API/wiki/faq) ## WebSocket feed [WebSocket v2](https://github.com/BTCMarkets/API/wiki/WebSocket-v2) [WebSocket v1 - deprecated](https://github.com/BTCMarkets/API/wiki/websocket) ## Sample Codes (Officially supported) * Java: https://github.com/BTCMarkets/sample-api-client-java<br /> * Node.js: https://github.com/BTCMarkets/api-client-node * PHP: https://github.com/BTCMarkets/api-client-php * Python: https://github.com/BTCMarkets/api-client-python<br /> * Python3: https://github.com/BTCMarkets/api-client-python3<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. * NodeJS: https://github.com/naddison36/btc-markets<br /> * Python: https://github.com/adversary-org/python-btcmarkets<br /> * CSharp: https://github.com/jyoung80/csharp_BTC_Markets_Harness<br /> * Ruby: - https://github.com/2pd/btcmarkets-ruby - https://github.com/nolim1t/btcmarkets-gem - https://github.com/tennantje/btcmrb <br /> * C++: https://github.com/moneroexamples/btcmarkets-cpp <br /> Thanks to our API users for kindly providing their sample code.