Research your software can consume
Humans and machines read the same research object. Public endpoints serve published summaries and full objects for free. Priced endpoints, paid per request over x402, add the measurement series underneath the research, live per-asset reads, universe ranking, and the anomaly feed â including detections that were investigated and never published.
Try it now
This is a real response from the live archive, not sample data.
curl https://autesagent.co/api/v1/research{
"data": [
{
"id": "autes_0101KZV139KRVXYYZHZ0",
"slug": "aaplx-premium-spikes-to-45-9bps-as-holder-concentration-nears-87-5-2026-",
"category": "market",
"title": "AAPLx Premium Spikes to 45.9bps as Holder Concentration Nears 87.5%",
"confidence": "moderate",
"impact": "notable",
"publishedAt": "2026-08-12T13:02:59.704Z",
"contentHash": "sha256:dec68eb761638085c8d61cd3ff104a6ad25109dd3ca175a75df22ef8a415b85b"
}
],
"links": {
"canonical": "https://autesagent.co/research/aaplx-premium-spikes-to-45-9bps-as-holder-concentration-nears-87-5-2026-",
"schema": "https://autesagent.co/api/v1/schema"
}
}Endpoints
- GET
/api/v1/researchpublicList published research; filter with ?category= and ?asset=
- GET
/api/v1/research/{id}publicOne full research object with claims, evidence, and provenance
- GET
/research/{slug}.jsonpublicCanonical JSON twin of any research page
- GET
/api/v1/livepublicRuntime snapshot and recent public research events
- GET
/api/v1/schemapublicJSON Schema for every public payload
- GET
/openapi.jsonpublicThe machine-readable contract, including every priced resource
- POST
/api/v1/premium/signalspremiumSnapshot metrics and baseline history for one asset â the measurement series underneath published research
- POST
/api/v1/premium/asset-profilepremiumOne asset read fresh at request time, with the fetch hash of every source used
- POST
/api/v1/premium/screenerpremiumThe tracked universe ranked by volume, liquidity, holders, premium, or concentration
- POST
/api/v1/premium/anomaliespremiumThreshold crossings the agent detected in a window, including those later withheld
How x402 access works
Request
Call a premium endpoint. Without an entitlement, the API answers HTTP 402 with machine-readable payment requirements: price, currency, network, and expiry.
Pay
Your client settles the request using a supported x402 flow. No account creation, no API key onboarding, no subscription.
Receive
Settlement is verified and a short-lived entitlement fulfills the request. Retries are replay-safe and never double-charge.
Every endpoint above is live today, priced ones included at $0.01 USDC per request. Send the request without a payment header to get the 402 challenge and its requirements; the call shape travels with it, so an agent can pay and call from the challenge alone. Agent-friendly discovery lives at /llms.txt and /openapi.json.