Exchange Rate

Check internal exchange rates for offramp payouts

POST https://pretium.africa/api/v1/payment/crypto/exchange-rate

Headers


NameTypeDescription

api-key

string

Partner access API key

Request Body


NameTypeDescription

to

string

Exchange rate for currencies eg KES, NGN etc

{
    "code": 200,
    "message": "Exchange rates",
    "data": {
        "currency_code": "KES",
        "exchange_rate": 125.13
    }
}

Last updated