Exchange Rates

Check internal exchange rates for wallet balance checkout

POST https://pretium.africa/api/v1/payment/exchange/rates

You can pass "selling-rate" as parameter to check selling rates or "to" to get get exchange rates from USD to other countries in operation.

Headers


NameTypeDescription

api-key

string

Partner access API key

{
    "code": 200,
    "message": "Exchange rates",
    "data": {
        "from": "USD",
        "to": "KES",
        "rate": 123.30000000000001
    }
}

Last updated