Get currencies
import { Currencies } from 'top-tracker'
const parameters = {}
const input = {}
new Currencies(parameters)
.call(input)
.then((output) => {})
.catch(({ message, payload }) => {})
- Parameters
/* whitout parameters */
- Input
/* whitout input */
- Output
[
{
"id": "isNumber",
"name": "isString",
"code": "isString",
"symbol": "isString"
}
]