Eversend
PlatformAPIsUSDC off-ramp
// api · usdc off-ramp

The USDC off-ramp API

The short answer

Eversend's API converts USDC to local African currencies and pays out to mobile money and bank rails in 30+ countries. One call: your users move from stablecoin to M-Pesa or a Nigerian bank account without leaving your product, at a rate returned on the quote.

99.8% uptime · 30+ markets · regulated local rails
off-ramp · usdc → local200 OK
POST /v1/ramps
"from": "usdc", "to": "KES",
"amount": 500,
"payout": { "rail": "mpesa", "phone": "+2547..." }
→ rate on quote · settles in minutes
{ "id": "rmp_5c2a", "status": "processing" }
30+
Countries on local rails
coverage · mobile money + bank · live
7
Networks for USDC in
Tron · Ethereum · Solana · Base + 3 more
minutes
Typical settlement
stablecoin leg · then local rail
~2 min
To sandbox keys
self-serve · no sales call
// what this is

The exit to local currency, solved.

The hardest part of a stablecoin product is the last mile: turning USDC into money your users can actually spend. This API is that last mile, from stablecoin to mobile money and bank accounts across 30+ African countries.

The local-currency rails are regulated and run on our side of the API. Custody of digital assets is secured by Fireblocks.

Assets inUSDC · USDT
NetworksTron · Ethereum · Solana · Base · Stellar · Polygon · BNB Chain
Rails outmobile money · bank transfer · Eversend wallet
Ratereturned on the quote, holds until it expires
Custodysecured by Fireblocks
// the integration

One call from chain to wallet.

Quote, accept, done: the stablecoin leg settles in minutes and the local payout follows on the same rails as every other Eversend transfer, with the same webhooks.

request
$ curl https://api.eversend.co/v1/ramps \
-H "Authorization: Bearer sk_live_..." \
-d from=usdc -d to=NGN \
-d amount=1200 \
-d payout.rail=ngn_bank -d payout.account=0123456789
response200 OK
{ "id": "rmp_8b1x",
"rate": "on_quote",
"status": "processing",
"payout": { "rail": "ngn_bank" } }
// fees

Network fee in, quoted rate out.

Bringing USDC in costs the network fee for the chain you use, published on our pricing page. The conversion rate and fee are returned on every quote before you commit.

USDC in · Base$0.10 network feeper on-chain transfer, from the pricing page
USDC in · Solana$1 network feeper on-chain transfer, from the pricing page
Conversion + payouton 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
Run a test off-ramp
Sandbox USDC to a sandbox wallet, watch the webhooks.
03
Go live
Compliance review, then production keys.
Get API keys