Currency
GET /convert/currencyParameters
Parameter
Required
Description
Example
curl "https://api.uwuapps.org/convert/currency?amount=100&from=SGD&to=USD"Response
{
"success": true,
"amount": 100,
"from": "SGD",
"to": "USD",
"rate": 0.74,
"result": 74,
"date": "2025-01-15"
}Response fields
Field
Description
Notes
Last updated
Was this helpful?
