export interface WithdrawalFee {
    symbol: string;
    platform: string;
    fee: number;
    min: number;
}
