{ "opencollection": "1.0.0", "info": { "name": "Binance Algo Trading Account Mining API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "X-MBX-APIKEY", "value": "{{X-MBX-APIKEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Mining", "type": "folder" }, "items": [ { "info": { "name": "Acquiring algorithm", "type": "http" }, "http": { "method": "GET", "url": "https://api.binance.com/sapi/v1/mining/pub/algoList" }, "docs": "Get the list of mining algorithms available on Binance Pool." }, { "info": { "name": "Acquiring coin name", "type": "http" }, "http": { "method": "GET", "url": "https://api.binance.com/sapi/v1/mining/pub/coinList" }, "docs": "Get the list of coins available for mining." }, { "info": { "name": "Request for detail miner list", "type": "http" }, "http": { "method": "GET", "url": "https://api.binance.com/sapi/v1/mining/worker/detail", "params": [ { "name": "algo", "value": "", "type": "query", "description": "Algorithm name, e.g. sha256." }, { "name": "userName", "value": "", "type": "query", "description": "Mining account username." }, { "name": "workerName", "value": "", "type": "query", "description": "Worker/miner name." }, { "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 detailed miner/worker information including hashrate and status." }, { "info": { "name": "Request for miner list", "type": "http" }, "http": { "method": "GET", "url": "https://api.binance.com/sapi/v1/mining/worker/list", "params": [ { "name": "algo", "value": "", "type": "query" }, { "name": "userName", "value": "", "type": "query" }, { "name": "pageIndex", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" }, { "name": "sortColumn", "value": "", "type": "query" }, { "name": "workerStatus", "value": "", "type": "query", "description": "0=all, 1=valid, 2=invalid, 3=failure." }, { "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 miners/workers for an account." }, { "info": { "name": "Earnings list", "type": "http" }, "http": { "method": "GET", "url": "https://api.binance.com/sapi/v1/mining/payment/list", "params": [ { "name": "algo", "value": "", "type": "query" }, { "name": "userName", "value": "", "type": "query" }, { "name": "coin", "value": "", "type": "query" }, { "name": "startDate", "value": "", "type": "query" }, { "name": "endDate", "value": "", "type": "query" }, { "name": "pageIndex", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" }, { "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 mining earnings and revenue data." }, { "info": { "name": "Statistic list", "type": "http" }, "http": { "method": "GET", "url": "https://api.binance.com/sapi/v1/mining/statistics/user/status", "params": [ { "name": "algo", "value": "", "type": "query" }, { "name": "userName", "value": "", "type": "query" }, { "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 mining account statistics including hashrate." } ] } ], "bundled": true }