# Omniguchi Play Care – Restore Mood

> Omniguchi Play Care – Restore Mood is a paid API for AI agents from omniguchi.0000402.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Restores the Mood stat of a specified hatched Omniguchi creature by performing a play care action on its behalf.

## Facts

- Endpoint: POST https://omniguchi.0000402.xyz/care/play
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniguchi-play-care-restore-mood-bef90bd4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GIRgycNea-pDpJB3kxVF0

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-play-care-restore-mood-bef90bd4 -d '<json body>'
```

Example prompt: My Omniguchi's mood is low — can you play with it to restore its mood? The target creature belongs to wallet 0xABC123.

## When to prefer this

Use this endpoint specifically when you need to restore only the Mood stat of a target Omniguchi without affecting other stats (energy, cleanliness). Prefer this over the all-in-one care endpoint when you want fine-grained control over a single need, or when mood is the only depleted stat and you want to minimize cost.

## Known failure modes

- Target Omniguchi has not been hatched yet — returns error indicating unhatched state
- Payment verification fails due to insufficient USDC balance or invalid x402 token
- Target wallet address is invalid or not registered
- Mood stat is already at maximum — action may be accepted but has no meaningful effect
- Network or on-chain transaction failure causing the state update to not persist

## How this service works

Restore Mood for an active Omniguchi. Any verified payer may care for any hatched target.

## Output

Returns a confirmation that the play care action was executed, the updated mood stat value for the target Omniguchi, and any relevant on-chain transaction details.

## 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-play-care-restore-mood-bef90bd4/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)
