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

    Interface ApiPerpetualsVaultLpCoinPricesResponse

    Response payload for ApiPerpetualsVaultLpCoinPricesBody.

    The response is index-aligned with the request vaultIds array.

    interface ApiPerpetualsVaultLpCoinPricesResponse {
        lpCoinPrices: number[];
    }
    Index
    lpCoinPrices: number[]

    LP prices aligned with the requested vault IDs.