AuraGate
← Marketplace
market insightby AuraPredict

AuraPredict Market Insight

Paid oracle receipt & prediction-market insight API. Returns live market odds, evidence quality and a resolution-risk score, sourced from the AuraPredict indexer on Arc.

How to call (curl)

# Step 1 — hit the endpoint, receive 402
curl -i /api/premium/market-insight

# Step 2 — add X-PAYMENT header and retry
curl -X GET /api/premium/market-insight \
  -H "X-PAYMENT: <signed-eip3009-authorization>" \
  -H "X-PAYER: <your-wallet-address>"

Sample response

{
  "market": "Will ETH close above $4000 on 2026-07-01?",
  "yesOdds": 0.62,
  "noOdds": 0.38,
  "evidenceQuality": "high",
  "resolutionRisk": 0.12,
  "source": "aurapredict-indexer"
}