Currency Conversion Rates (API)
https://unitpay.ru/api?
method=getCurrencyCourses
params[login][email protected]
params[secretKey]=secretKeyAn example of a successful request:
https://unitpay.ru/api?method=getCurrencyCourses¶ms[login][email protected]¶ms[secretKey]=11122233F11-1F2220E3344-11122233D2Example of a successful response:
{
"result": {
"in": {
"wmz": 62.57,
"usd": 74.55
},
"out": {
"wmz": 64.9,
"eur": 80.65
}
}
}Description of possible errors:
Last updated
Was this helpful?