Exchange Rate
Returns the current exchange rate used for card transactions, Returns the exchange rate between two currency pairs. Currently supports USDNGN only.
Fetch Exchange Rate
--header 'Accept: application/json'
--header 'Authorization: Bearer {{ access_token }}'{
"status": true,
"message": "Success",
"data": [
{
'sell' => {{ 1487.03 }},
'buy' => {{ 1567 }},
'currency' => 'USDNGN'
},
]
}Last updated