Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

Oracles

Adjacent data is published to the SEDA oracle network through a SEDA data proxy. The proxy signs each response with a registered keypair so SEDA overlay nodes can verify the payload came from Adjacent before settling it on-chain. This lets smart contracts consume our data without trusting a single off-chain caller.

Endpoints

TestnetMainnet
Hostoracle.testnet.adjacent.marketsoracle.api.adjacent.markets
Data tier15-min delayedReal-time
AccessUngatedSEDA proof verification
StatusLiveGated until testnet is validated

Health

curl "https://oracle.testnet.adjacent.markets/status/health"

Index data

The proxy exposes the same index listings and price history as the indexer API, under the /proxy route group.
# List indices curl "https://oracle.testnet.adjacent.markets/proxy/indices" # Index price history (public tier allows interval=1hour|1d) curl "https://oracle.testnet.adjacent.markets/proxy/indices/red/prices?interval=1hour&limit=24"
See Indices and Reference Rates for the underlying benchmarks, and the API Reference for full schemas.