Tollervey / ccxt.net

CCXT.NET – CryptoCurrency eXchange Trading Library for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CCXT.NET - CryptoCurrency eXchange Trading Library for .NET

Build status

This project is an extension of ccxt.

If you are a .Net C# programmer, ccxt.net might be useful. We created ccxt.net using open-source ccxt.

This project started in 2018/04. I plan to update it continuously.

Supported Cryptocurrency Exchange Markets

The ccxt.net library currently supports the following 17 cryptocurrency exchange markets and trading APIs:

       logo        id name ver doc certified
binance binance Binance * API
bitfinex bitfinex Bitfinex 1 API
bitflyer bitflyer bitFlyer 1 API
bithumb bithumb Bithumb * API
bitmex bitmex BitMEX 1 API
bitstamp bitstamp Bitstamp 2 API
bittrex bittrex Bittrex 1.1 API
cex cex CEX.IO * API
coinone coinone CoinOne 2 API
gdax gdax GDAX * API
gemini gemini Gemini 1 API
itbit itbit itBit 1 API
korbit korbit Korbit 1 API
kraken kraken Kraken 0 API
okex okex OKEX 1 API
poloniex poloniex Poloniex * API
quoinex quoinex QUOINEX 2 API

The list above is updated frequently, new crypto markets, altcoin exchanges, bug fixes, API endpoints are introduced and added on a regular basis. If you don't find a cryptocurrency exchange market in the list above and/or want another exchange to be added, post or send us a link to it by opening an issue here on GitHub or via email.

The library is under MIT license, that means it's absolutely free for any developer to build commercial and opensource software on top of it, but use it at your own risk with no warranties, as is.

Install

You can also clone it into your project directory from ccxt.net GitHub repository:

git clone https://github.com/lisa3907/ccxt.net.git

Documentation

Read the Manual for more details.

Usage

Contributing

Please read the CONTRIBUTING document before making changes that you would like adopted in the code. Also, read the Manual for more details.

Support Developer Team

We are investing a significant amount of time into the development of this library. If CCXT.NET made your life easier and you like it and want to help us improve it further or if you want to speed up new features and exchanges, please, support us with a tip. We appreciate all contributions!

Nuget

Install-Package CCXT.NET -Version 1.3.0

Crypto Donation

ETH 0x556E7EdbcCd669a42f00c1Df53D550C00814B0e3
BTC 15DAoUfaCanpBpTs7VQBK8dRmbQqEnF9WG

Contact

home-page: http://www.odinsoftware.co.kr

e-mail: help@odinsoftware.co.kr

About

CCXT.NET – CryptoCurrency eXchange Trading Library for .NET

License:MIT License


Languages

Language:C# 100.0%