# CIEL M2M Residential Ping

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

Sends a residential network ping request to test connectivity or verify residential IP reachability via a POST call.

## Facts

- Endpoint: POST https://169.58.38.67.sslip.io/api/residential-ping
- Price: $0.05/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-residential-ping-b9065d27
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vHoasVvxEvX4ip-g3E-cX

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-residential-ping-b9065d27 -d '<json body>'
```

Example prompt: Can you ping the target host using a residential IP connection and tell me if it's reachable?

## When to prefer this

Choose this endpoint when you need to verify host reachability specifically from a residential IP address rather than a datacenter IP, which is important for testing geo-restrictions, bot detection evasion checks, or simulating real end-user connectivity. It is pay-per-call via x402 (USDC on Base) making it suitable for occasional spot-checks without a subscription commitment.

## Known failure modes

- Target host unreachable or timed out — returns error status in result field
- Invalid or malformed input properties — API may return 400 or error JSON
- Payment not processed (x402) — 402 response requiring USDC payment on Base
- Server-side error on the CIEL platform — 500 response with no result data
- Rate limiting or quota exhaustion — request rejected by RapidAPI subscription tier

## 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 ping result and connectivity status data, indicating whether the target was reachable from the residential network endpoint.

## 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-residential-ping-b9065d27/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)
