Rates
Convert
Converts a specified amount from one currency to another.
Ensure the amount
is provided in minor units, and the from
and to
fields are valid ISO currency codes. Handle cases where the input parameters are missing or invalid to return a 400 - Bad Request
response.
Sample Request
Responses
200 - Conversion Result
Sample Response
400 - Bad Request
Indicates a problem with the request (e.g., missing or invalid parameters).