NOWPayments
📤 Mass Payouts

Pay 1,000+ People
in One API Call

Automate salaries, affiliate commissions, cashbacks, and rewards. Send to any crypto address in 250+ currencies simultaneously.

0% service feeCSV upload1,000 per batch2FA verification
javascript
// Mass Payout — up to 1,000 recipients per call
const response = await fetch(
  'https://api.nowpayments.io/v1/payout',
  {
    method: 'POST',
    headers: {
      'x-api-key': 'YOUR_API_KEY',
      'Authorization': `Bearer ${jwtToken}`,
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      withdrawals: [
        { address: 'TXxxx...', currency: 'usdttrc20', amount: 500 },
        { address: '0x1a2...', currency: 'usdterc20', amount: 250 },
        { address: '1BvBM...', currency: 'btc',       amount: 0.005 },
        // ... up to 1,000 items
      ],
    }),
  }
);
const { id, status, withdrawals } = await response.json();
1,000+
Recipients per batch
0%
Service fee on payouts
250+
Payout currencies
CSV
Bulk upload support
How it works

Send bulk payouts in 3 steps

1

Fund Custody Balance

Deposit crypto to your NOWPayments Custody wallet. This becomes the payout source.

2

Submit Payout Request

API call or CSV upload with recipient addresses, currencies, and amounts.

3

Verify with 2FA

Confirm via email 2FA code. Payouts broadcast to blockchain immediately after.

Features

Built for high-volume payouts

CSV Upload

Upload a spreadsheet with address, currency, amount columns. Process thousands in seconds.

2FA Security

Every payout batch requires 2FA confirmation — prevents unauthorized mass transfers.

Status Tracking

Real-time status per recipient: pending → broadcasting → confirmed → failed.

Multi-currency

Pay affiliates in USDT-TRC20, contractors in BTC, and partners in ETH — all in one batch.

Payout Reports

Downloadable CSV reports for accounting, with tx hashes and timestamp per recipient.

IP Whitelisting

Mandatory for the payout API. Only your server can trigger mass transfers.

Use Cases

Who uses Mass Payouts?

🤝

Affiliate Programs

Weekly commission payouts to thousands of affiliates in their preferred crypto.

🎮

Gaming & Casinos

Player withdrawals processed in bulk. Real-time on-chain settlement.

💼

Payroll Teams

Pay remote contractors globally in crypto. No SWIFT fees, no delays.

🎁

Loyalty & Rewards

Cashback, referral bonuses, and loyalty rewards distributed automatically.

Pay anyone in the world in seconds

1,000 recipients per batch. 0% service fee. Full audit trail.

Start Mass Payouts