# Seerium DEX Orderbook Pressure Feed

> Seerium DEX Orderbook Pressure Feed is a paid API for AI agents from api.seerium.xyz, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns real-time DEX order book pressure metrics including bid/ask depth imbalance, buy/sell-side pressure, microprice bias, spread in bps, notional liquidity, funding, and confidence for crypto symbols.

## Facts

- Endpoint: GET https://api.seerium.xyz/v1/dex/orderbook-pressure
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/seerium-dex-orderbook-pressure-feed-43e1c355
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dbDUCaXNKflfhutbYw8jP

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 seerium-dex-orderbook-pressure-feed-43e1c355
```

Example prompt: Show me the order book pressure for BTC-PERP on DEX — give me up to 20 results using 10 book levels, only show markets with a spread under 5 bps and at least $100,000 in combined notional depth, and include the bid/ask imbalance, microprice bias, and confidence score.

## When to prefer this

Use this endpoint when an AI agent needs real-time DEX order book microstructure signals — specifically bid/ask pressure imbalance, microprice bias, spread quality, and notional depth — for crypto symbols including perpetuals. Prefer this over generic price feeds when market-making conditions, entry timing, or liquidity screening are the goal.

## Known failure modes

- No symbols match the provided symbol filter — returns empty results
- minTotalDepthNotional too high — filters out all markets
- maxSpreadBps too tight — no markets pass the filter
- limit or levels parameter out of valid range — validation error
- Symbol string unrecognized or malformed — no data returned
- Service unavailable or rate limit hit — HTTP 402 or 5xx error

## How this service works

Crypto and prediction market intelligence through x402.

## Output

Returns a ranked list of active DEX symbols with bid/ask depth imbalance ratio, buy-side and sell-side pressure scores, microprice bias, top-of-book spread in basis points, combined notional liquidity, funding rate, and a confidence score for each symbol — filtered and limited per query parameters.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "limit": {
       "type": "number",
       "maximum": 100,
       "minimum": 1,
       "description": "Optional maximum crypto order book pressure rows to return. Defaults to 20."
      },
      "levels": {
       "type": "number",
       "maximum": 20,
       "minimum": 1,
       "description": "Optional order book levels per side used to measure buy-side or sell-side pressure. Defaults to 10."
      },
      "symbol": {
       "type": "string",
       "description": "Optional crypto Dex symbol filter for order book pressure, for example BTC, BTCUSDT, or BTC-PERP."
      },
      "maxSpreadBps": {
       "type": "number",
       "minimum": 0,
       "description": "Optional maximum top-of-book spread in basis points."
      },
      "minTotalDepthNotional": {
       "type": "number",
       "minimum": 0,
       "description": "Optional minimum combined bid plus ask notional depth filter."
      }
     },
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "rows": [
    {
     "symbol": "SOL",
     "bestAsk": 82.37,
     "bestBid": 82.36,
     "reasons": [
      "bid depth is 2.43x the opposite side across the measured book",
      "microprice is 3.62 bps above mid",
      "spread is 1.21 bps"
     ],
     "midPrice": 82.365,
     "change24h": 0.0157,
     "direction": "buy_pressure",
     "lastPrice": 82.36,
     "spreadBps": 1.21,
     "confidence": "high",
     "levelsUsed": 10,
     "microprice": 82.3948,
     "fundingRate": 0.00223,
     "microBiasBps": 3.62,
     "bookTimestamp": "2026-03-25T11:59:30.000Z",
     "pressureScore": 0.3842,
     "depthImbalance": 0.4175,
     "askDepthNotional": 42516.72,
     "bidDepthNotional": 103428.44,
     "totalDepthNotional": 145945.16
    }
   ],
   "venue": "dex",
   "criteria": {
    "limit": 10,
    "levels": 10,
    "symbol": "SOL",
    "maxSpreadBps": null,
    "minTotalDepthNotional": null
   },
   "returned": 1,
   "warnings": [],
   "timestamp": 1760000000000,
   "totalCandidates": 1
  },
  "meta": {
   "requestId": "req_example_123",
   "updatedAt": "2026-03-25T11:59:30.000Z",
   "freshnessMs": 30000,
   "generatedAt": "2026-03-25T12:00:00.000Z"
  },
  "product": {
   "id": "dex-orderbook-pressure",
   "name": "Crypto Dex Order Book Pressure API",
   "path": "/v1/dex/orderbook-pressure",
   "price": "$0.1000",
   "method": "GET",
   "accepts": [
    {
     "payTo": "0x81832eEDe3a4ad96CB3D7cA09977636D912fd3D5",
     "price": "$0.1000",
     "scheme": "exact",
     "network": "eip155:8453"
    },
    {
     "payTo": "2h752kAbb9z1jpdSzqMEYg9JHv6TPJ6T2BfAJMyjLFtZ",
     "price": "$0.1000",
     "scheme": "exact",
     "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"
    }
   ],
   "networks": [
    "eip155:8453",
    "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"
   ]
  },
  "service": "seerium-x402-api"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/seerium-dex-orderbook-pressure-feed-43e1c355/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.seerium.xyz](https://www.zero.xyz/host/api.seerium.xyz/llms.txt)
