Updates an existing exchange rate by its ID.
Headers:
Authorization: YOUR_API_KEY
Path Parameter:
id
(string, required): The unique identifier of the rate to update.
Example: 3f27a046-314d-457f-b39b-1ec30561353d
Body (required):
application/json
Fields:
buy (integer): Updated buy amount in base currency.
sell (integer): Updated sell amount in quote currency.
ttl (integer): Updated time-to-live for the rate, in seconds.
201 Created
Media Type: application/json
Sample Response:
Media Type: application/json
Returned if the specified id
does not exist.
Media Type: application/json
Returned if the request body contains invalid or missing parameters.