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

    Interface ApiPerpetualsAccountMarginHistoryBody

    Request payload for fetching historical margin metrics for an account.

    interface ApiPerpetualsAccountMarginHistoryBody {
        accountId: bigint;
        timeframe: PerpetualsAccountMarginHistoryTimeframeKey;
    }
    Index
    accountId: bigint

    Account ID.

    Timeframe from which to obtain historical data from.