diff --git a/source/includes/_derivativesrpc.md b/source/includes/_derivativesrpc.md index 1827009b..7f681f86 100644 --- a/source/includes/_derivativesrpc.md +++ b/source/includes/_derivativesrpc.md @@ -3083,6 +3083,7 @@ func main() { | Parameter | Type | Description | Required | | ---------- | ------------ | ------------------------------------------------------ | -------- | | market_ids | String Array | List of IDs of markets to get orderbook snapshots from | Yes | +| depth | Integer | The depth of the orderbook | Yes | ### Response Parameters diff --git a/source/includes/_spotrpc.md b/source/includes/_spotrpc.md index 6a1fc5ba..25c01a5d 100644 --- a/source/includes/_spotrpc.md +++ b/source/includes/_spotrpc.md @@ -1894,6 +1894,7 @@ func main() { | Parameter | Type | Description | Required | | ---------- | ------------ | ------------------------------------------------------ | -------- | | market_ids | String Array | List of IDs of markets to get orderbook snapshots from | Yes | +| depth | Integer | The depth of the orderbook | Yes | ### Response Parameters