craysiii / binance

API Wrapper for the Binance cryptocurrency exchange written in Ruby.
MIT License
97 stars 79 forks source link

X-MBX-ORDER-COUNT #34

Open dpblnt opened 4 years ago

dpblnt commented 4 years ago

Binance doc states the following:

Every successful order response will contain a X-MBX-ORDER-COUNT-(intervalNum)(intervalLetter) header which has the current order count for the account for all order rate limiters defined.

https://github.com/binance-exchange/binance-official-api-docs/blob/master/rest-api.md#order-rate-limits Is there a way to use it?