# x402 Alert Dev Intelligence API

> x402 Alert Dev Intelligence API is a paid API for AI agents from x402-alert.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Provides developer intelligence insights as part of a paid financial alerts and monitoring API hub, payable in USDC via x402 protocol.

## Facts

- Endpoint: POST https://x402-alert.vercel.app/api/dev-intelligence
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-alert-dev-intelligence-api-d756a8e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_b3aYQNkkT-zUqfeMqy0Co

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 x402-alert-dev-intelligence-api-d756a8e7 -d '<json body>'
```

Example prompt: Can you pull the latest developer intelligence data from the x402 Alert hub — I need to see what insights it returns for our fintech monitoring dashboard, and I'm okay paying the USDC fee per call.

## When to prefer this

Choose this endpoint when you need developer intelligence signals specifically within the x402 Alert financial monitoring ecosystem and are set up to pay per-call in USDC on Base. It is best suited for agents that have x402 payment capability built in and need financial/developer analytics without managing a subscription.

## Known failure modes

- Insufficient USDC balance causing payment failure and 402 response
- Malformed request body causing validation errors
- Service unavailability on Vercel host returning 5xx errors
- Empty or stub response when no relevant intelligence data is available
- x402 payment protocol misconfiguration blocking access

## How this service works

14 paid financial API endpoints. Pay with USDC on Base using x402 protocol.

## Output

Returns a result object containing developer intelligence data relevant to financial monitoring, structured as a generic API response payload with a 'result.data' field containing the intelligence output.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-alert-dev-intelligence-api-d756a8e7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-alert.vercel.app](https://www.zero.xyz/host/x402-alert.vercel.app/llms.txt)
