{ "opencollection": "1.0.0", "info": { "name": "Tristero Assets Trading API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Trading", "type": "folder" }, "items": [ { "info": { "name": "Create a trade", "type": "http" }, "http": { "method": "POST", "url": "https://api.tristero.com/v2/trade", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new trade. Allocates and returns a deposit address you should send funds to." }, { "info": { "name": "Get trade status", "type": "http" }, "http": { "method": "GET", "url": "https://api.tristero.com/v2/status", "params": [ { "name": "id", "value": "", "type": "query", "description": "Trade ID returned by POST /trade" } ] }, "docs": "Returns the current state of a trade." } ] } ], "bundled": true }