cURL
curl --request GET \ --url https://api.example.com/api/intelligence/v1/list-market-implications
{ "cards": [ { "ticker": "<string>", "name": "<string>", "direction": "<string>", "timeframe": "<string>", "confidence": "<string>", "title": "<string>", "narrative": "<string>", "riskCaveat": "<string>", "driver": "<string>", "transmissionChain": [ { "node": "<string>", "impactType": "<string>", "logic": "<string>" } ] } ], "degraded": true, "emptyReason": "<string>", "generatedAt": "<string>" }
ListMarketImplications returns AI-generated trade-implication cards from live world state.
Documentation IndexFetch the complete documentation index at: https://worldmonitor.app/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Successful response
Show child attributes
Was this page helpful?