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

    Request body for fetching current prices for a list of markets.

    This is a lightweight alternative to fetching full PerpetualsMarketData when only prices are needed.

    interface ApiPerpetualsMarketsPricesBody {
        marketIds: string[];
    }
    Index
    marketIds: string[]

    Market object IDs whose prices are queried.