Skip to content

Whether the delayed-quote provider is configured (REQ-9.5).

GET
/api/symbols/quote-config
curl --request GET \
--url https://api.tradr.cloud/api/symbols/quote-config

Returns { stockQuoteConfigured: boolean } so the frontend can gate the pull-last-price affordance without probing the quote endpoint. Gates solely on the presence of the provider key. Requires an authenticated session.

{ stockQuoteConfigured: boolean }.

No authenticated session (UNAUTHORIZED).