We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eeb4274 + 777dce8 commit 3f8b32eCopy full SHA for 3f8b32e
1 file changed
src/util/BaseRestClient.ts
@@ -17,6 +17,7 @@ type ApiLimitHeader =
17
| 'x-mbx-used-weight-1m'
18
| 'x-sapi-used-ip-weight-1m'
19
| 'x-mbx-order-count-1s'
20
+ | 'x-mbx-order-count-10s'
21
| 'x-mbx-order-count-1m'
22
| 'x-mbx-order-count-1h'
23
| 'x-mbx-order-count-1d';
@@ -124,6 +125,7 @@ export default abstract class BaseRestClient {
124
125
'x-mbx-used-weight-1m': 0,
126
'x-sapi-used-ip-weight-1m': 0,
127
'x-mbx-order-count-1s': 0,
128
+ 'x-mbx-order-count-10s': 0,
129
'x-mbx-order-count-1m': 0,
130
'x-mbx-order-count-1h': 0,
131
'x-mbx-order-count-1d': 0,
0 commit comments