Git Product home page Git Product logo

ccxt.net's Introduction

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
bitmex bitmex BitMEX 1 API Seychelles
bitfinex bitfinex Bitfinex 1 API British Virgin Islands

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

Crypto Donation

ETH 0x556E7EdbcCd669a42f00c1Df53D550C00814B0e3
BTC 15DAoUfaCanpBpTs7VQBK8dRmbQqEnF9WG

Contact

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

e-mail: [email protected]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.