export interface PriceOverviewResponse {
    success: boolean;
    lowest_price: string;
    volume?: string;
    median_price?: string;
}
