@agg-build/sdk 1.2.0 → 1.2.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -207,6 +207,15 @@ Call `client.destroy()` when you no longer need the client to release internal r
207
207
  | `getVenueMarkets(options?)` | List venue markets with filters (cursor pagination) |
208
208
  | `getCategories(options?)` | List market categories |
209
209
 
210
+ #### Correlated Markets
211
+
212
+ | Method | Description |
213
+ | ------------------------------------ | ------------------------------------------------ |
214
+ | `resolveCorrelatedMarkets(params)` | Resolve a market and return expand/hedge ideas |
215
+ | `getCorrelatedMarketCascade(params)` | Get expand/hedge ideas for a known venueMarketId |
216
+ | `getMarketCorrelatedSignals(id)` | Inspect generated signals for a market |
217
+ | `queryCorrelatedMarkets(params)` | Search markets by signal similarity |
218
+
210
219
  #### Orderbooks & routing
211
220
 
212
221
  | Method | Description |