post https://sandbox-api.kotanipay.io/api/v3/rate/offramp
An integrator can use this endpoint to get the exchange rate between two currencies
Log in to see full request history
Responses
An integrator can use this endpoint to get the exchange rate between two currencies
xxxxxxxxxx
10curl --request POST \
--url https://sandbox-api.kotanipay.io/api/v3/rate/offramp \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"from": "CUSD",
"to": "KES"
}
'
Try It!
to start a request and see the response here! Or choose an example: