{ "opencollection": "1.0.0", "info": { "name": "ICE Consolidated Feed Instruments API", "version": "1.0" }, "items": [ { "info": { "name": "Instruments", "type": "folder" }, "items": [ { "info": { "name": "List instruments", "type": "http" }, "http": { "method": "GET", "url": "https://api.theice.com/marketdata/instruments", "params": [ { "name": "exchange", "value": "", "type": "query", "description": "Filter by exchange code." }, { "name": "productType", "value": "", "type": "query", "description": "Filter by product type (futures, options, etc.)." } ] }, "docs": "Retrieves a list of available instruments and contracts across ICE exchanges with filtering by exchange, product type, and status." } ] } ], "bundled": true }