File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
pages/price-feeds/publish-data Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 8
8
- [ get_product] ( pyth-client-websocket-api.md#get_product )
9
9
- [ get_all_products] ( pyth-client-websocket-api.md#get_all_products )
10
10
11
- Batch requests are processed in the order the requests appear within the batch.
11
+ Batch requests are processed in the order the requests appear within the batch. ** Batching is highly recommended if the publisher is sending
12
+ updates to over 50 price feeds.**
12
13
13
14
## get_product_list
14
15
@@ -113,6 +114,9 @@ A successful response looks like:
113
114
114
115
## subscribe_price_sched
115
116
117
+ ** This method can saturate the connection between the agent and the client. Send price updates as soon as they are available
118
+ or create a scheduler on the client side to avoid saturating the connection.**
119
+
116
120
Subscribe to price update schedule. pyth-agent will notify the client whenever it should submit the next price for a subscribed symbol.
117
121
118
122
The request looks like:
You can’t perform that action at this time.
0 commit comments