Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.alterscope.org/llms.txt

Use this file to discover all available pages before exploring further.

Oracle classification with per-block history. Vault liquidity with Monte Carlo exit simulation. Cross-protocol curator track records. Knowledge-graph cascade. All under one API key, with an agentic envelope every AI agent can read.

Get an API key

Free tier in 60 seconds. No credit card.

Talk to an engineer

For Enterprise volume, custom factors, or onboarding help.

What makes the API different

Archive-node-deep history

Every oracle round, every Curve get_dy(), every Uniswap V3 TWAP, going back as far as the chain. We run our own Ethereum archive node and a TimescaleDB pipeline so you can ask block-level questions about price, peg, and liquidity at any point in time.

Risk in the response

Factors. SHAP. Monte Carlo VaR. EWMA covariance. Hierarchical risk parity. Dynamic stability ratio. Meta-oracle health. Every yield, vault, and pool record carries the math your model needs. No separate dashboard, no screen-scrape, no redo.

Agentic envelope, every endpoint

Every response returns meta._agentic with schema_version, freshness, confidence, and a quality gate. Every response sets X-Schema-Version and X-Quality-Gate headers. Your AI agent gets the freshness signal as a first-class field.

Endpoint highlights

GET /v2/oracle/{marketId}/classification and GET /v2/oracle/{marketId}/history. Provider, type, feed decomposition, staleness vocabulary (fresh, approaching_stale, stale, unverifiable, not_applicable), per-block historical price reads.
GET /v2/asset/{assetId}/peg-history. Per-block peg deviation timeseries with peg-health score (0 to 100) for any pegged asset.
GET /v2/vault/{id}/markets, GET /v2/vault/{id}/governance/events, GET /v2/liquidity/{marketId}/depth. Market composition, governance event timeline, exit simulation (linear on Pro+, Monte Carlo on Enterprise).
GET /v2/curators/{address} plus activity and track-record. Profile, recent activity, full event-indexed history with tenure boundaries, cap timeline, fee evolution, performance attribution.
GET /v2/graph/cascade/{assetID}, GET /v2/graph/smart-money, GET /v2/graph/regime, GET /v2/mev/impact/{poolID}, GET /v2/cross-chain/fragmentation/{assetId}. Cascade contagion, smart-money holder graph, regime classification, MEV impact, cross-chain liquidity fragmentation index.
GET /v2/risk-events/feed, WebSocket, signed webhooks. Unified, append-only feed of depeg starts, oracle stale events, cap changes, large rebalances, anomaly fires, regime shifts. Replay missed events for up to 30 days.

First request

Set ALTERSCOPE_API_KEY to a Free-tier key. The samples target dev.alterscope.org so they can be smoke-tested before launch.
curl -sS -H "Authorization: Bearer $ALTERSCOPE_API_KEY" \
  "https://dev.alterscope.org/v2/yield/opportunities?limit=1"

Compare the surface

The API is built for teams that need vault, oracle, curator, and graph data in one agent-readable response shape.

Comparison matrix

See the public competitor matrix with dated source citations.

Pricing

Free, Pro, Pro+, and Enterprise tiers for developer and institutional use.

What buyers ask

Protocol connectors, an Ethereum archive node, TimescaleDB-backed oracle history, the Neo4j knowledge graph, and the MetaMorpho governance event indexer.
Every oracle response carries explicit staleness vocabulary: fresh, approaching_stale, stale, unverifiable, or not_applicable.
Pro+ and Enterprise support signed webhooks, retry behavior, and replay windows. See the risk-event replay recipe for recovery flows.
Pro and Pro+ are best-effort. Enterprise includes named success engineering and a published SLA.