{ "opencollection": "1.0.0", "info": { "name": "@gmx-io/gmx-public-api Allowances Positions API", "version": "1.0.0" }, "items": [ { "info": { "name": "Positions", "type": "folder" }, "items": [ { "info": { "name": "GetPositionsInfo", "type": "http" }, "http": { "method": "GET", "url": "/v1/positions", "params": [ { "name": "address", "value": "", "type": "query" }, { "name": "includeRelatedOrders", "value": "", "type": "query" } ] } }, { "info": { "name": "GetPositionByKey", "type": "http" }, "http": { "method": "GET", "url": "/v1/positions/:key", "params": [ { "name": "key", "value": "", "type": "path" }, { "name": "includeRelatedOrders", "value": "", "type": "query" } ] } } ] } ], "bundled": true }