# HTTPay Name My Token API

> HTTPay Name My Token API is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Generates creative names for cryptocurrency tokens using AI, paid per-call via x402/USDC with no API key required.

## Facts

- Endpoint: POST https://httpay.xyz/api/name-my-token
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-name-my-token-api-6f8693d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k4dDPZJEEbqBpSJpmT8ei

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-name-my-token-api-6f8693d7 -d '<json body>'
```

Example prompt: Can you generate some creative names for a new meme token I am launching on Base — it is themed around coffee and productivity, so something catchy and fun that would resonate with the crypto community?

## When to prefer this

Choose this endpoint when you need quick, AI-generated creative name ideas for a new cryptocurrency token and want to pay per-call in USDC without managing API keys or subscriptions. Ideal for crypto developers, marketers, or founders in the early brainstorming phase of a token launch on Base or any EVM chain.

## Known failure modes

- Payment not received or x402 transaction fails — returns 402 Payment Required
- Invalid or missing input parameters — returns 400 Bad Request
- AI generation service unavailable — returns 503 Service Unavailable
- Rate limit exceeded on underlying AI provider — returns 429 Too Many Requests

## How this service works

Generate creative token names

## Output

Returns a JSON object containing AI-generated creative name suggestions for a cryptocurrency token, based on the provided concept or theme inputs.

## Example request

```json
{
 "symbol": "TST",
 "token_name": "TestToken"
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Generate creative token names"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-name-my-token-api-6f8693d7/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)
