/marketnavigation | GET | 1 | Returns all top-level nodes (market categories) in the market navigation hierarchy. |
|
/marketnavigation/{nodeId} | GET | 1 | Returns all sub-nodes of the given node in the market navigation hierarchy. |
|
/markets | GET | 2 | Returns the details of the given markets. | GET | 1 | Returns the details of the given markets. |
|
/markets/{epic} | GET | 3 | Returns the details of the given market. | GET | 2 | Returns the details of the given market. | GET | 1 | Returns the details of the given market |
|
/markets?searchTerm={searchTerm} | GET | 1 | Returns all markets matching the search term. |
|
/prices/{epic} | GET | 3 | Returns historical prices for a particular instrument.
By default returns the minute prices within the last 10 minutes. |
|
/prices/{epic}/{resolution}/{numPoints} | GET | 2 | Returns a list of historical prices for the given epic, resolution and number of data points | GET | 1 | Returns a list of historical prices for the given epic, resolution and number of data points |
|
/prices/{epic}/{resolution}/{startDate}/{endDate} | GET | 2 | Returns a list of historical prices for the given epic, resolution and date range. |
|
/prices/{epic}/{resolution}?startdate={startdate}&enddate={enddate} | GET | 1 | Returns a list of historical prices for the given epic, resolution and date range. |
|