# httpay.xyz IP Address & Request Metadata Lookup

> httpay.xyz IP Address & Request Metadata Lookup is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13).

Returns the caller's public IP address and basic HTTP request metadata extracted from headers, with proxy-aware detection via X-Forwarded-For and CF-Connecting-IP.

## Facts

- Endpoint: POST https://httpay.xyz/api/ip-my
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-30b6e3f2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_65_F4JhHxAB26YtrfUz8t

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-xyz-30b6e3f2 -d '<json body>'
```

Example prompt: What's my current public IP address as seen by an external server — I want to confirm what IP I appear to be coming from, including whether any proxy headers like X-Forwarded-For are being picked up.

## When to prefer this

Use this endpoint when you need a lightweight, proxy-aware IP detection call that checks multiple forwarding headers (X-Forwarded-For, CF-Connecting-IP) without any external dependencies. Ideal for agents running behind CDNs, load balancers, or proxies who need to know their visible public IP.

## Known failure modes

- Missing or undetectable IP if all proxy headers are absent
- Inaccurate IP if multiple X-Forwarded-For hops are present
- Potential incorrect IP detection in complex multi-proxy chains
- Payment failure returns 402 if USDC not provided correctly

## How this service works

Return the caller's IP address and basic request metadata extracted from headers. Works behind proxies (checks X-Forwarded-For, CF-Connecting-IP, etc.). Zero external dependencies.

## Output

Returns the caller's detected IP address and basic HTTP request metadata extracted from headers such as X-Forwarded-For, CF-Connecting-IP, and other proxy-related fields, with no external dependencies.

## Example request

```json
{}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Return the caller's IP address and basic request metadata extracted from headers. Works behind proxies (checks X-Forwarded-For, CF-Connecting-IP, etc.). Zero external dependencies."
 }
}
```

## More

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