diff --git a/pages/api_integration-full-node-streaming.md b/pages/api_integration-full-node-streaming.md index df38e06..652e6f2 100644 --- a/pages/api_integration-full-node-streaming.md +++ b/pages/api_integration-full-node-streaming.md @@ -1,6 +1,6 @@ # Full Node gRPC Streaming -Last updated for: `v6.0.8` +Last updated for: `v7.0.2` Enable full node streaming to expose a stream of orderbook updates (L3), fills, taker orders, and subaccount updates, allowing clients to maintain a full view of the orderbook and various exchange activities. Note that the orderbook state can vary slightly between nodes due to dYdX's offchain orderbook design. @@ -712,6 +712,9 @@ Q: Is there a sample client? ## Changelog +### v7.0.2 +- perp position to signed int for tracking long/short positions + ### v6.0.8 - added taker order message to stream - added subaccount update message to stream