Utilities
The C#/.NET SDK from Market Data provides methods for the Utilities endpoints: API service status, request-header inspection, and authenticated-user information. These are diagnostic endpoints, so they take no request parameters beyond a CancellationToken and have no CSV variants.
Reach the resource through client.Utilities.
Utilities Endpoints
📄️ Status
Retrieve the current operational status of the Market Data API services, with 30- and 90-day uptime. This is a public endpoint that works in demo mode.
📄️ Headers
Echo back the HTTP request headers the API received. Useful for debugging what your application (or a proxy in between) is actually sending — user agent, authorization scheme, content negotiation.
📄️ User
Retrieve the authenticated account's details: request quota and options-data entitlement. Requires a token.