From ae91e2cfd89302075510318e82a346a400cf31aa Mon Sep 17 00:00:00 2001 From: Abel Armoa <30988000+aarmoa@users.noreply.github.com> Date: Mon, 18 Aug 2025 11:15:10 -0300 Subject: [PATCH] [CP-575] Added the depth paramtater to the orderbooks v2 Indexer endpoints docs --- source/includes/_derivativesrpc.md | 1 + source/includes/_spotrpc.md | 1 + 2 files changed, 2 insertions(+) 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