{ "opencollection": "1.0.0", "info": { "name": "Murex MX.3 Market Data Accounting Reconciliations API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Reconciliations", "type": "folder" }, "items": [ { "info": { "name": "Murex List reconciliations", "type": "http" }, "http": { "method": "GET", "url": "https://api.murex.com/v1/marketdata/reconciliations", "params": [ { "name": "type", "value": "", "type": "query", "description": "Reconciliation type" }, { "name": "status", "value": "", "type": "query", "description": "Filter by reconciliation status" }, { "name": "asOfDate", "value": "", "type": "query", "description": "Reconciliation date" }, { "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 reconciliation results for positions, cash balances, and trade matching." }, { "info": { "name": "Murex Get a reconciliation item", "type": "http" }, "http": { "method": "GET", "url": "https://api.murex.com/v1/marketdata/reconciliations/:reconciliationId", "params": [ { "name": "reconciliationId", "value": "", "type": "path", "description": "Reconciliation item identifier" } ] }, "docs": "Retrieve details of a specific reconciliation item." } ] } ], "bundled": true }