# CIEL M2M API Marketplace Relay

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

Routes requests to 50+ AI-oriented micro-services covering data parsing, crypto analytics, security scanning, and code tools via a unified relay endpoint with per-call USDC micropayment billing.

## Facts

- Endpoint: GET https://169.58.38.67.sslip.io/api/m2m-relay
- Price: $0.01/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-marketplace-relay-68907ae1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wddD9ymA0MMxTLLwm9vs2

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-marketplace-relay-68907ae1
```

Example prompt: Use the CIEL M2M relay to parse this raw JSON payload and return structured output — I want to route it through their data parsing micro-service and get back the cleaned result.

## When to prefer this

Choose this endpoint when you need a single unified relay into a broad catalog of AI-agent-ready micro-services (data parsing, crypto analytics, security, code tools) and want pay-per-call USDC billing via x402 without managing multiple separate API subscriptions. Prefer it over dedicated single-purpose APIs when your agent workflow spans multiple task types that CIEL covers and you want billing consolidation at $0.01/call.

## Known failure modes

- Missing or invalid service selector property returns ambiguous or empty result
- Insufficient USDC balance causes x402 payment failure before request is processed
- Unsupported or misspelled micro-service name returns a generic error or null result
- Network timeout to the relay IP address causes request failure
- Malformed input properties may return a 400-level error or empty JSON

## 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 a JSON object with a 'result' field containing the output of the dispatched micro-service — could be parsed data, analytics metrics, security findings, or code analysis depending on which service was routed to.

## 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-marketplace-relay-68907ae1/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)
