get_world_delta
Retrieve only prediction markets whose probability changed since a specified timestamp. Use for efficient polling loops instead of fetching full world state. Specify lookback window or ISO timestamp.
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. |