Endpoint Parameters
-
Request parameters
There are no Request Parameters
-
Response Parameters
View Response CodesName Type Description Entitlements Entitlement [] The all client specific entitlements for market data, which the user currently has access to.. ExchangeId String The unique ID of the exchange. -
Request Example
Request URL
GET port/v1/users/me/entitlements
-
Response Example
Response body
{ "Data": [ { "Entitlements": [ { "Greeks": [ "MiniFuture" ], "RealTimeFullBook": [ "CfdFutureOption" ], "RealTimeTopOfBook": [ "Warrant" ] } ], "ExchangeId": "stringValue" } ], "MaxRows": 99 }