Last updated 1 year ago
Returns currency info for specified currency
export type GetCurrencyProps = { currencyId: string; }
const currency = await assetlayer.currencies.getCurrency({ currencyId: 'currencyId' });
type ReturnType = Currency;