docs.solace.fyi/api · Hermes Beta v0.2.0
How Hermes sees the market.
A public-safe market read — posture, outlook, and environment. Not trades. Not signals. Not the mechanism. The same grade of language that appears on the homepage, available as JSON.
Live read
Standing DownLIVE
Last update: updated just now
Hermes is standing down until market structure earns action.
- Posture
- Standing DownCapital stance right now
- Outlook
- ReservedRisk / opportunity tone
- Environment
- Conditions Not CleanRegime character
- Capital
- NoneNo paths under review
Founder capital only · Beta portfolios are simulated · No customer funds are managed by Solace
Endpoint
GET /api/hermes/market
No auth. CORS open for browser clients. Soft rate limit: 60 requests / minute / IP. Response is public-safe by design — fields will not grow into signal dumps. Docs live at docs.solace.fyi/api.
- Includes posture, outlook, environment, capital activity, freshness, version
- Excludes instruments, sizes, entries, exits, thresholds, themes, next-condition mechanics
- Honesty standing down is a valid read; stale pulse means the feed is old
curl
curl -sS https://solace.fyi/api/hermes/market | jq .Response
{
"instrument": "hermes",
"version": "v0.2.0",
"as_of": "2026-07-26T02:15:37.334Z",
"pulse": "LIVE",
"posture": "Standing Down",
"outlook": "Reserved",
"environment": "Conditions Not Clean",
"capital": {
"active": "None",
"deployed_paths": 0,
"paths_under_review": 0
},
"summary": "Hermes is standing down until market structure earns action.",
"disclosure": "Founder capital only · Beta portfolios are simulated · No customer funds are managed by Solace"
}Contract
Fields that stay.
| Field | Meaning |
|---|---|
posture | How capital is standing: Deployed, Selective, Defensive, Standing Down, Risk Off |
outlook | Coarse risk tone — Moderate, Cautious, Constructive — not a forecast score |
environment | Regime character in plain language (e.g. Mixed but workable) |
capital.active | None, Limited, Active, or Reduced — activity level, not allocation recipe |
capital.deployed_paths / paths_under_review | Counts only — homepage-grade transparency, not which markets |
pulse / as_of | Freshness of the read — LIVE, RECENT, or STALE |
version | Hermes product version publishing this read |