Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 CME Globex Order Entry Web Service APIs

...

Info
titleOAuth API ID

CME Group requires customers to create unique OAuth API IDs for the each environment and product.

Entitlements and Roles

To request entitlements be added to the API IDs, contact  Global Account Management (GAM) requesting role assignments to New Release and Production API IDs.

...

OAuth 2.0 Authorization Server Endpoints
DetailNew ReleaseProduction
OAuth Token Endpoint

https://authnr.cmegroup.com/as/token.oauth2

https://auth.cmegroup.com/as/token.oauth2

Info

Tokens will expire after 30 minutes.

Connectivity Methods

Once clients have completed onboarding and granted entitlements they can access the OE APIs.  OE APIs support the following API protocols:

...

EnvironmentBase URL
New Releasehttps://markets.api.uat.cmegroup.com/orderentry/v2
Production

https://markets.api.cmegroup.com/orderentry/v2

Web Socket API

  • Web Socket Initiation must have the header parameter "Authorization" with value "Bearer" pre-pended to the OAuth token (including a space separator).
    example: "Bearer <Oauth Access token>"
EnvironmentBase URL
AutoCert+ Certificationwss://markets.api.uat.cmegroup.com/autocert/orderentry
New Releasewss://markets.api.uat.cmegroup.com/orderentry/v2
Productionwss://markets.api.cmegroup.com/orderentry/v2

...