{ "opencollection": "1.0.0", "info": { "name": "Binance Algo Trading Account Copy Trading API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "X-MBX-APIKEY", "value": "{{X-MBX-APIKEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Copy Trading", "type": "folder" }, "items": [ { "info": { "name": "Get copy trading user status", "type": "http" }, "http": { "method": "GET", "url": "https://api.binance.com/sapi/v1/copy-trading/futures/userStatus", "params": [ { "name": "recvWindow", "value": "", "type": "query" }, { "name": "timestamp", "value": "", "type": "query" }, { "name": "signature", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-MBX-APIKEY", "value": "{{X-MBX-APIKEY}}", "placement": "header" } }, "docs": "Get the copy trading status of the current user." }, { "info": { "name": "Get lead trading symbol whitelist", "type": "http" }, "http": { "method": "GET", "url": "https://api.binance.com/sapi/v1/copy-trading/futures/leadSymbol", "params": [ { "name": "recvWindow", "value": "", "type": "query" }, { "name": "timestamp", "value": "", "type": "query" }, { "name": "signature", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-MBX-APIKEY", "value": "{{X-MBX-APIKEY}}", "placement": "header" } }, "docs": "Get the list of symbols available for lead trading." } ] } ], "bundled": true }