Skip to content

mrbighokage/MDG_Binance.API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDG.BinanceDotNet

C# Wrapper for the Binance exchange API

Compatible with .NETSTANDARD2.0

This repository provides a C# wrapper for the official Binance API, and provides rate limiting features (set to 10 by 10 out the box), a IAPICacheManager interface to allow users to provide their own cache implementations, all REST endpoints covered, and a best practice solution coupled with strongly typed responses and requests. It is built on the latest .NET Framework and in .NET Core

Feel free to raise issues and Pull Request to help improve the library. If you found this API useful, and you wanted to give back feel free to sign up to Binance via my referral link here.

Documentation

Installation (warning does not stable)

The package is available in NuGet, or feel free to download: https://www.nuget.org/packages/MDG.BinanceDotNet/

Nuget PM (warning does not stable)

Install-Package MDG.BinanceDotNet -Version 1.0.0

I had some problems with official implementation so I recommend using a pure socket client or using an asynchronous overlay ClientWebSocketWrapper

ClientWebSocketWrapper

About

C# Wrapper for the Binance exchange API, with REST and WebSocket endpoints adaptive for MDG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%