Parameters
currency
"btc" | "BTC"
The 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.