Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    ContinuousFuturesUic Integer Route The UIC of the continuous futures instrument of the space.
  • Response Parameters

    View Response Codes
    Name Type Description
    BaseIdentifier String The base id of the futures space.
    Elements FuturesSpaceElement [] The elements of the futures space.
  • Request Example

    Request URL
    GET /ref/v1/instruments/futuresspaces/28016
  • Response Example

    Response body
    {
      "BaseIdentifier": "W",
      "Elements": [
        {
          "DaysToExpiry": 64,
          "ExpiryDate": "2017-07-14T00:00:00Z",
          "Symbol": "WQ7",
          "Uic": 3406797
        },
        {
          "DaysToExpiry": 127,
          "ExpiryDate": "2017-09-15T00:00:00Z",
          "Symbol": "WV7",
          "Uic": 3844782
        },
        {
          "DaysToExpiry": 188,
          "ExpiryDate": "2017-11-15T00:00:00Z",
          "Symbol": "WZ7",
          "Uic": 4239352
        },
        {
          "DaysToExpiry": 278,
          "ExpiryDate": "2018-02-13T00:00:00Z",
          "Symbol": "WH8",
          "Uic": 4895721
        },
        {
          "DaysToExpiry": 337,
          "ExpiryDate": "2018-04-13T00:00:00Z",
          "Symbol": "WK8",
          "Uic": 5352847
        },
        {
          "DaysToExpiry": 431,
          "ExpiryDate": "2018-07-16T00:00:00Z",
          "Symbol": "WQ8",
          "Uic": 6112156
        },
        {
          "DaysToExpiry": 491,
          "ExpiryDate": "2018-09-14T00:00:00Z",
          "Symbol": "WV8",
          "Uic": 6609171
        }
      ]
    }