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

    Type Alias ApiPerpetualsAccountCollateralHistoryResponse

    ApiPerpetualsAccountCollateralHistoryResponse: ApiPerpetualsHistoricalDataWithCursorResponse & {
        collateralChanges: PerpetualsAccountCollateralChange[];
    }

    Cursor-based response wrapping a list of collateral changes for an account.

    Type Declaration