Send crypto to thousands at once
Batch-pay partners via CSV or API—up to about a thousand rows per run—with one confirmation.
// Send mass payouts via API
const payouts = await JOVEpay.createMassPayout({
ipn_callback_url: 'https://site.com/ipn',
payouts: [
{
address: '1A1zP1eP5QGefi...',
currency: 'btc',
amount: 0.005,
extra_id: 'affiliate-001',
},
{
address: 'TQn9Y2khEsLJW...',
currency: 'usdttrc20',
amount: 250,
extra_id: 'salary-emp-42',
},
// up to 1000 entries
],
})Key features
Everything you need, nothing you don't.
CSV upload
Upload a spreadsheet with addresses and amounts. We handle the rest.
1000 payments at once
Process up to 1000 outgoing crypto payments in a single request.
Global reach
Send to any wallet address anywhere in the world with no geographic restrictions.
350+ currencies
Pay out in BTC, ETH, USDT, and 350+ other cryptocurrencies.
IPN per payout
Receive individual IPN callbacks for each payout so you know exactly what was sent.
Payout history
Full audit trail of every payout with status, amount, and timestamp.
Pre-send validation
Address validation before sending to prevent irreversible mistakes.
Withdrawal whitelist
Only send to pre-approved addresses for maximum security.
Report export
Export payout reports as CSV for accounting and compliance.
How it works
Prepare your payout list
Upload a CSV with wallet addresses, currencies, and amounts — or build the request via API.
Review & confirm
Preview the full payout batch, total amounts per currency, and estimated network fees.
Approve and send
Authorize with 2FA and trigger the batch. All payments are queued and sent simultaneously.
Track delivery
Monitor each payout status in real-time. Receive webhook notifications as they confirm.