# Oblique Markets Crypto Trading Signals

> Oblique Markets Crypto Trading Signals is a paid API for AI agents from api.oblique.markets, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns crypto trading signals derived from Dune on-chain data including whale movements, token flows, and DEX volume analytics

## Facts

- Endpoint: POST https://api.oblique.markets/api/v1/paid/trading-signals
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oblique-markets-crypto-trading-signals-d229232c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tQb1yicUXEMqvHGfhKBq9

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-crypto-trading-signals-d229232c -d '<json body>'
```

Example prompt: Pull the latest crypto trading signals from Oblique Markets — I want to see what the whales are doing, token flow trends, and DEX volume signals right now so I can decide whether to enter a position.

## When to prefer this

Choose this endpoint when you need actionable trading signals grounded in on-chain data rather than price feeds or sentiment alone. Best when whale tracking, DEX volume anomalies, or token flow patterns are the basis for trading decisions. Prefer over generic market data APIs when Dune-sourced on-chain intelligence is specifically needed.

## Known failure modes

- Payment not received or insufficient USDC balance returns 402 Payment Required
- Invalid query parameters return 400 Bad Request
- Dune data pipeline delays may cause stale or incomplete signal data
- Rate limiting may apply if called too frequently
- Network timeouts if Dune upstream is slow

## How this service works

Use when an agent needs trading signals. Returns Bounded crypto trading signal from public DEX volume, chain TVL and fee momentum data. $0.005.

## Output

Returns trading signals derived from Dune on-chain analytics, covering whale wallet movements, token inflow/outflow patterns, and DEX volume trends — structured to help traders identify entry/exit signals and market momentum.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "chain": "Base",
  "signal": "neutral",
  "source": "DefiLlama",
  "symbol": "ETH",
  "timeframe": "24h",
  "components": {
   "dex_activity": {
    "chain": "Base",
    "source": "DefiLlama",
    "fees_24h_usd": 900000,
    "dex_volume_24h_usd": 120000000
   }
  },
  "confidence": 0.5,
  "queried_at": "2026-09-01T12:00:00.000Z",
  "methodology": "bounded DefiLlama free API snapshot; not financial advice",
  "volume_observed": 120000000
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oblique-markets-crypto-trading-signals-d229232c/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)
