# x402 Server – Send Native

> x402 Server – Send Native is a paid API for AI agents from x402-agent-server-per.vercel.app, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Pay-per-call endpoint that sends a native blockchain transaction, returning a status confirmation, gated by a $0.05 USDC x402 micropayment.

## Facts

- Endpoint: GET https://x402-agent-server-per.vercel.app/api/send-native
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-server-send-native-450209d0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BJslD6BWUMSp891CoVoAo

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-server-send-native-450209d0
```

Example prompt: Use the x402 pay-per-call API to send a native transaction — it costs $0.05 USDC per call and should return a status confirmation when done.

## When to prefer this

Choose this endpoint when you need to send a native blockchain transaction via a simple REST API and are comfortable with the x402 micropayment model ($0.05 USDC per call). It is ideal for agents operating in Coinbase-curated x402 ecosystems where pay-per-call billing is already set up, and when you want a minimal-overhead native send without running your own node infrastructure.

## Known failure modes

- Payment not included or invalid x402 payment header — server returns HTTP 402 Payment Required
- Malformed or missing required input properties — server returns 4xx error
- Vercel cold-start or server unavailability — request times out or returns 5xx
- Insufficient USDC balance to cover $0.05 per-call fee — payment rejected
- Network congestion causing delayed blockchain confirmation

## How this service works

Your DeFi Assistant

## Output

A JSON response containing a status field set to 'ok', confirming the native transaction was accepted and processed by the x402-gated server.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-server-send-native-450209d0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-agent-server-per.vercel.app](https://www.zero.xyz/host/x402-agent-server-per.vercel.app/llms.txt)
