CCXT.NET 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package CCXT.NET --version 1.0.1
NuGet\Install-Package CCXT.NET -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CCXT.NET" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CCXT.NET --version 1.0.1
#r "nuget: CCXT.NET, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CCXT.NET as a Cake Addin
#addin nuget:?package=CCXT.NET&version=1.0.1

// Install CCXT.NET as a Cake Tool
#tool nuget:?package=CCXT.NET&version=1.0.1

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 14 cryptocurrency exchange markets and trading APIs:

id name ver doc countries
bithumb bithumb Bithumb * API South Korea
coinone coinone CoinOne 2 API South Korea
korbit korbit korbit Korbit 1 API South Korea
poloniex poloniex Poloniex * API US

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

Intro

The ccxt.net library consists of a public part and a private part. Anyone can use the public part out-of-the-box immediately after installation. Public APIs open access to public information from all exchange markets without registering user accounts and without having API keys.

Public APIs include the following:

  • market data
  • instruments/trading pairs
  • price feeds (exchange rates)
  • order books
  • trade history
  • tickers
  • OHLC(V) for charting
  • other public endpoints

For trading with private APIs you need to obtain API keys from/to exchange markets. It often means registering with exchanges and creating API keys with your account. Most exchanges require personal info or identification. Some kind of verification may be necessary as well. If you want to trade you need to register yourself, this library will not create accounts or API keys for you. Some exchange APIs expose interface methods for registering an account from within the code itself, but most of exchanges don't. You have to sign up and create API keys with their websites.

Private APIs allow the following:

  • manage personal account info
  • query account balances
  • trade by making market and limit orders
  • deposit and withdraw fiat and crypto funds
  • query personal orders
  • get ledger history
  • transfer funds between accounts
  • use merchant services

Read the Manual for more details.

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.0.0

Crypto Donation

ETH 0x556E7EdbcCd669a42f00c1Df53D550C00814B0e3
BTC 15DAoUfaCanpBpTs7VQBK8dRmbQqEnF9WG

Contact

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

e-mail: help@odinsoftware.co.kr

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on CCXT.NET:

Package Downloads
CCXT.Collector

CCXT.Collector – CryptoCurrency eXchange Data Collect Library for .NET

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.13 2,361 5/25/2022
1.4.12 1,785 1/21/2022
1.4.11 1,266 1/21/2022
1.3.9 2,211 1/31/2021
1.3.8 1,673 11/17/2020
1.3.7 1,419 8/28/2020
1.3.6 3,229 10/11/2019
1.3.5 1,624 8/13/2019
1.3.4 2,219 6/26/2019
1.3.3 1,865 3/29/2019
1.3.2 1,891 3/14/2019
1.3.1 1,919 3/6/2019
1.3.0 1,868 2/16/2019
1.2.1 1,900 3/6/2019
1.2.0 1,975 11/22/2018
1.1.0 1,940 10/12/2018
1.0.1 1,968 10/10/2018
1.0.0 2,056 7/9/2018

Fixed System.AggregateException #2