Get currency summaries for all currencies in the specified app
export type GetCurrencySummaryProps = { appId: string; }
const currencies = await assetlayer.currencies.getCurrencySummary({ appId: 'appId' });
type ReturnType = CurrencySummary[];
Last updated 1 year ago