Skip to content

Commit

Permalink
Add available values for depth limit
Browse files Browse the repository at this point in the history
  • Loading branch information
whitebit-robot committed Feb 23, 2024
1 parent 8031ab2 commit 2e2027e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/public/websocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ Update interval: 100 ms
"method": "depth_subscribe",
"params": [
"ETH_BTC", // market
100, // limit, max value is 100
100, // limit. available values - 1, 5, 10, 20, 30, 50, 100
"0", // price interval units. "0" - no interval, available values - "0.00000001", "0.0000001", "0.000001", "0.00001", "0.0001", "0.001", "0.01", "0.1"
true // multiple subscription flag. true - add, false - unsubscribe from all
]
Expand Down

0 comments on commit 2e2027e

Please sign in to comment.