{ "opencollection": "1.0.0", "info": { "name": "Binance Algo Trading Account Payouts API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "X-MBX-APIKEY", "value": "{{X-MBX-APIKEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Payouts", "type": "folder" }, "items": [ { "info": { "name": "Batch payout", "type": "http" }, "http": { "method": "POST", "url": "https://api.binance.com/binancepay/openapi/payout/transfer", "body": { "type": "json", "data": "{}" } }, "docs": "Make batch payout transfers to multiple recipients. Supports payout to Binance ID or email. Maximum 500 recipients per batch." } ] } ], "bundled": true }