WhalesSecret.ScriptApiLib 1.0.1.5

dotnet add package WhalesSecret.ScriptApiLib --version 1.0.1.5                
NuGet\Install-Package WhalesSecret.ScriptApiLib -Version 1.0.1.5                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WhalesSecret.ScriptApiLib" Version="1.0.1.5" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WhalesSecret.ScriptApiLib --version 1.0.1.5                
#r "nuget: WhalesSecret.ScriptApiLib, 1.0.1.5"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WhalesSecret.ScriptApiLib as a Cake Addin
#addin nuget:?package=WhalesSecret.ScriptApiLib&version=1.0.1.5

// Install WhalesSecret.ScriptApiLib as a Cake Tool
#tool nuget:?package=WhalesSecret.ScriptApiLib&version=1.0.1.5                

Whale's Secret Script API Library

Unified API for .NET to allow you trade on Binance and KuCoin.

  • Exchange market initialization allows you to obtain basic information about the exchange and its tradable symbol pairs.
  • Order book, candlestick, and ticker subscriptions provide easy way to monitor market data and quickly react to changes.
  • Subscription sets allow subscribing multiple symbol pairs at once, providing efficient access to market data for more complex strategies.
  • Order creation and monitoring for creating market, limit, stop-loss, limit-profit, stop-limit, and take-profit types of orders and monitoring the progress of the orders once placed.
  • Order cancellation including cancelling all orders on the connected exchange.
  • Historical trades and orders data allow you to review your past trading activity on an exchange.
  • Open orders feature lists currently active orders as well as possibility to be informed about any changes.
  • Historical candlesticks data enable access to raw data behind OHLC charts.
  • Exchange account information includes balances in user's wallets on the exchange with possibility to monitor updates.
  • Order Request Builder provides easy way to build multiple orders while respecting restrictions imposed by exchange markets including rounding of amounts and prices.
  • Time synchronization with exchange server times is important for your API requests to be accepted by exchanges.
  • API request count optimization reduces the number of API requests the client sends to an exchange and thus prevents hitting the limits imposed by exchanges.

See a set of samples in the https://github.com/AITIS-s-r-o/WhalesSecret.ScriptApiLib.Samples repository.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1.5 146 3/15/2025
1.0.1.4 283 3/8/2025