# Omniguchi Glitch Shutter Cosmetic Unlock

> Omniguchi Glitch Shutter Cosmetic Unlock 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-15).

Purchases and unlocks the Glitch Shutter cosmetic item for a target Omniguchi creature, with gift support and no rank change.

## Facts

- Endpoint: POST https://omniguchi.0000402.xyz/cosmetics/glitch_shutter/buy
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniguchi-glitch-shutter-cosmetic-unlock-4d869964
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tL31NuU1pTmSkwL1S7BL5

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 omniguchi-glitch-shutter-cosmetic-unlock-4d869964 -d '<json body>'
```

Example prompt: Unlock the Glitch Shutter cosmetic for my Omniguchi creature — I want to gift it to target wallet 0xABC123, and I know it won't change their rank.

## When to prefer this

Use this endpoint when you want to unlock specifically the Glitch Shutter cosmetic for an Omniguchi creature. It supports gifting (any verified payer can unlock for any hatched target), making it ideal for sending cosmetics to other players. Choose this over other cosmetic endpoints when the Glitch Shutter visual is the desired item specifically.

## Known failure modes

- Target creature not hatched — creature must be in an active/hatched state to receive cosmetics
- Invalid or unrecognized creature identifier — returns error if target ID does not exist
- Payment failure — insufficient USDC balance or x402 payment not verified
- Cosmetic already unlocked — attempting to unlock a cosmetic the creature already has
- Unauthorized payer wallet — wallet not verified or not permitted to make purchases

## How this service works

Unlock Glitch Shutter for a target creature. Gifts are allowed; rank is unchanged.

## Output

A confirmation that the Glitch Shutter cosmetic has been unlocked for the specified target creature, along with updated cosmetic status. The creature's rank remains unchanged. The transaction is recorded on-chain via x402 micropayment.

## Request schema (JSON Schema)

```json
{
 "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."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniguchi-glitch-shutter-cosmetic-unlock-4d869964/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)
