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

    Interface ApiPerpetualsVaultLpCoinPricesBody

    Request body for fetching LP coin prices for a set of vaults.

    LP coin price is typically expressed in USD per 1 LP token (native units adjusted using lpCoinDecimals on the vault object).

    interface ApiPerpetualsVaultLpCoinPricesBody {
        vaultIds: string[];
    }
    Index
    vaultIds: string[]

    Vault object IDs whose LP prices are queried.