Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(v2.15.6, #507): correct handling for symbols array in rolling window tickers endpoint #508

Merged
merged 2 commits into from
Jan 30, 2025

Conversation

tiagosiebler
Copy link
Owner

Summary

Fixes how the "symbols" array parameter is built into a request for the rolling window ticker endpoint:

    const rollingTicker = await client.getRollingWindowTicker({
      symbols: ['BTCUSDT', 'ETHUSDT'],
      windowSize: '5m',
      type: 'MINI',
    });
    console.log('getRollingWindowTicker', rollingTicker);

Fixes #507.

Additional Information

@tiagosiebler tiagosiebler merged commit 37e4c26 into master Jan 30, 2025
5 checks passed
@tiagosiebler tiagosiebler deleted the rollingwindowsymbols branch January 30, 2025 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Duplicate values for parameter 'symbols[]' https://api.binance.com/api/v3/ticker
1 participant