You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: