aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Accumulated integrator vault fees for a single collateral coin type.

    Integrator vaults are global (one per integrator across all markets), so fees are grouped by collateral coin type rather than by market.

    interface PerpetualsIntegratorVaultData {
        collateralCoinType: string;
        fees: number;
        feesUsd: number;
    }
    Index
    collateralCoinType: string

    The collateral coin type these fees are denominated in.

    fees: number

    Total accumulated fees in the collateral currency that are available to claim.

    feesUsd: number

    Total accumulated fees converted to USD.