Skip to main content
POST
Get a cross-currency payout quote (60s lock)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Axra-Business-Id
string

Active business context

x-api-key
string

Merchant API key (alternative to dashboard JWT)

Body

application/json
rail
enum<string>
required
Available options:
LOCAL_BANK,
LOCAL_MOMO
country
enum<string>
required

ISO-2 destination country

Available options:
NG,
KE,
ZA,
TZ,
UG,
RW,
MW,
ZM,
BW,
CM,
BJ,
BF,
CD,
CI,
GA,
ML,
CG,
SN,
TG
currency
enum<string>
required

Local currency code

Available options:
NGN,
KES,
ZAR,
TZS,
UGX,
RWF,
MWK,
ZMW,
BWP,
XAF,
XOF,
CDF
srcCurrency
enum<string>
default:USDC
required

Source wallet currency — only USDC supported in v1

Available options:
USDC
srcAmount
string

Decimal string in USDC (e.g. "100.00") — XOR with dstAmount

Pattern: /^\d+(\.\d+)?$/
dstAmount
string

Decimal string in local currency (e.g. "150000") — XOR with srcAmount

Pattern: /^\d+(\.\d+)?$/

Response

OK

success
boolean
required
Example:

true

data
object
required