diff --git a/src/hooks/rates.ts b/src/hooks/rates.ts index d2339c7..f3710f1 100644 --- a/src/hooks/rates.ts +++ b/src/hooks/rates.ts @@ -15,7 +15,8 @@ export function useRates(symbol: string, leaveOpen = true) { rb.withFilter() .kinds([1009 as EventKind]) .authors([bech32ToHex(SnortPubkey)]) - .tag("d", [symbol]); + .tag("d", [symbol]) + .limit(1); return rb; }, [symbol]);