curl --request GET \
--url http://localhost:8000/rate-oracle/prices \
--header 'Authorization: Basic <encoded-value>'Get all cached prices from the rate oracle.
Returns the complete price dictionary that the rate oracle has fetched from its configured source.
Returns: Dictionary of all cached prices
curl --request GET \
--url http://localhost:8000/rate-oracle/prices \
--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?