# Crypto Payouts API | Bulk Payouts | CoinCircuit

> Automate bulk crypto payouts to any address. Send USDT, USDC, BTC, and more programmatically via a single REST API call.

Source: https://coincircuit.io/products/payouts/

Payouts API

# Transfer USDC With The Payout API

Send USDT and USDC to any wallet address across 10 blockchains. One API call, processed instantly.

[Get Started Free](https://dashboard.coincircuit.io/signup) [View API Docs](https://coincircuit.io/docs/)

## How Payouts Work

Three steps from API call to confirmed transfer.

01

### Create a Payout

Call the payouts API with the recipient address, amount, asset, and blockchain. CoinCircuit validates and queues the transfer.

02

### Transfer Processed

CoinCircuit validates the address and submits the transaction on the target blockchain. Transfers process instantly.

03

### Webhook Confirmation

Receive a signed webhook event once the payout confirms on the blockchain.

## One Call to Send Anywhere

Specify the recipient, amount, asset, and chain. CoinCircuit handles routing and confirmation.

payout.ts

```
1import { CoinCircuit } from "@coincircuit";23const cc = new CoinCircuit({ apiKey: process.env.KEY });45const payout = await cc.payouts.create({6  recipient: "0xRecipientAddress...",7  amount: "50.00",8  currency: "USD",9  asset: "USDT",10  chain: "base",11});
```

#### Sub-second Settlement

Payouts on Solana and Base settle in under 1 second.

#### 10 Blockchains

Bitcoin, Ethereum, Solana, BSC, Tron, Base, Arbitrum, Polygon, and more.

#### Single API Call

One endpoint handles every blockchain and asset.

#### Batch Payouts

Pay multiple recipients in a single API call.

## Payout Fees

Flat per-transfer fees. No hidden costs.

Crypto

On-chain

Tron (TRC-20)

1.5 USDT

Ethereum

1.0 USDT

BNB Smart Chain

0.5 USDT

Solana

Base

Bank Transfer

Fiat

₦200

per transfer to Nigerian banks

All Nigerian banks supported

Processed instantly

## Multiple Blockchains Supported

Bitcoin

BNB Chain

Tron

Litecoin

Polygon

Avalanche

### Start Sending Payouts Today

Integrate once. Send to any address on any supported blockchain.
