Skip to main content

fetch_configured_instruments

Function fetch_configured_instruments 

Source
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.