# EventEdge Oracle Market Context

> EventEdge Oracle Market Context is a paid API for AI agents from edge.arakelproof.space, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-17).

Fetches machine-readable prediction-market monitoring data and cross-market comparisons without executing trades

## Facts

- Endpoint: GET https://edge.arakelproof.space/v1/agent/market-context
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-17
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/eventedge-oracle-market-context-54f9bbae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5ovAov5LhktOZrsRRSKX4

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability eventedge-oracle-market-context-54f9bbae
```

Example prompt: Pull the latest cross-market prediction market data for the 2024 US election outcome — I want to compare odds and sentiment across platforms without placing any trades.

## When to prefer this

Choose EventEdge Oracle when you need machine-readable, cross-market prediction market data for monitoring or comparison purposes and do not need trade execution. It is well-suited for research pipelines, dashboards, or agent workflows that aggregate probability estimates across multiple prediction market platforms for a given event.

## Known failure modes

- Missing or malformed properties parameter returns incomplete market context
- Event or market not found returns empty or null market data
- Rate limiting or payment failure (402) blocks access
- Stale data if markets have not updated recently
- Schema version mismatch if client expects a different eventedge schema version

## How this service works

Machine-readable prediction-market monitoring and cross-market comparison. No trade execution.

## Output

A JSON object conforming to the eventedge.market-pulse.v1 schema, including a generated_at timestamp, a no_trade_execution flag confirming read-only mode, and structured cross-market comparison data covering current probabilities and market context for the queried event.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "schema": "eventedge.market-pulse.v1",
  "generated_at": "2026-09-14T00:00:00Z",
  "no_trade_execution": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/eventedge-oracle-market-context-54f9bbae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from edge.arakelproof.space](https://www.zero.xyz/host/edge.arakelproof.space/llms.txt)
