@xoxno/sdk-js
    Preparing search index...

    Type Alias FeeRevenuePointDto

    type FeeRevenuePointDto = {
        action: "flashLoan" | "strategyFee";
        feeNative: number;
        feeUsd: number;
        timestamp: string;
        token: string;
    }
    Index

    Properties

    action: "flashLoan" | "strategyFee"
    feeNative: number

    Fee in native units.

    feeUsd: number

    Fee in USD (fee x oracle price).

    timestamp: string

    Bin timestamp (ISO-8601).

    token: string