{ "opencollection": "1.0.0", "info": { "name": "Murex MX.3 Market Data Accounting Volatility API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Volatility", "type": "folder" }, "items": [ { "info": { "name": "Murex List volatility surfaces", "type": "http" }, "http": { "method": "GET", "url": "https://api.murex.com/v1/marketdata/volatility/surfaces", "params": [ { "name": "underlying", "value": "", "type": "query", "description": "Filter by underlying instrument or index" }, { "name": "assetClass", "value": "", "type": "query", "description": "Filter by asset class" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination" } ] }, "docs": "Retrieve available volatility surfaces for options pricing." }, { "info": { "name": "Murex Get volatility surface data", "type": "http" }, "http": { "method": "GET", "url": "https://api.murex.com/v1/marketdata/volatility/surfaces/:surfaceId", "params": [ { "name": "surfaceId", "value": "", "type": "path", "description": "Volatility surface identifier" }, { "name": "asOfDate", "value": "", "type": "query", "description": "Surface valuation date" } ] }, "docs": "Retrieve volatility surface data with strike and tenor dimensions." } ] } ], "bundled": true }