Scale your business with programmatic mass payouts. Send crypto to thousands of users simultaneously with our secure Payout API.
Managing payouts manually is slow and error-prone. Our Crypto Payout API allows you to automate affiliate payouts, vendor settlements, and user withdrawals instantly, to anywhere in the world.
When dealing with outbound funds, security is paramount. Our Payout API requires IP whitelisting, distinct API keys, and cryptographic signatures to authorize any withdrawal.
Submit an array of destination addresses and amounts. Our engine will calculate the optimal network fees and execute the transactions in bulk, saving you significant gas costs.
Monitor the status of every outbound transaction in real-time. Our webhooks will notify your system exactly when a payout is confirmed on the destination blockchain.
Send funds to multiple addresses in one API call.
curl -X POST https://api.smartcloudpay.com/v1/payout/bulk \
-H "X-API-Key: YOUR_API_KEY" \
-H "X-Signature: YOUR_HMAC_SIG" \
-d '{
"asset": "USDT",
"network": "TRC20",
"destinations": [
{"address": "T...", "amount": 500},
{"address": "T...", "amount": 250}
]
}'