Services
Authorizations
AuthorizationstringRequired
Authorization JWT-token with a lifetime of 1 hour in header
Body
amountnumber · floatOptionalExample:
Amount of money to get sum in exchange rate for specified currency. Must include 2 decimal places.
100countryCodestringOptionalPattern:
Sender`s country code, according to the ISO 3166-1 Alpha-2 standard.
^[A-Z]{2}$currencyCodestringOptionalPattern:
Currency code to get exchange rate, according to the iso-4217 standard.
^[A-Z]{3}$datestring · date-timeOptionalExample:
Operation date for exchange rate in ISO 8601 format.
2023-10-16T00:00:00ZResponses
200
shipments
application/json
401
Unauthorized
application/json
404
The specified resource was not found
application/json
422
Validation error
application/json
503
Connection time-out
application/json
post
/exchange-rates/conversionLast updated