Skip to content

v0.4.0-beta.26

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Jun 10:27
· 17 commits to main since this release
f555895

Minor Changes

  • 8fb896f: Add client.market.fetchFundingRateHistory() for Binance perpetual funding rate history queries.
  • 5711f3d: Add client.market.fetchPublicTrades() for public aggregate market trades and make client.market.fetchPublicRawTrades() ready for Binance raw historical trades when a market API key is configured. fetchPublicTrades() uses public aggTrades without credentials; fetchPublicRawTrades() uses aggTrades as a locator and then historicalTrades with CreateClientOptions.market.venues.binance.apiKey or BINANCE_MARKET_API_KEY, so its available lookback follows the data available from both Binance endpoints.