Skip to main content

Request

  • 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):
    • Media Type: 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.

Responses

  1. 201 Created
    • Media Type: application/json
    • Sample Response:
  1. 404 Not Found
  • Media Type: application/json
  • Returned if the specified id does not exist.
  1. 422 Unprocessable Entity
  • Media Type: application/json
  • Returned if the request body contains invalid or missing parameters.