curl --request GET \
--url https://staging-vouchers.ventogram.com/api/v1/currency/rates
{
"success": true,
"message": "<string>",
"data": {
"USDNGN": {
"value": 490,
"rateKey": "<string>",
"description": "<string>"
}
}
}
Retrieves conversion rates for all supported currencies
curl --request GET \
--url https://staging-vouchers.ventogram.com/api/v1/currency/rates
{
"success": true,
"message": "<string>",
"data": {
"USDNGN": {
"value": 490,
"rateKey": "<string>",
"description": "<string>"
}
}
}
successful operation
The response is of type object
.