Money
amountnumberrequired
The specific monetary value that is being converted from in the currency exchange
Example:
100
currencystringrequired
The type of currency that the money is being exchanged from
Possible values: non-empty
, Value must match regular expression [A-Z]{3}
Example:
USD
Money
{
"amount": 100,
"currency": "USD"
}