GithubHelp home page GithubHelp logo

riccardoravaro / binance Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sonvister/binance

0.0 1.0 0.0 1.79 MB

A full-featured .NET Standard 2.0 Binance API facade designed for ease of use.

License: MIT License

C# 100.00%

binance's Introduction

Binance

A full-featured .NET Standard 2.0 Binance API facade designed for ease of use.

Features

  • Complete implementation of the Binance API including deposit/withdrawal features and WebSocket endpoints.
  • A simple API abstraction using domain/value objects that do not expose underlying (HTTP/REST) behavior.
  • Consistent use of domain models whether you're querying the API or using real-time WebSocket client events.
  • Customizable dual-layer API with access to JSON responses (low-level) or deserialized domain/value objects.
  • API exceptions provide the Binance server response ERROR code and message for easier troubleshooting.
  • Unique implementation supports multiple users and requires user authentication only where necessary.
  • Web API interface includes automatic rate limiting and system-to-server time synchronization for reliability.
  • Easy-to-use WebSocket endpoint clients and various ready-to-use caching implementations (w/ events).
  • Low-level API utilizes a single, cached HttpClient for performance (when used as singleton as in DI framework).
  • Limited dependencies and use of Microsoft extensions for dependency injection, logging, and options.
  • .NET Core sample applications including live displays of market depth, trades, and candlesticks for a symbol.

Getting Started

Binance Sign-up

To use the private (authenticated) API methods you must have an account with Binance and create an API Key. Please use my Referral ID: 10899093 when you Register (an account is not required to access the public market data).

Installation

Using Nuget Package Manager:

PM> Install-Package Binance


Documentation

See Wiki

binance's People

Contributors

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