Skip to main content
POST
Get Fiat to Fiat exchange rate
An integrator can use this endpoint to get the exchange rate between two fiat currencies.

Authorizations

Authorization
string
header
required

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

Body

application/json
from
string
required

The fiat currency the customer pays in.

Example:

"KES"

to
string
required

The fiat currency to pay out in.

Example:

"EUR"

amount
number
required

How much to convert, in the from currency. Fees are quoted on both legs of a fiat-to-fiat transfer.

Example:

10000

Response

success
boolean
Example:

true

message
string
Example:

"Available exchange rate."

data
object