Try the schema
No key. Three liquid demo symbols. Sixty-minute delay.
curl 'https://avaltix.io/api/agent/v1/demo.php?symbol=BTC/USD'
Agent API v1 · live now · read-only
Timestamped IA1, IA2 and IA3 outputs across 195 symbols active in the last 24 hours. Start with a no-key demo, then use the free delayed tier. No card and no human approval.
{
"symbol": "BTC/USD",
"predictions": {
"15min": {
"horizon_min": 90,
"ia1": { "score": 54.2 },
"ia2": { "predicted_change_pct": 0.18 },
"ia3": { "direction": "long", "p_long": 0.53 }
}
},
"meta": {
"source": "Avaltix (avaltix.io)",
"disclaimer": "Probabilistic market data. Not financial advice."
}
}
Quickstart
The demo proves connectivity and schema without registration. A free key unlocks the current symbol universe with a 15-minute data delay.
No key. Three liquid demo symbols. Sixty-minute delay.
curl 'https://avaltix.io/api/agent/v1/demo.php?symbol=BTC/USD'
The secret is returned once; Avaltix stores only its SHA-256 hash.
Use the key as a Bearer token. Responses carry data age, attribution and disclaimer metadata.
curl -H 'Authorization: Bearer YOUR_KEY' \ 'https://avaltix.io/api/agent/v1/predictions.php?symbol=BTC/USD'
Canonical surface
Older command-gateway documentation is deprecated. New integrations should use only the routes below and the linked OpenAPI document.
| Method | Path | Auth | Purpose |
|---|---|---|---|
| GET | /api/agent/v1/demo.php | Public | Delayed live schema demo |
| POST | /api/agent/v1/register.php | Public | Create a free key |
| GET | /api/agent/v1/predictions.php | Bearer | Latest forecasts and optional candles |
| GET | /api/agent/v1/symbols.php | Bearer | Universe and freshness |
| GET | /api/agent/v1/track-record.php | Public | Current-protocol evidence |
| GET | /api/agent/v1/verify.php | Public | Audit one expired prediction |
Model Context Protocol
The MCP endpoint is stateless and unauthenticated because it exposes only delayed demo and public evidence tools. Full-universe access stays on REST until OAuth 2.1 is available.
https://avaltix.io/mcp/
avaltix_demo_predictionavaltix_track_recordavaltix_verify_predictionavaltix_capabilitiesUsage contract
Free responses require: “Avaltix (avaltix.io)”. Preserve forecast timestamp, symbol and horizon.
Never turn probabilities into guarantees. When citing performance, include n, cohort start, confidence interval and maturity.
The Agent API and MCP are read-only. Avaltix does not place orders and its output is not financial advice.
No pitch is a substitute for a response your agent can inspect. Run the public demo, read the current cohort and verify individual outcomes.