poloniex-node-api
    Preparing search index...

    Interface IFee

    interface IFee {
        makerRate: string;
        specialFeeRates: { makerRate: string; symbol: string; takerRate: string }[];
        takerRate: string;
        trxDiscount: boolean;
        volume30D: string;
    }
    Index

    Properties

    makerRate: string
    specialFeeRates: { makerRate: string; symbol: string; takerRate: string }[]
    takerRate: string
    trxDiscount: boolean
    volume30D: string