{ "opencollection": "1.0.0", "info": { "name": "Binance Algo Trading Account General API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "X-MBX-APIKEY", "value": "{{X-MBX-APIKEY}}", "placement": "header" } }, "items": [ { "info": { "name": "General", "type": "folder" }, "items": [ { "info": { "name": "Test connectivity", "type": "http" }, "http": { "method": "GET", "url": "https://api.binance.com/api/v3/ping" }, "docs": "Test connectivity to the REST API. Returns an empty object on success." }, { "info": { "name": "Check server time", "type": "http" }, "http": { "method": "GET", "url": "https://api.binance.com/api/v3/time" }, "docs": "Test connectivity to the REST API and get the current server time as a Unix timestamp in milliseconds." }, { "info": { "name": "Exchange information", "type": "http" }, "http": { "method": "GET", "url": "https://api.binance.com/api/v3/exchangeInfo", "params": [ { "name": "symbol", "value": "BTCUSDT", "type": "query", "description": "Trading pair symbol, e.g. BTCUSDT." }, { "name": "symbols", "value": "[\"BTCUSDT\",\"ETHUSDT\"]", "type": "query", "description": "JSON array of trading pair symbols to query. Cannot be used with the symbol parameter." }, { "name": "permissions", "value": "", "type": "query", "description": "Filter by account permissions such as SPOT or MARGIN." } ] }, "docs": "Get current exchange trading rules and symbol information, including available trading pairs, price filters, lot size filters, and order type constraints." } ] } ], "bundled": true }