The very first public version of
Whale's Secret ScriptApiLib NuGet library has been just released! The library allows you to trade on Binance Spot and Kucoin Spot (more to come!) using .NET 9. The list of features include:
- 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.
The library is free to use with size order restrictions. Paid license removes this restriction.
Website:
https://whalessecret.com/Samples on GitHub:
https://github.com/AITIS-s-r-o/WhalesSecret.ScriptApiLib.SamplesTelegram support:
https://t.me/whales_secret_supportGitHub support:
https://github.com/AITIS-s-r-o/WhalesSecret.Developer.Support