For the complete documentation index, see llms.txt. This page is also available as Markdown.

Services

Exchange rates

post
/exchange-rates/conversion

This API method allows you to retrieve the exchange rates for different currencies based on a specific amount and your own currency. By providing the amount and the currency code, you can access the current exchange rates against various other currencies. The response will include the exchange rates for the specified amount in comparison to each currency, allowing you to see currency conversions.

🔹Description of control elements:

SCHEMA

Displays the full technical structure of the request or response, including field names, data types, required fields, allowed values, and validation rules.

  • Single line description A description that fits into a single line; any text that does not fit remains hidden.

  • Multiline description An expanded description that displays more than one line of text.

EXAMPLE

Shows a ready-made sample JSON with correctly formatted values to demonstrate how a valid request or response should look.

Authorizations
AuthorizationstringRequired

Authorization JWT-token with a lifetime of 1 hour in header

Body
amountnumber · floatOptional

Amount of money to get sum in exchange rate for specified currency. Must include 2 decimal places.

Example: 100
countryCodestringOptional

Sender`s country code, according to the ISO 3166-1 Alpha-2 standard.

Pattern: ^[A-Z]{2}$
currencyCodestringOptional

Currency code to get exchange rate, according to the iso-4217 standard.

Pattern: ^[A-Z]{3}$
datestring · date-timeOptional

Operation date for exchange rate in ISO 8601 format.

Example: 2023-10-16T00:00:00Z
Responses
200

shipments

application/json
post
/exchange-rates/conversion

Last updated