Skip to content

Commit 31cdbbf

Browse files
authored
Merge pull request #83 from NethermindEth/ev/fix-market-link-gprc-example
Fix gRPC streaming markets data link
2 parents fde8856 + f22e622 commit 31cdbbf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

vocs-docs/docs/pages/nodes/full-node-streaming/example.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ def _handle_taker_order(self, stream_taker_order: StreamTakerOrder, block_height
518518
```
519519
:::
520520

521-
Convert protocol integers to decimal values for display and analysis. [Fetch the market information](/interaction/data#market-list) from the Indexer, containing data required for integer conversion.
521+
Convert protocol integers to decimal values for display and analysis. [Fetch the market information](/indexer-client/http#get-perpetual-markets) from the Indexer, containing data required for integer conversion.
522522

523523
:::info
524524
:::details[Data Conversion]

vocs-docs/docs/pages/nodes/full-node-streaming/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Last updated for: `v7.0.2`
88
We recommend you use this exclusively with your own node, as supporting multiple public gRPC streams with unknown client subscriptions may result in degraded performance.
99
:::
1010

11+
:::info[Example]
12+
If you already have access to a full node with gRPC streaming enabled, see the [example](/nodes/full-node-streaming/example).
13+
:::
14+
1115
## Enabling Streaming
1216
Full node streaming supports two streaming protocols. Information can be streamed via gRPC or Websockets. Use the following flags to configure full node streaming features:
1317

0 commit comments

Comments
 (0)