curl --request GET \
--url http://localhost:8000/market-data/settings \
--header 'Authorization: Basic <encoded-value>'Get current market data settings for debugging.
Returns: Dictionary with current market data configuration including cleanup and timeout settings
curl --request GET \
--url http://localhost:8000/market-data/settings \
--header 'Authorization: Basic <encoded-value>'Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response
Was this page helpful?