export interface RatesResponse { USD: number; XRP: number; __meta: { currency: { en: string; code: string; symbol?: string; }; }; }