# Seerium Bitunix DEX/Perp Scanner

> Seerium Bitunix DEX/Perp Scanner is a paid API for AI agents from api.seerium.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Scans Bitunix crypto DEX and perpetuals markets, returning ranked venue rows, market snapshots, and trading opportunities for AI agents.

## Facts

- Endpoint: GET https://api.seerium.xyz/v1/dex/scan
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-seerium-xyz-f807d44a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yM4oy4qQLfdA_IBUFQt5W

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 api-seerium-xyz-f807d44a
```

Example prompt: Give me a Seerium scan of the Bitunix DEX and perps markets — return up to 10 venue rows, 5 market snapshots, and 5 trading opportunities.

## When to prefer this

Use this endpoint when you need agent-ready, structured intelligence specifically about Bitunix DEX and perpetual futures markets — including venue rows, snapshots, and ranked opportunities in a single call. Prefer this over generic exchange APIs when you want Seerium's pre-ranked, opportunity-scored output rather than raw exchange data.

## Known failure modes

- Payment required (402) if x402 USDC micropayment not included
- Empty results if no active Bitunix DEX markets are available
- Rate limiting or quota errors if called too frequently
- Invalid query parameter types (e.g. non-numeric limit values) returning 400
- Stale data if upstream Bitunix feed is temporarily unavailable

## How this service works

Crypto and prediction market intelligence through x402.

## Output

Returns structured JSON with Bitunix DEX venue rows (up to limitRows), DEX market snapshots (up to limitSnapshots), and ranked trading opportunities (up to limitOpportunities), each enriched with Seerium intelligence signals.

## 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": {
      "limitRows": {
       "type": "number",
       "minimum": 1,
       "description": "Optional maximum Dex market rows to return."
      },
      "limitSnapshots": {
       "type": "number",
       "minimum": 1,
       "description": "Optional maximum Dex market snapshots to return."
      },
      "limitOpportunities": {
       "type": "number",
       "minimum": 1,
       "description": "Optional maximum Dex trading opportunities to return."
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "rows": [
    {
     "venue": "dex",
     "low24h": 80.07,
     "symbol": "SOL",
     "high24h": 83.02,
     "change24h": 0.0157,
     "lastPrice": 82.36,
     "fundingRate": 0.00223,
     "quoteVolume": 2434347.58
    }
   ],
   "total": 40,
   "venue": "dex",
   "warnings": [],
   "snapshots": [
    {
     "books": {
      "SOL-PERP": {
       "asks": [
        {
         "size": 95.84,
         "price": 82.37
        },
        {
         "size": 445.49,
         "price": 82.38
        }
       ],
       "bids": [
        {
         "size": 179.36,
         "price": 82.36
        },
        {
         "size": 633.81,
         "price": 82.35
        }
       ],
       "tokenId": "SOL-PERP",
       "timestampMs": 1760000000000
      }
     },
     "market": {
      "active": true,
      "closed": false,
      "low24h": 80.07,
      "source": "dex",
      "tokens": [
       {
        "price": 82.36,
        "outcome": "SOL",
        "tokenId": "SOL-PERP"
       }
      ],
      "high24h": 83.02,
      "archived": false,
      "question": "SOL",
      "change24h": 0.0157,
      "lastPrice": 82.36,
      "marketSlug": "SOL",
      "conditionId": "SOL",
      "fundingRate": 0.00223,
      "acceptingOrders": true
     },
     "noBook": null,
     "tokens": [
      {
       "price": 82.36,
       "outcome": "SOL",
       "tokenId": "SOL-PERP"
      }
     ],
     "noToken": null,
     "yesBook": null,
     "yesToken": null,
     "lastTrades": {
      "SOL-PERP": 82.36
     }
    }
   ],
   "timestamp": 1760000000000,
   "opportunityList": [
    {
     "edge": 0.0185,
     "legs": [
      {
       "side": "BUY",
       "size": 5,
       "price": 82.36,
       "reason": "dex_range_reversion",
       "outcome": "SOL",
       "tokenId": "SOL-PERP",
       "marketSlug": "SOL"
      }
     ],
     "strategy": "dex_range_reversion",
     "description": "Range reversion BUY on SOL",
     "requiresShort": false
    }
   ]
  },
  "meta": {
   "requestId": "req_example_123",
   "updatedAt": "2026-03-25T11:59:30.000Z",
   "freshnessMs": 30000,
   "generatedAt": "2026-03-25T12:00:00.000Z"
  },
  "product": {
   "id": "dex-scan",
   "name": "Dex Market Signals API",
   "path": "/v1/dex/scan",
   "price": "$0.1000",
   "method": "GET",
   "accepts": [
    {
     "payTo": "0x81832eEDe3a4ad96CB3D7cA09977636D912fd3D5",
     "price": "$0.1000",
     "scheme": "exact",
     "network": "eip155:8453"
    },
    {
     "payTo": "2h752kA
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-seerium-xyz-f807d44a/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)
