Accepting Transfers through the API
Ready to automate fiat on‑ramps and off‑ramps? Integrate Sphere’s Transfer API in minutes to let your users move seamlessly between fiat and stablecoins.
Easily integrate Sphere’s Transfer API into your backend so that your users can convert fiat into stablecoins (on‑ramp) or redeem stablecoins for fiat (off‑ramp), all through a single, secure endpoint.
Prerequisites
- A Sphere account with an active API secret key.
- A verified Customer (KYC approved).
- Wallet addresses and bank accounts registered for transfers.
Transfer API
POST
https://api.spherepay.co/v1/transfer
For full request/response details, see the Sphere API Reference.
Request Example
Tip: Make sure your source.currency and destination.currency align (e.g. "usd" → "usdc").
If you receive a 200
response with "status"
: "pending"
, the transfer is created and awaiting funds.
Response Example
Last updated on