API Reference
Get Quote
Get real-time exchange rates, estimated transaction fees, and ETAs for conversion corridors.
POST
Request a non-binding real-time exchange rate quote. Use this endpoint to display accurate rates to users in your application UI before they initialize an order. Quotes are valid for 30 seconds.
Header Parameters
Bearer API Key (e.g.
rk_live_...).Request Body
The stablecoin type (
USDC or USDT).The stablecoin amount to convert (e.g.
"100.00").The target fiat currency code (
NGN, KES, TZS, MWK).The routing pathway preference:
route_a: Use the configured B2B settlement route on Sui.
Response
The exchange rate (fiat units per stablecoin unit).
Estimated local currency output.
Estimated transaction fee, in coin units.
Estimated settlement duration in seconds.
The route allocated for this quote based on rules and liquidity (
route_a).ISO 8601 timestamp after which the quote rate is no longer guaranteed.