curl --request GET \
--url http://localhost:8000/market-data/available-candle-connectors \
--header 'Authorization: Basic <encoded-value>'Get list of available connectors that support candle data feeds.
Returns: List of connector names that can be used for fetching candle data
curl --request GET \
--url http://localhost:8000/market-data/available-candle-connectors \
--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?