Utilities
The Java SDK from Market Data provides utility methods for checking API health, inspecting your account quota, and debugging requests. These methods provide a typed interface over the underlying HTTP requests and responses, with both sync and async variants.
Reach the resource through client.utilities().
Utilities Endpoints
📄️ Status
Retrieve the health of the Market Data API's services — a handy liveness check.
📄️ User
Retrieve your account details — including how much of your daily request quota remains. This is the same endpoint the SDK calls on startup to validate your token.
📄️ Headers
Echo back the HTTP headers the server received for your request — useful for confirming your Authorization header actually reached the API. Sensitive values are redacted in the response.