# HTTPay GM (Good Morning) Message API

> HTTPay GM (Good Morning) Message 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-15).

Returns a GM (Good Morning) message, a crypto-culture greeting, via a pay-per-call x402 micropayment on Base.

## Facts

- Endpoint: POST https://httpay.xyz/api/gm
- 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/httpay-gm-good-morning-message-api-d7a065e6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NTj2FDPTn4L76cdduK0Dd

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-gm-good-morning-message-api-d7a065e6 -d '<json body>'
```

Example prompt: Send me a GM greeting — the crypto good morning message from HTTPay's pay-per-call API on Base.

## When to prefer this

Use this endpoint when you want a fun, crypto-culture GM greeting message with no API key required, paying only $0.001 USDC per call via x402 on Base. Ideal for web3 bots, daily greeting automations, or testing x402 micropayment flows.

## Known failure modes

- Payment not included or insufficient USDC micropayment — returns 402 Payment Required
- Invalid x402 payment header — returns 402 with payment details
- Network or upstream service error — returns 500

## How this service works

Get a GM (Good Morning) message

## Output

A JSON object containing a GM (Good Morning) message string, reflecting the crypto/web3 community greeting culture. Example: {"description": "Get a GM (Good Morning) message"}.

## Example request

```json
{}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Get a GM (Good Morning) message"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-gm-good-morning-message-api-d7a065e6/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)
