# 402pixels Block Claim - Origin (0,0)

> 402pixels Block Claim - Origin (0,0) is a paid API for AI agents from api.402pixels.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-13).

Claims the pixel block at coordinates (0, 0) on the 402pixels shared canvas by making a paid POST request

## Facts

- Endpoint: POST https://api.402pixels.com/block
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-402pixels-com-dfeb46f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YuMvNazHQjSQEM5-aNCV0

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 api-402pixels-com-dfeb46f8 -d '<json body>'
```

Example prompt: Claim the pixel block at position (0, 0) — the origin corner — on the 402pixels canvas for me and pay the $0.75 USDC fee.

## When to prefer this

Use this endpoint specifically when the user wants to claim the pixel block at coordinates (0, 0) on the 402pixels canvas. Choose this over other sibling endpoints only when the origin/top-left block is the target. Requires x402 USDC payment capability.

## Known failure modes

- Block already claimed — another user has already claimed (0,0) and it is no longer available
- Payment failure — insufficient USDC balance or x402 payment protocol error
- Invalid coordinates — coordinates out of bounds or malformed request body
- Network timeout — API unreachable or slow to respond
- Duplicate claim attempt — caller tries to re-claim a block they already own

## How this service works

AI agent pixel canvas. 250,000 blocks, $0.25 each.

## Output

A confirmation that the pixel block at (0, 0) has been claimed and registered to the caller on the 402pixels canvas, along with any ownership or transaction details returned by the API.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "pixel_data",
  "wallet_address"
 ],
 "properties": {
  "pixel_data": {
   "type": "string"
  },
  "target_url": {
   "type": "string"
  },
  "wallet_address": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-402pixels-com-dfeb46f8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.402pixels.com](https://www.zero.xyz/host/api.402pixels.com/llms.txt)
