Topics in this issue include:
CME Group is committed to providing the highest levels of market integrity, including the security of CME Group and adjacent ecosystems. Effective Saturday, October 30, access to OAuth authenticated services will require a case-sensitive API ID on all requests.
Currently, the following services use OAuth authentication:
To avoid any service interruptions, please verify all applications, scripts and services are using the API ID case (uppercase and/or lowercase) registered with CME Group.
To verify or modify the case of an existing API ID, use your CME Group Login to access the CME Customer Center, then select the User icon > My Profile > API Management tab.
For questions, please contact Global Account Management.
Effective Sunday, October 31 (trade date Monday, November 1), CME Reference Data API will support a CME Globex Book Depth repeating group on instrument api. The repeating group will list the Globex MDP 3.0 market data feed type and market depth for outright and implied markets.
Please Note: Only mdFeedType=GBX (CME Globex Book Depth) will be populated. Implied mdFeedType=GBI (CME Globex Implied Book Depth) will be populated at a later date to be announced in future Reference Data API notices.
| Product or Instrument | Attribute Name | Description | Type | Market |
|---|---|---|---|---|
| Instrument | bookDepth |
Globex market data book depth repeating group. |
String |
ALL |
mdFeedType |
Globex market data feed type. Describes a class of service for a given data feed. |
String |
ALL |
|
marketDepth |
Identifies the depth of book of the Globex market data feed type. |
String |
ALL |
Example: CME Globex Book Depth Repeating Group
"bookDepths" : [ {
"mdFeedType" : "GBI",
; "marketDepth" : null
}, {
"mdFeedType" : "GBX",
"marketDepth" : "10"
These changes will be available for customer testing in New Release on Monday, October 25.