You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/price-feeds/fetch-price-updates.mdx
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,8 @@ Hermes offers several other endpoints for retrieving price updates. For more inf
94
94
Hermes also provides a Server-Sent Events (SSE) endpoint to stream price updates.
95
95
The `/v2/updates/price/stream` endpoint continuously streams price updates for the requested feeds to the caller.
96
96
97
+
The connection will automatically close after 24 hours to prevent resource leaks. Clients should implement reconnection logic to maintain continuous price updates.
98
+
97
99
For example, to stream price updates for BTC/USD, run:
0 commit comments