List of currency rates
GET /api/merchant/currency-rates/current
Request example
- CURL
curl --request GET \
--url https://{{domain}}/api/merchant/currency-rates/current \
--header 'X-Identity: {{api_key}}' \
--header 'X-Signature: {{sign}}'
Response exampl
{
"in": {
"pair": "USDT/RUB",
"rate": "102.05"
},
"out": {
"pair": "USDT/RUB",
"rate": "102.05"
}
}