# HTTPay Memecoin Generator

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

Generates a complete memecoin concept including name, ticker, theme, and lore using AI

## Facts

- Endpoint: POST https://httpay.xyz/api/memecoin-generator
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-memecoin-generator-7e293c69
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FNVae3-hfl9_7NJkcXxER

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 httpay-memecoin-generator-7e293c69 -d '<json body>'
```

Example prompt: Come up with a complete memecoin concept for me — something funny and viral about cats taking over the stock market, including a name, ticker symbol, and a short lore backstory.

## When to prefer this

Choose this endpoint when you need a quick AI-generated memecoin concept complete with name, ticker, and lore — especially useful for crypto projects, hackathons, or creative brainstorming. Costs only $0.002 USDC per call with no API key required, making it ideal for low-friction one-off generation via x402 micropayments on Base.

## Known failure modes

- Payment not provided or insufficient USDC — returns 402 Payment Required
- Rate limit or server error — returns 5xx
- Malformed request parameters — returns 400 with error detail
- Network timeout if Base payment settlement is slow

## How this service works

Generate a complete memecoin concept

## Output

A complete memecoin concept object including a generated name, ticker symbol, theme, description, and lore narrative suitable for branding or launching a memecoin project.

## Example request

```json
{}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Generate a complete memecoin concept"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-memecoin-generator-7e293c69/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)
