export interface OffersParams { type?: string; min?: number; max?: number; coin?: string; }