# CIEL M2M API – Liquidity Snipe

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

Scans decentralized exchange liquidity pools to identify sniping opportunities for newly listed or low-liquidity token pairs.

## Facts

- Endpoint: GET https://169.58.38.67.sslip.io/api/liquidity-snipe
- Price: $0.3/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-liquidity-snipe-0403cc12
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qgXFn6YGHtrDM5mifQtPw

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-liquidity-snipe-0403cc12
```

Example prompt: Scan for liquidity sniping opportunities right now — show me any newly listed token pairs on DEX pools with low liquidity that look snipeable.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call liquidity sniping signal without maintaining your own on-chain monitoring infrastructure. It is best suited for DeFi trading bots or agents that need a lightweight, on-demand scan of new liquidity pool listings and do not want a full subscription to a dedicated DEX analytics platform.

## Known failure modes

- Malformed or missing 'properties' input parameter returns an error or empty result
- No active snipe opportunities found returns an empty or null result set
- Rate limiting or payment failure (insufficient USDC balance for x402) blocks the call
- DEX data feed latency may cause stale opportunity signals
- IP-based server (sslip.io) may have uptime or TLS issues

## 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

Returns JSON with liquidity snipe opportunity data, likely including token pair identifiers, pool addresses, liquidity depth metrics, and signals indicating favorable sniping conditions on one or more DEX platforms.

## 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-liquidity-snipe-0403cc12/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)
