Utilities (Java SDK)
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 Market Data account details with the Java SDK, including how much of the daily request quota is still available.
๐๏ธ Headers
Echo back the headers the Market Data API received with the Java SDK, to confirm your Authorization header arrived. Sensitive values are redacted.