Subaccount snapshots

interface GetIndexerMultiSubaccountSnapshotsParams {
    subaccounts: Subaccount[];
    timestamps: number[];
    isolated?: boolean;
}

Properties

subaccounts: Subaccount[]
timestamps: number[]
isolated?: boolean