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

Documentation: How to Access Response MetaData (Weight Usage) in .NET Binance API Library #56

Open
daniyar306 opened this issue Sep 21, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@daniyar306
Copy link

Description

Hello,

I am currently working with the .NET Binance API library and noticed that the Binance API server provides weight usage information in the headers of each response. In the Python library, there is an option to enable this feature by using setShowLimitUsage(True), which allows retrieving this metadata, including rate limits.

Could you please explain how I can achieve the same in the .NET library? Specifically, I would like to access the weight usage from the response headers, similar to the setShowLimitUsage(True) in the Python library.

@daniyar306 daniyar306 added the documentation Improvements or additions to documentation label Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant