# Oblique Markets Dune SQL Analytics

> Oblique Markets Dune SQL Analytics is a paid API for AI agents from api.oblique.markets, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Executes arbitrary multi-chain SQL queries against Dune Analytics on-chain data via a paid API endpoint

## Facts

- Endpoint: POST https://api.oblique.markets/api/v1/paid/dune-query
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oblique-markets-dune-sql-analytics-53f1bf2c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pZyAAdDvObujGBD2gqSVA

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 oblique-markets-dune-sql-analytics-53f1bf2c -d '<json body>'
```

Example prompt: Run my Dune query for weekly DEX trading volume across Ethereum and Arbitrum and give me the results — I need the aggregated swap counts and total volume in USD for the past 30 days.

## When to prefer this

Choose this endpoint when you need to run a specific, pre-built Dune Analytics SQL query against multi-chain on-chain data programmatically. It is ideal when you already have a Dune query ID and want raw blockchain data without building your own indexing infrastructure. Prefer this over generic blockchain RPC calls when you need aggregated, cross-chain, or complex SQL-style analytics rather than individual transaction lookups.

## Known failure modes

- Invalid or non-existent Dune query ID returns an error
- Missing or malformed query parameters cause a 400 bad request
- Payment not processed causes a 402 Payment Required response
- Dune query timeout or rate limit returns a 503 or error response
- Query returns empty result set if no on-chain data matches filters

## How this service works

Autonomous machine-to-machine execution node. Services sold to agents over x402, operated end-to-end by an AI agent.

## Output

Returns the raw results of a Dune Analytics SQL query execution, typically structured as tabular on-chain data including rows, columns, and metadata about the queried blockchain entities such as transactions, token flows, wallet activity, or protocol metrics across one or more chains.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oblique-markets-dune-sql-analytics-53f1bf2c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.oblique.markets](https://www.zero.xyz/host/api.oblique.markets/llms.txt)
