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

    Interface PerpetualsAccountMarginHistoryData

    Historical margin data point for an account, used in margin history views.

    interface PerpetualsAccountMarginHistoryData {
        availableCollateralUsd: number;
        liquidatedFeesUsd: number;
        liquidatorFeesUsd: number;
        makerFeesUsd: number;
        makerVolumeUsd: number;
        realizedFundingsUsd: number;
        realizedPnlUsd: number;
        takerFeesUsd: number;
        takerVolumeUsd: number;
        timestamp: number;
        totalEquityUsd: number;
    }
    Index
    availableCollateralUsd: number

    Available collateral in USD.

    liquidatedFeesUsd: number

    Liquidated fees in USD at that time.

    liquidatorFeesUsd: number

    Liquidator fees in USD at that time.

    makerFeesUsd: number

    Maker fees in USD at that time.

    makerVolumeUsd: number

    Maker volume in USD at that time.

    realizedFundingsUsd: number

    Realized funding PnL in USD at that time.

    realizedPnlUsd: number

    Realized position PnL in USD at that time.

    takerFeesUsd: number

    Taker fees in USD at that time.

    takerVolumeUsd: number

    Taker volume in USD at that time.

    timestamp: number

    Timestamp of this snapshot.

    totalEquityUsd: number

    Total equity in USD.