CCXT.NET
1.1.0
See the version list below for details.
dotnet add package CCXT.NET --version 1.1.0
NuGet\Install-Package CCXT.NET -Version 1.1.0
<PackageReference Include="CCXT.NET" Version="1.1.0" />
paket add CCXT.NET --version 1.1.0
#r "nuget: CCXT.NET, 1.1.0"
// Install CCXT.NET as a Cake Addin #addin nuget:?package=CCXT.NET&version=1.1.0 // Install CCXT.NET as a Cake Tool #tool nuget:?package=CCXT.NET&version=1.1.0
CCXT.NET - CryptoCurrency eXchange Trading Library for .NET
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 | * | API | South Korea | |
coinone | CoinOne | 2 | API | South Korea | |
korbit | korbit | Korbit | 1 | API | South Korea |
poloniex | Poloniex | * | API | US | |
bitmex | BitMEX | 1 | API | Seychelles |
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.1.0
Crypto Donation
ETH 0x556E7EdbcCd669a42f00c1Df53D550C00814B0e3
BTC 15DAoUfaCanpBpTs7VQBK8dRmbQqEnF9WG
Contact
home-page: http://www.odinsoftware.co.kr
e-mail: help@odinsoftware.co.kr
Product | Versions 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. |
-
.NETCoreApp 2.1
- OdinSdk.BaseLib (>= 2.1.5)
-
.NETFramework 4.6.2
- OdinSdk.BaseLib (>= 2.1.5)
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.5.1 | 170 | 9/18/2024 |
1.4.13 | 2,700 | 5/25/2022 |
1.4.12 | 1,834 | 1/21/2022 |
1.4.11 | 1,295 | 1/21/2022 |
1.3.9 | 2,276 | 1/31/2021 |
1.3.8 | 1,716 | 11/17/2020 |
1.3.7 | 1,446 | 8/28/2020 |
1.3.6 | 3,258 | 10/11/2019 |
1.3.5 | 1,652 | 8/13/2019 |
1.3.4 | 2,249 | 6/26/2019 |
1.3.3 | 2,051 | 3/29/2019 |
1.3.2 | 1,942 | 3/14/2019 |
1.3.1 | 1,946 | 3/6/2019 |
1.3.0 | 1,899 | 2/16/2019 |
1.2.1 | 1,936 | 3/6/2019 |
1.2.0 | 2,066 | 11/22/2018 |
1.1.0 | 1,983 | 10/12/2018 |
1.0.1 | 2,005 | 10/10/2018 |
1.0.0 | 2,126 | 7/9/2018 |
new exchange BitMEX & update all exchange