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

    Interface ApiPerpetualsAccountMarginHistoryResponse

    Response payload for historical margin metrics.

    The returned array is ordered chronologically by timestamp (oldest -> newest) unless the backend specifies otherwise.

    interface ApiPerpetualsAccountMarginHistoryResponse {
        marginHistoryDatas: PerpetualsAccountMarginHistoryData[];
    }
    Index

    Margin snapshots in the requested page.