curl --request GET \
--url http://localhost:8000/rate-oracle/sources \
--header 'Authorization: Basic <encoded-value>'[
"<string>"
]Get list of all available rate oracle sources.
Returns: List of available source names that can be configured
curl --request GET \
--url http://localhost:8000/rate-oracle/sources \
--header 'Authorization: Basic <encoded-value>'[
"<string>"
]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?