API Reference
Get Conversion Rate
Get the live conversion rate for a token to fiat corridor at a given amount.
GET
Retrieve the live conversion rate, fees, and ETAs for converting stablecoins to local fiat currency. This endpoint is public and requires no authentication.
The returned rate is the executable corridor rate after Rails applies the flat 0.5% B2B provider fee on top of the upstream settlement quote.
Path Parameters
string
required
The stablecoin type (
USDC or USDT).string
required
The amount of stablecoin to convert (e.g.
"100").string
required
The target fiat currency code (
NGN, KES, UGX, TZS, MWK).Response
Returns the standard response envelope wrapping rate quote details.string
Response state (
success).object
Rate payload.
string
The executable exchange rate after the 0.5% provider fee.
string
A server-locked quote id. Pass it as
rateId to
Create Order instead of a raw
rate — the order is then created at this exact rate. Expires in 15 minutes.string
The token symbol.
string
The fiat currency code.
string
ISO-8601 expiry of the
rateId.