Skip to main content
GET
Get public exchange rate (no auth required)
Get the exchange rate between two currencies without authentication. Used for payment link checkout currency conversion display.

Path Parameters

from
string
required

Source currency code (e.g., USD, KES)

to
string
required

Target currency code (e.g., KES, USD)

Response

success
boolean
Example:

true

message
string
Example:

"Available exchange rate."

data
object