get_world_delta
Fetch changed prediction market probabilities since a timestamp. Monitor market movements with lightweight 30-50 token diffs for efficient polling versus full state requests.
Instructions
Incremental diff of the world model since a given timestamp — only the markets whose probability moved. ~30-50 tokens vs ~800 for the full state from get_world_state. Read-only, no auth. Use this for cheap polling loops; use get_world_state for an absolute snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | Yes | Lookback window. Either a relative duration (30m, 1h, 6h, 24h) or an ISO-8601 timestamp. Required. | |
| format | No | Output format. Default: markdown. |