{ "opencollection": "1.0.0", "info": { "name": "NOWPayments Authentication Payouts API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Payouts", "type": "folder" }, "items": [ { "info": { "name": "Create a mass payout", "type": "http" }, "http": { "method": "POST", "url": "https://api.nowpayments.io/v1/payout", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Initiates one or more cryptocurrency payouts to different wallet addresses in a single API call. Used for payroll, affiliate rewards, and bulk distribution. No service fees apply — only blockchain network fees.\n" }, { "info": { "name": "Get payout status", "type": "http" }, "http": { "method": "GET", "url": "https://api.nowpayments.io/v1/payout/:payout_id", "params": [ { "name": "payout_id", "value": "", "type": "path", "description": "Unique payout identifier" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns the current status and details of a specific payout." }, { "info": { "name": "Get account balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.nowpayments.io/v1/balance", "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns the current balance for all cryptocurrencies in the merchant account." } ] } ], "bundled": true }