# x402 Server – Send NFT

> x402 Server – Send NFT 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).

Sends an NFT to a specified recipient via a pay-per-call API endpoint using the x402 payment protocol

## Facts

- Endpoint: GET https://x402-agent-server-per.vercel.app/api/send-nft
- 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-nft-50c2a968
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dobeAcfREuWUh8qnG1GNm

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-nft-50c2a968
```

Example prompt: Send an NFT to wallet address 0xAbC123... using the x402-powered send-nft endpoint — it costs $0.05 USDC per call.

## When to prefer this

Choose this endpoint when you need a simple, pay-per-call mechanism to send or transfer an NFT to a specific wallet address using the x402 micropayment protocol on Coinbase's infrastructure. Ideal for agents automating NFT rewards, airdrops, or gifting workflows where each call is independently priced at $0.05 USDC.

## Known failure modes

- Payment not included or insufficient — x402 payment header missing or USDC amount below $0.05
- Invalid recipient wallet address — malformed or non-existent address returns an error
- NFT unavailable — the specified NFT may already be transferred or not owned by the sender
- Network error — blockchain congestion or RPC failure may cause timeout
- 400/402 HTTP errors if payment preconditions are not met

## How this service works

Your DeFi Assistant

## Output

Returns a JSON object with a status field (e.g. {"status": "ok"}) confirming whether the NFT send operation was initiated or completed successfully.

## 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-nft-50c2a968/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)
