Skip to main content

fetch_instruments

Function fetch_instruments 

Source
pub async fn fetch_instruments(
    http_client: &PolymarketGammaHttpClient,
    filters: &[Arc<dyn InstrumentFilter>],
) -> Result<Vec<InstrumentAny>>
Expand description

Fetches instruments from the Gamma API, respecting any configured filters.