{ "opencollection": "1.0.0", "info": { "name": "Binance Algo Trading Account Refunds API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "X-MBX-APIKEY", "value": "{{X-MBX-APIKEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Refunds", "type": "folder" }, "items": [ { "info": { "name": "Refund order", "type": "http" }, "http": { "method": "POST", "url": "https://api.binance.com/binancepay/openapi/order/refund", "body": { "type": "json", "data": "{}" } }, "docs": "Refund a paid order fully or partially." } ] } ], "bundled": true }