# omniguchi.0000402.xyz

> omniguchi.0000402.xyz is a paid API for AI agents from omniguchi.0000402.xyz, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-14).

## Facts

- Endpoint: POST https://omniguchi.0000402.xyz/cosmetics/leaf_cap/buy
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cosmetics-leaf-cap-buy-908adc72
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zhn7z8ZqpzdNRldjLPizP

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 cosmetics-leaf-cap-buy-908adc72 -d '<json body>'
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "properties": {
      "pet_wallet": {
       "type": "string",
       "pattern": "^0x[0-9a-fA-F]{40}$",
       "description": "Optional target creature wallet. Omit to target the verified payer."
      }
     },
     "additionalProperties": false
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cosmetics-leaf-cap-buy-908adc72/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from omniguchi.0000402.xyz](https://www.zero.xyz/host/omniguchi.0000402.xyz/llms.txt)
