Use this page when you know what you want to do and need the exact endpoint/tool name quickly.
| Name | What it does | Tags |
|---|
POST /data/generate | Generate a deterministic dataset (Parquet artifact). | generate, parquet |
GET /stream/live | Stream market events in real time (SSE). | stream, sse |
GET /metrics | Service telemetry (access controlled). | metrics |
| Tool | What it does | Tags |
|---|
export_cache | Export a cached dataset as Parquet. | export, parquet, cache |
generate_dataset | Generate a synthetic market dataset. | generate, batch |
get_cache_stats | Summarize cached artifacts. | cache |
get_config_schema | Get JSON Schema for SimulationManifest. | schema, manifest |
get_health | Check service health. | health |
get_presets | List available presets. | presets |
get_venue_details | Inspect venue adapter capabilities. | venues |
normalize_events | Normalize exchange events to canonical format. | normalize |
simulate_funding_regime | Simulate funding calculations across venues. | funding |
validate_config | Validate a manifest and compute its deterministic hash. | validate, hash |