Loading Market Data...
Live on Mainnet

Automated
Crypto Payout API

Scale your business with programmatic mass payouts. Send crypto to thousands of users simultaneously with our secure Payout API.

Mass Crypto Withdrawals Made Simple

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.

  • Programmatic Mass Payouts
  • Automated Gas Fee Management
  • Strict API Security Controls

Built for Scale and Security

When dealing with outbound funds, security is paramount. Our Payout API requires IP whitelisting, distinct API keys, and cryptographic signatures to authorize any withdrawal.

Batch Processing

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.

Real-Time Status Tracking

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.

Executing a Bulk Payout

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}
    ]
  }'

Related Topic Clusters