Skip to main content
PUT
/
v1
/
currencies
/
rate
Update exchange rate
curl --request PUT \
  --url https://api.example.com/v1/currencies/rate \
  --header 'Content-Type: application/json' \
  --data '
{
  "from": "<string>",
  "to": "<string>",
  "rate": 123,
  "source": "<string>",
  "timestamp": "2023-11-07T05:31:56Z"
}
'

Body

application/json
from
string
required
to
string
required
rate
number
required
source
string
timestamp
string<date-time>

Response

200

Exchange rate updated successfully