dydxprotocol / dydx-v3-python

Python client for dYdX (API v3)
Apache License 2.0
304 stars 174 forks source link

Request to add a limit on how often the websocket interface can fetch public data #231

Open xldistance opened 1 week ago

xldistance commented 1 week ago

Now the v3_orderbook, v3_trades, v3_markets interface are real-time push data can not adjust the frequency of push, if there is a large number of transaction-by-transaction data push will lead to python process blocking affect the normal market push!