Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update api_integration-full-node-streaming.md #288

Merged
merged 1 commit into from
Nov 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion pages/api_integration-full-node-streaming.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
Expand Down
Loading