Expand description
Manual verification script for dYdX WebSocket public data streams.
Exercises live subscriptions for trades, order book updates, and candles for a single instrument to validate the end-to-end streaming pipeline.
Usage:
# Test against testnet (default)
cargo run --bin dydx-ws-data -p nautilus-dydx
# Override endpoints or instrument
DYDX_HTTP_URL=https://indexer.v4testnet.dydx.exchange \
DYDX_WS_URL=wss://indexer.v4testnet.dydx.exchange/v4/ws \
DYDX_INSTRUMENT_ID=BTC-USD-PERP.DYDX \
cargo run --bin dydx-ws-data -p nautilus-dydxFunctionsยง
- main ๐