Eversend
PlatformAPIsStablecoin settlement
// api · stablecoin settlement

The stablecoin settlement API

The short answer

Fund payouts across 30+ African markets just-in-time from USDC or USDT, instead of prefunding a bank account in every country. Funding settles in minutes, converts at a rate returned on the quote, and pays out on the same rails as every Eversend transfer.

99.8% uptime · 30+ markets · no per-country prefunding
funding · usdc200 OK
POST /v1/funding
"source": "usdc",
"amount": 25000,
"for": "payout_batch_882"
→ funded just-in-time · settles in minutes
{ "id": "fnd_2k9p", "status": "settled" }
minutes
Funding settlement
stablecoin leg · any hour · any day
30+
Markets funded from one balance
coverage · no per-country float
16
Currencies to convert into
rate on quote · holds until expiry
99.8%
API uptime
trailing 12 months · status.eversend.co
// what this is

Treasury that moves when payouts do.

Prefunding is dead capital: money parked in a partner account in every corridor, waiting. Just-in-time funding keeps your treasury in USDC on your own balance sheet and converts the moment a payout runs.

The funding leg settles in minutes at any hour, so weekend and night payouts do not wait for banking hours.

SourcesUSDC · USDT
NetworksTron · Ethereum · Solana · Base · Stellar · Polygon · BNB Chain
Converts to16 currencies, rate on the quote
Pairs withpayouts · batch payouts · webhooks
Custodysecured by Fireblocks
// the integration

Fund, convert, pay. One flow.

Attach funding to a payout or a batch, and the conversion happens at execution time at the quoted rate. No float forecasting, no idle balances per market.

request
$ curl https://api.eversend.co/v1/funding \
-H "Authorization: Bearer sk_live_..." \
-d source=usdc \
-d amount=25000 \
-d for=payout_batch_882
response200 OK
{ "id": "fnd_2k9p",
"source": "usdc",
"status": "settled",
"converted": { "currency": "NGN", "rate": "on_quote" } }
// fees

Network fee in, quoted rate on conversion.

Funding in costs the network fee for the chain you use, published on our pricing page. Conversion happens at the rate returned on the quote, before anything moves.

USDT in · Tron$4 network feeper on-chain transfer, from the pricing page
USDC in · Base$0.10 network feeper on-chain transfer, from the pricing page
Conversionon the quoterate and fee shown before you commit
network fees per chain are published in full on the pricing page
01
Get sandbox keys
Self-serve, in minutes. Real API, test money.
02
Fund a test batch
Sandbox USDC against a sandbox payout run.
03
Go live
Compliance review, then production keys.
Get API keys