Utils :cd:
Some powerfull utils that can help you build best products.
API
UtilsService
.currencyConvert(params)
Return list of currencies exchange rates.
Returns: Promise
See: CurrencyConversionReq
Param | Type | Description |
---|---|---|
currencies | Array<Object{from, to}> |
Array of objects where from property represents currency you have and to - currency you want. |
.referenceData(params)
Returns list of Reference Data
Returns: Promise
See: Reference Data
Param | Type | Description |
---|---|---|
dataType | String |
Types of Reference Data as specified from the support page. See List |
TraceId | String |
Random string or uuid to identify the request |