snap_getCurrencyRate
Parameters
currency
"btc" | "BTC"requiredThe currency symbol.
Returns
{ currency: string; conversionRate: number; conversionDate: number; usdConversionRate?: number | null } | null
The result returned by the snap_getCurrencyRate method, which is the {@link CurrencyRate} object.