Websocket streaming for TradingView

Gm!

We are currently using https://benchmarks.pyth.network/v1/shims/tradingview/streaming for our TradingView charts and are experiencing reliability issues during periods of inactivity or prolonged use due to HTTP streaming.

To provide a smoother experience for our users, I was wondering if you have a websocket version for TradingView integration?

Thank you!

gm gm!

If you’re building your own TradingView adapter or plugin, you could connect directly to the Pythnet WebSocket and do your own formatting—but the TradingView adapter Pyth provides doesn’t support that out of the box.

2 Likes

Thank you very much! We’ll take a look at it :wink: