pub async fn fetch_configured_instruments(
http_client: &PolymarketGammaHttpClient,
config: &PolymarketInstrumentProviderConfig,
filters: &[Arc<dyn InstrumentFilter>],
) -> Result<Vec<InstrumentAny>>Expand description
Fetches instruments using the configured provider bootstrap scope without mutating any provider state.