Basket Exposure
get_exposure_basketWeighted cross-symbol aggregate of GEX, DEX, VEX, CHEX across up to 50 symbols. Equal weights when weights omitted; otherwise normalised to sum 1. Use for portfolio/basket scanner, sector exposure roll-up, or custom index dealer positioning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | FlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp. | |
| symbols | Yes | Comma-separated tickers (max 50), e.g. AAPL,MSFT,NVDA | |
| weights | No | Optional comma-separated weights matching symbols order, e.g. 0.4,0.3,0.3. Defaults to equal weight. |