Skip to content

Commit 3f8b32e

Browse files
authored
Merge branch 'master' into wsapi
2 parents eeb4274 + 777dce8 commit 3f8b32e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/util/BaseRestClient.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ type ApiLimitHeader =
1717
| 'x-mbx-used-weight-1m'
1818
| 'x-sapi-used-ip-weight-1m'
1919
| 'x-mbx-order-count-1s'
20+
| 'x-mbx-order-count-10s'
2021
| 'x-mbx-order-count-1m'
2122
| 'x-mbx-order-count-1h'
2223
| 'x-mbx-order-count-1d';
@@ -124,6 +125,7 @@ export default abstract class BaseRestClient {
124125
'x-mbx-used-weight-1m': 0,
125126
'x-sapi-used-ip-weight-1m': 0,
126127
'x-mbx-order-count-1s': 0,
128+
'x-mbx-order-count-10s': 0,
127129
'x-mbx-order-count-1m': 0,
128130
'x-mbx-order-count-1h': 0,
129131
'x-mbx-order-count-1d': 0,

0 commit comments

Comments
 (0)