pub async fn get_instrument_specs(
__arg0: State<AppState>,
__arg1: Query<InstrumentsQuery>,
) -> Result<SonicJson<JsonRpcResponse<Vec<InstrumentSpecResponse>>>, StatusCode>Expand description
Get canonical instrument specifications for downstream services.