# Fresh Markets Watch — New DeFi Pools by APY

> Fresh Markets Watch — New DeFi Pools by APY is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns newly created DeFi pools and markets sorted by APY, including TVL, protocol, token pair, and risk warnings for fresh pools

## Facts

- Endpoint: POST https://httpay.xyz/api/fresh-markets-watch
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-6bc6f218
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XNNI1paI_yKoxAvQV8s23

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-6bc6f218 -d '<json body>'
```

Example prompt: Show me the freshly created DeFi pools on Base from the last 24 hours, sorted by APY, with TVL and any risk warnings for new pools.

## When to prefer this

Use this endpoint when you need to discover recently launched DeFi liquidity pools ranked by yield opportunity, especially when risk context (TVL, protocol identity, risk warnings) is needed alongside raw APY data on Base or other supported chains. Prefer over generic DeFi data APIs when freshness and risk labeling of new pools is the primary concern.

## Known failure modes

- Invalid chain parameter returns error or empty result
- Hours window too large may time out or return truncated data
- No new pools in the time window returns empty list
- Demo mode returns synthetic data that may not reflect live markets
- Service unavailable returns 402 or 5xx if payment or backend fails

## How this service works

Fresh Markets Watch — newly created DeFi pools/markets sorted by APY with TVL, protocol, token pair, and risk warnings for new pools. Supports ?chain=base&hours=24&demo=true.

## Output

A ranked list of newly created DeFi pools/markets including APY, TVL, protocol name, token pair, and risk warnings flagging potential dangers of new or unvetted pools on the specified chain

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Fresh Markets Watch — newly created DeFi pools/markets sorted by APY with TVL, protocol, token pair, and risk warnings for new pools. Supports ?chain=base&hours=24&demo=true."
 }
}
```

## More

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