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

Oracles

Use the SEDA proxy when another system must verify Adjacent data before using it on-chain.
Adjacent publishes data to the SEDA oracle network through a SEDA data proxy. The proxy signs each response with a registered keypair. Overlay nodes verify that the payload came from Adjacent before settling it on-chain.
The testnet needs no key and returns delayed data. Mainnet responses require SEDA proof verification and are not generally available.

Endpoints

TestnetMainnet
Hostoracle.testnet.adjacent.marketsoracle.api.adjacent.markets
Data tier15-min delayedReal-time
AccessUngatedSEDA proof verification
StatusLiveNot generally available

Health

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

Read index data

The proxy exposes the same index listings and price history as the REST API under the /proxy route group. Testnet needs no API key.
# 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&per_page=24"
See Indices and Reference rates for the underlying benchmarks, and the API reference for full schemas.