Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| api:markets [2024/01/09 19:54] – chad | api:markets [2025/03/14 02:49] (current) – removed chad | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Market Definition Service ====== | ||
| - | |||
| - | The T4 system identifies products using a 3-part identifier system: | ||
| - | |||
| - | | **ExchangeID** | A unique ID representing the exchange. \\ (Note: These are logical groupings, therefore there will be more than one ExchangeID for most exchanges.\\ e.g. '' | ||
| - | | **ContractID** | A unique ID representing the specific product group.\\ e.g. '' | ||
| - | | **MarketID** | A unique ID representing the contract expiry.\\ e.g. '' | ||
| - | |||
| - | < | ||
| - | |||
| - | < | ||
| - | |||
| - | |||
| - | |||
| - | ===== Exchanges ====== | ||
| - | |||
| - | Retrieves a list of exchanges available in the market data system. | ||
| - | |||
| - | ==== API Endpoint ==== | ||
| - | < | ||
| - | |||
| - | ==== Header ==== | ||
| - | Include **Authorization** which should contain a valid bearer token. | ||
| - | < | ||
| - | |||
| - | The JSON response is an array of objects, each representing an exchange with its ID, clearing exchange, and description. | ||
| - | |||
| - | ==== Response Structure ==== | ||
| - | ^ Element | ||
| - | | exchangeId | ||
| - | | clearingExchange | ||
| - | | description | ||
| - | |||
| - | |||
| - | ==== Example JSON Response ==== | ||
| - | < | ||
| - | [ | ||
| - | { | ||
| - | " | ||
| - | " | ||
| - | " | ||
| - | }, | ||
| - | { | ||
| - | " | ||
| - | " | ||
| - | " | ||
| - | }, | ||
| - | { | ||
| - | " | ||
| - | " | ||
| - | " | ||
| - | }, | ||
| - | { | ||
| - | " | ||
| - | " | ||
| - | " | ||
| - | }, | ||
| - | // ... additional exchanges ... | ||
| - | ] | ||
| - | </ | ||
| - | |||
| - | ====== Contracts ====== | ||
| - | |||
| - | ====== Contract Search ====== | ||
| - | |||
| - | ====== Markets ====== | ||
| - | |||
| - | ====== Market Details ====== | ||
| - | |||
| - | |||
| - | |||
| - | |||