Giter Site home page Giter Site logo

binance.api.csharp.client's Introduction

Binance API Csharp Client Icon

C#.NET client for Binance Exchange API.

GitHub last commit NuGet NuGet

Features

  • Very easy to understand and get started.
  • Complete implementation of the Binance API and WebSockets.
  • Validates transactions using the Binance Trading Rules
  • API results deserialized to concrete objects for ease of usage.
  • Includes a ready to go test project with all possible API calls, just provide your API Key and Secret.

Installation

Nuget Package Manager

PM> Install-Package Binance.API.Csharp.Client

.NET CLI

dotnet add package Binance.API.Csharp.Client

Getting Started

In order to use signed methods you need to create a Binance account, if you already have one, go to your account and create a new API private key.

Create an instance of the APIClient which receive the following parameters:

  • ApiKey - Key used to authenticate within the API.
  • ApiSecret - API secret used for signed API calls.
  • ApiUrl (Optional) - Base URL of the API.
  • WebSocketEndpoint (Optional) - URL of the WebSockets.
    var apiClient = new ApiClient("@Your-API-Key", "@Your-API-Secret");

Create an instance of the BinanceClient which will receive the previously created APIClient

    var binanceClient = new BinanceClient(apiClient);

Documentation and Examples

License

Binance.API.Csharp.Client is open-sourced software licensed under the MIT license

Code of Conduct

Please read and follow our Code of Conduct.

Donations

If you find this tool useful, you can show you support with a kind donation:

BTC: 19cgA4YLfxakSvGyu9isdwBJw11mhCVNAp

ETH: 0xf059966c50727c1a67c112360686fbfbb0798cfa

binance.api.csharp.client's People

Contributors

ebirito avatar hero3616 avatar morpheums avatar

Watchers

 avatar

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.