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.
pub async fn fetch_instruments(
http_client: &PolymarketGammaHttpClient,
filters: &[Arc<dyn InstrumentFilter>],
) -> Result<Vec<InstrumentAny>>Fetches instruments from the Gamma API, respecting any configured filters.