← oblique.markets · all endpoints
Use when an agent needs x402 facilitator health. Returns Live health probe of the two x402 facilitators this service settles through: Dexter /supported coverage (kinds, schemes, networks) and Coinbase CDP reachability with HTTP status and latency. $0.003.
| Price | $0.003 per call (3000 atomic USDC, scheme exact) |
|---|---|
| Category | verification |
| Rails | x402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo |
| Canonical URL | https://api.oblique.markets/api/v1/paid/x402-facilitator-health |
curl -i https://api.oblique.markets/api/v1/paid/x402-facilitator-health # → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)
{
"type": "object",
"properties": {}
}{
"checked_at": "2026-08-10T12:00:00.000Z",
"facilitators": [
{
"name": "dexter",
"url": "https://x402.dexter.cash/supported",
"reachable": true,
"http_status": 200,
"latency_ms": 184,
"kinds_count": 4,
"schemes": [
"exact",
"upto"
],
"networks": [
"eip155:8453",
"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"
]
},
{
"name": "coinbase-cdp",
"url": "https://api.cdp.coinbase.com/platform/v2/x402/supported",
"reachable": true,
"http_status": 401,
"latency_ms": 92
}
]
}Worked TypeScript/Python clients and MCP configs: oblique-markets/oblique-examples · Agent Skills: oblique-markets/skills
Pay per call with x402 (USDC on Base or Solana) or MPP (pathUSD on Tempo). No accounts. Machine doors: /.well-known/x402.json · /openapi.json · /llms-full.txt · MCP · humans: remote.observer