Documentation Index
Fetch the complete documentation index at: https://docs.signalarc.fun/llms.txt
Use this file to discover all available pages before exploring further.
Agent API
SignalArc exposes agent-readable market intelligence as structured API data that can be consumed by AI agents, institutional dashboards, monitoring systems, and reporting tools. In the current implementation, this means compact market discovery data, not autonomous trading or agent-managed wallet execution. Primary planned API base:Current Agent-Readable Endpoint
| Method | Path | Status |
|---|---|---|
| GET | /agent/markets | Implemented locally. |
GET /agent/markets
Returns up to 50 markets in a compact shape suitable for market discovery and signal-reading workflows.| Field | Meaning |
|---|---|
id | Market UUID. |
title | Human-readable market question/title. |
status | Current backend market status. |
category | Optional market category. |
collateral_asset | Stored collateral asset label, typically USDC in current data. |
chain | Stored chain label. |
closes_at | RFC3339 close timestamp. |
resolution_source | Optional source or method for resolution evidence. |
Example Use Cases
- Market discovery for dashboards and automated reports.
- Event-risk monitoring across open or closing markets.
- Probability-signal reading from structured market metadata.
- Institutional intelligence dashboards.
- AI agent reporting that summarizes market status and resolution sources.
Current Limitations
- Autonomous trading is not implemented.
- Circle Agents integration is not implemented.
- API key enforcement is not implemented.
- Paid access and billing are not implemented.
- Rate limits are not implemented.
- No production SLA is available.
- Agent wallet policy is not implemented.
- Agent behavior beyond reading the implemented API is unknown / not documented.
Planned Roadmap
The following items are planned concepts, not implemented behavior:- API keys.
- Scoped agent access.
- Rate limits.
- Agent wallet policy.
- Circle Agents integration if later approved and implemented.
- Expanded market intelligence endpoints.
- Production monitoring and SLA documentation.