Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 375 Bytes

currency-rate.md

File metadata and controls

26 lines (16 loc) · 375 Bytes

API :: CurrencyRate

Getting rates

GET CurrencyRate

Returns currency rates.

Requires read access to Currency scope.

Updating rates

PUT CurrencyRate

Updates currency rates. One or multiple currency rates should be specified in a payload.

Requires edit access to Currency scope.

Payload example:

{
    "EUR": 1.11,
    "UAH": 0.037
}