Skip to content

Commit

Permalink
Merge branch 'feature/depth-100ms' into 'main'
Browse files Browse the repository at this point in the history
update depth cache to 100 ms

See merge request whitebit_exchange/api-docs!163
  • Loading branch information
whitebit-robot committed Nov 23, 2023
2 parents b7395da + 0358cef commit 68ee49f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/public/http-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ NONE
This endpoint retrieves the current [order book](./../glossary.md#order-book) as two arrays ([bids](./../glossary.md#bid) / [asks](./../glossary.md#ask))

**Response is cached for:**
_1 second_
_100 ms_

❗ Rate limit 1000 requests/10 sec.

Expand Down
2 changes: 1 addition & 1 deletion pages/public/http-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ NONE
This endpoint retrieves the current [order book](../glossary.md#order-book) as two arrays ([bids](./../glossary.md#bid) / [asks](./../glossary.md#ask)).

**Response is cached for:**
_1.0 second_
_100 ms_

**Parameters:**
NONE
Expand Down
2 changes: 1 addition & 1 deletion pages/public/http-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ NONE
This endpoint retrieves the current [order book](./../glossary.md#order-book as two arrays ([bids](./../glossary.md#bid) / [asks](./../glossary.md#ask)) with additional parameters.

**Response is cached for:**
_1.0 second_
_100 ms_

❗ Rate limit 600 requests/10 sec.

Expand Down

0 comments on commit 68ee49f

Please sign in to comment.