# Crypto Baby Name Generator

> Crypto Baby Name Generator is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Generates a baby name inspired by cryptocurrency culture for humorous or novelty purposes

## Facts

- Endpoint: POST https://httpay.xyz/api/crypto-baby-name
- 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/crypto-baby-name-generator-c207db59
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6DNZ3qk50PhTIicIKKu-h

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 crypto-baby-name-generator-c207db59 -d '<json body>'
```

Example prompt: Give me a funny crypto-inspired baby name — something named after a real cryptocurrency or blockchain concept, with a little description of why it fits.

## When to prefer this

Use this endpoint when you want a humorous, novelty baby name inspired by cryptocurrency culture. It is a fun, low-cost ($0.001 USDC) single-call API requiring no API key, ideal for joke generators, crypto-themed apps, or novelty name pickers. Not suitable for serious baby name recommendations.

## Known failure modes

- Payment failure via x402 if USDC balance is insufficient
- 402 response if payment not included in request headers
- Network timeout or service unavailability returning a 5xx error
- Empty or minimal response if the generator has no variation logic

## How this service works

Name your baby after crypto (please don't actually)

## Output

A JSON object containing a crypto-themed baby name suggestion and a short humorous description explaining the name's cryptocurrency origin or inspiration.

## Example request

```json
{
 "name": "Ethereum"
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Name your baby after crypto (please don't actually)"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/crypto-baby-name-generator-c207db59/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
