Currency

To get the price data of a service query parameter currency is given which has to be passed in every request which returns any prices.

Currencies availablt now:

  • USD - US dollar (by default)

  • RUB - Russian ruble

  • UAH - Ukrainian hryvnia

Example of request including currency:

curl https://proxy-solutions.net/api/user/orders?currency=RUB&api-key={some-api-key}

Last updated