Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.31 KB

Utils.md

File metadata and controls

36 lines (25 loc) · 1.31 KB

Utils 💿

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.

See: Currency convert example

.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

See: Reference Data request example