@caravan/sdk API - v0.0.0
    Preparing search index...

    Interface ClearingPriceHistoryResponse

    interface ClearingPriceHistoryResponse {
        nextCursor: string | null;
        points: readonly ClearingPricePoint[];
        productId: string;
        schema: "caravan.clearing-price-history.v1";
    }
    Index
    nextCursor: string | null
    points: readonly ClearingPricePoint[]
    productId: string
    schema: "caravan.clearing-price-history.v1"