export interface PriceResponse { amount: string; currency: string; }