{ "opencollection": "1.0.0", "info": { "name": "Binance Algo Trading Account Orders API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "X-MBX-APIKEY", "value": "{{X-MBX-APIKEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Create order", "type": "http" }, "http": { "method": "POST", "url": "https://api.binance.com/binancepay/openapi/v3/order/create", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new payment order. Returns a checkout URL and QR code data for the customer to complete payment." }, { "info": { "name": "Query order", "type": "http" }, "http": { "method": "POST", "url": "https://api.binance.com/binancepay/openapi/v2/order/query", "body": { "type": "json", "data": "{}" } }, "docs": "Query a payment order by merchant trade number or prepay ID." }, { "info": { "name": "Close order", "type": "http" }, "http": { "method": "POST", "url": "https://api.binance.com/binancepay/openapi/order/close", "body": { "type": "json", "data": "{}" } }, "docs": "Close an unpaid order." } ] } ], "bundled": true }