{ "opencollection": "1.0.0", "info": { "name": "OddsJam Fixtures Markets API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Markets", "type": "folder" }, "items": [ { "info": { "name": "List markets", "type": "http" }, "http": { "method": "GET", "url": "https://api.opticodds.com/api/v3/markets" }, "docs": "List markets" }, { "info": { "name": "List active markets", "type": "http" }, "http": { "method": "GET", "url": "https://api.opticodds.com/api/v3/markets/active" }, "docs": "List active markets" }, { "info": { "name": "List settleable markets", "type": "http" }, "http": { "method": "GET", "url": "https://api.opticodds.com/api/v3/markets/settleable" }, "docs": "List settleable markets" }, { "info": { "name": "List market types", "type": "http" }, "http": { "method": "GET", "url": "https://api.opticodds.com/api/v3/market-types" }, "docs": "List market types" } ] } ], "bundled": true }