Skip to main content

Historical Index Value w/Composition

GET 

/v1/indexes/:index_id/history

Historical Index Value w/Composition

Request

Path Parameters

    index_id stringrequired

Query Parameters

    time_start date-time
    time_end date-time
    limit int32

    Default value: 100

Responses

successful operation

Schema

  • Array [

  • timestamp date-time
    value double

    composition

    object[]

    nullable

  • Array [

  • component_id stringnullable
    component_value double
  • ]

  • ]

Loading...