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
DeployedLIVE
Last update: updated just now
Hermes is deployed with mixed liquidity, normal volatility, and 8 paths under review.
- Posture
- DeployedCapital stance right now
- Outlook
- ModerateRisk / opportunity tone
- Environment
- Mixed but workableRegime character
- Capital
- Active1 active · 8 under review
Hermes public briefs are informational system-status summaries, not financial advice or trade recommendations.
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-26T03:22:12.989Z",
"pulse": "LIVE",
"posture": "Deployed",
"outlook": "Moderate",
"environment": "Mixed but workable",
"capital": {
"active": "Active",
"deployed_paths": 1,
"paths_under_review": 8
},
"summary": "Hermes is deployed with mixed liquidity, normal volatility, and 8 paths under review.",
"disclosure": "Hermes public briefs are informational system-status summaries, not financial advice or trade recommendations."
}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 |