Trading facts by type
GET /v1/memory/facts — FactLayer rows filtered by `fact_type` (observation.* / preference.* / goal.target / constraint.hard). Feeds the 'what y
GET /v1/memory/facts
FactLayer rows filtered by fact_type (observation.* / preference.* / goal.target / constraint.hard). Feeds the 'what you've told me about trading' section. Free-form trade notes come through /v1/memory with category=trade_note.
| Method | GET |
| Path | /v1/memory/facts |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | learning |