v0.4.0-beta.26
Pre-release
Pre-release
·
17 commits
to main
since this release
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 makeclient.market.fetchPublicRawTrades()ready for Binance raw historical trades when a market API key is configured.fetchPublicTrades()uses publicaggTradeswithout credentials;fetchPublicRawTrades()usesaggTradesas a locator and thenhistoricalTradeswithCreateClientOptions.market.venues.binance.apiKeyorBINANCE_MARKET_API_KEY, so its available lookback follows the data available from both Binance endpoints.