Skip to content

Exchange Rate

Important Information

This section of the documentation provides an example of obtaining an exchange rate. Specific routes for obtaining current rates for your merchant should be clarified with the platform's technical specialist.

Getting USDT/RUB Exchange Rate

Request

GET example.com/api/merchant/"merchant"/course_usdt_rub/bybit_buy

Headers

Name Value
Content-Type* application/json
X-Api-Key* X-Api-Key

Response Parameters

Name Type Format Description
course_usdt_rub* number double Price of 1 USDT in rubles

Response Example

{
  "ok": true,
  "course_usdt_rub": 90.65
}
{
  "ok": false,
  "error": "message"
}