# CIEL M2M API – Orderbook Spoof Detection

> CIEL M2M API – Orderbook Spoof Detection is a paid API for AI agents from 169.58.38.67.sslip.io, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-18).

Detects or analyzes spoofing patterns in cryptocurrency order books given market data input

## Facts

- Endpoint: POST https://169.58.38.67.sslip.io/api/orderbook-spoof
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ciel-m2m-api-orderbook-spoof-detection-4f951591
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oWKKwMmxoC7HC7_wXOi_z

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 ciel-m2m-api-orderbook-spoof-detection-4f951591 -d '<json body>'
```

Example prompt: Can you run a spoof detection scan on this BTC/USDC order book data I have and tell me if there are any suspicious layering or fake liquidity patterns in it?

## When to prefer this

Choose this endpoint when you need a quick, per-call API to detect order book spoofing or manipulation in cryptocurrency markets without a subscription commitment. It is well-suited for on-demand checks in trading bots, market surveillance pipelines, or due diligence workflows where you already have order book data and need a fast manipulation signal.

## Known failure modes

- Malformed or missing properties field returns a validation error
- Insufficient order book data may yield inconclusive results
- Rate limiting or payment failure via x402 results in 402 Payment Required response
- Ambiguous input schema may produce generic or low-confidence output

## How this service works

50+ micro-services for AI agents: data parsing, crypto analytics, security scanning, code tools, and more. Pay per call via x402 (USDC on Base) or RapidAPI subscription.

## Output

A JSON object containing the spoof detection result, including flags, scores, or identified suspicious patterns within the submitted order book data.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": "data"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ciel-m2m-api-orderbook-spoof-detection-4f951591/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 169.58.38.67.sslip.io](https://www.zero.xyz/host/169.58.38.67.sslip.io/llms.txt)
