# Oblique Markets x402 Facilitator Health Check

> Oblique Markets x402 Facilitator Health Check is a paid API for AI agents from api.oblique.markets, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-13).

Live health probe of the two x402 payment facilitators (Dexter and Coinbase CDP) used by Oblique Markets, returning HTTP status and latency for each

## Facts

- Endpoint: GET https://api.oblique.markets/api/v1/paid/x402-facilitator-health
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oblique-markets-x402-facilitator-health-check-93dd7f2a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jDtIHMJ1xojtMlaz-My10

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 oblique-markets-x402-facilitator-health-check-93dd7f2a
```

Example prompt: Can you check whether the x402 payment facilitators — Dexter and Coinbase CDP — are healthy and reachable right now, and tell me their HTTP status and response latency?

## When to prefer this

Use this endpoint when you need to confirm x402 payment infrastructure is operational before initiating payments through Oblique Markets, when diagnosing payment failures, or when you need to know which payment kinds, schemes, and networks are currently supported by the Dexter facilitator.

## Known failure modes

- Facilitator is down — returns non-200 status for Dexter or Coinbase CDP
- High latency indicating facilitator degradation
- Timeout if a facilitator is completely unreachable
- Partial health if only one of the two facilitators is reachable

## How this service works

Use when an agent needs x402 facilitator health. Returns Live health probe of the two most-used x402 facilitators: supported kinds, schemes and networks from one, reachability with HTTP status and latency from the other (the one this service settles through on Base and Solana). $0.003.

## Output

Returns HTTP status codes and measured latency for both the Dexter facilitator (including its supported coverage: payment kinds, schemes, and networks) and Coinbase CDP, giving a real-time snapshot of x402 payment infrastructure health.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "checked_at": "2026-08-10T12:00:00.000Z",
  "facilitators": [
   {
    "url": "https://x402.dexter.cash/supported",
    "name": "dexter",
    "schemes": [
     "exact",
     "upto"
    ],
    "networks": [
     "eip155:8453",
     "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"
    ],
    "reachable": true,
    "latency_ms": 184,
    "http_status": 200,
    "kinds_count": 4
   },
   {
    "url": "https://api.cdp.coinbase.com/platform/v2/x402/supported",
    "name": "coinbase-cdp",
    "reachable": true,
    "latency_ms": 92,
    "http_status": 401
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oblique-markets-x402-facilitator-health-check-93dd7f2a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.oblique.markets](https://www.zero.xyz/host/api.oblique.markets/llms.txt)
