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

Missing permissions parameter in ExchangeInformation method #50

Open
Pazout opened this issue Jan 10, 2024 · 1 comment
Open

Missing permissions parameter in ExchangeInformation method #50

Pazout opened this issue Jan 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Pazout
Copy link

Pazout commented Jan 10, 2024

Reproduction steps

permissions | curl -X GET "https://api.binance.com/api/v3/exchangeInfo?permissions=SPOT"orcurl -X GET "https://api.binance.com/api/v3/exchangeInfo?permissions=%5B%22MARGIN%22%2C%22LEVERAGED%22%5D"orcurl -g -X GET 'https://api.binance.com/api/v3/exchangeInfo?permissions=["MARGIN","LEVERAGED"]'

Expected behavior

https://binance-docs.github.io/apidocs/spot/en/#exchange-information

Actual Behavior

.NET version

Other (specify in environment)

Operating system

Linux

Environment

No response

dotnet --info

No response

@Pazout Pazout added the bug Something isn't working label Jan 10, 2024
@chaoyebugao
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants