Skip to main content

Assign Data Subscription to User

API URL: PUT https://userapi-demo.s2f.projectx.com/MarketDataSubscription/user

API Reference: /MarketDataSubscription/user

Description


Attach a Market Data Subscription to a User.

Parameters

NameTypeDescriptionRequiredNullable
userIdintegerThe user's id.Requiredfalse
subscriptionIdintegerThe id associated with the market data subscription.Requiredfalse

Example Usage

  {
"userId": 123,
"subscriptionId": "CMEGROUP_DOM"
}

Example Response

{
"success": true,
"errorMessage": null
}

Available Subscriptions


As of Jan 9, 2025, the following subscriptions are available for assignment.

To retrieve the latest subscriptions, we suggest you make a GET request to the following endpoint:

API Reference: /MarketDataSubscription

NameDescriptionData Exchange
CMEGROUP_TOBThe level 1 bundle (all four exchanges)SIM
CMEGROUP_DOMThe level 2 bundle (all four exchanges)SIM
CME_NONPROF_DOMDOM data only for CME exchange products (e.g. NQ, ES, etc.)SIM
NYMEX_NONPROF_DOMDOM data only for NYMEX exchange products (e.g. CL, NG, etc.)SIM
COMEX_NONPROF_DOMDOM data only for COMEX exchange products (e.g. GC, SI, etc.)SIM
CBOT_NONPROF_DOMDOM data only for CBOT exchange products (e.g. ZS, ZC, etc.)SIM
CME_PROFDOM data only for CME exchange products (e.g. NQ, ES, etc.)Live
NYMEX_PROFDOM data only for NYMEX exchange products (e.g. CL, NG, etc.)Live
COMEX_PROFDOM data only for COMEX exchange products (e.g. GC, SI, etc.)Live
CBOT_PROFDOM data only for CBOT exchange products (e.g. ZS, ZC, etc.)Live
CME_TOBThis is deprecated. Please use CMEGROUP_TOBSIM
CME_DOMThis is deprecated. Please use CMEGROUP_DOMSIM