Skip to content

Commit ad0b420

Browse files
authored
Merge pull request #180 from InjectiveLabs/cp-575/add_depth_parameter_orderbooks_v2_requests
[CP-575] add depth parameter orderbooks v2 requests
2 parents f165903 + ae91e2c commit ad0b420

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

source/includes/_derivativesrpc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3083,6 +3083,7 @@ func main() {
30833083
| Parameter | Type | Description | Required |
30843084
| ---------- | ------------ | ------------------------------------------------------ | -------- |
30853085
| market_ids | String Array | List of IDs of markets to get orderbook snapshots from | Yes |
3086+
| depth | Integer | The depth of the orderbook | Yes |
30863087

30873088

30883089
### Response Parameters

source/includes/_spotrpc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1894,6 +1894,7 @@ func main() {
18941894
| Parameter | Type | Description | Required |
18951895
| ---------- | ------------ | ------------------------------------------------------ | -------- |
18961896
| market_ids | String Array | List of IDs of markets to get orderbook snapshots from | Yes |
1897+
| depth | Integer | The depth of the orderbook | Yes |
18971898

18981899

18991900
### Response Parameters

0 commit comments

Comments
 (0)