# HTTPay Token Launches Feed

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

Fetches a feed of new token launches with pre-computed quality scores, pulling trending/boosted tokens from Dexscreener and GoPlus security data, scored on liquidity, verification, taxes, and social presence.

## Facts

- Endpoint: POST https://httpay.xyz/api/token-launches
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-token-launches-feed-35c1bd98
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WPtTfuvkYG4h5aaQLRaV1

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-token-launches-feed-35c1bd98 -d '<json body>'
```

Example prompt: Show me the latest token launches with their quality scores — I want to see which new tokens have good liquidity, low taxes, and passed security checks on Dexscreener.

## When to prefer this

Use this endpoint when you need a curated, pre-scored feed of newly launched tokens without building your own pipeline to aggregate Dexscreener and GoPlus data. Ideal for agents that need to quickly surface safe token launch candidates without subscribing to multiple data providers. Best for DeFi bots, portfolio scanners, or token discovery agents that operate on a per-call basis with no API key overhead.

## Known failure modes

- Payment not received or x402 payment header missing — returns 402 Payment Required
- Upstream Dexscreener or GoPlus API unavailable — may return 503 or partial data
- Rate limiting on upstream data sources causing stale or empty feed
- No new token launches in the current feed window — returns empty array

## How this service works

New token launch feed with pre-computed quality scores. Fetches trending/boosted tokens from Dexscreener + GoPlus security. Scored on liquidity, verification, taxes, social presence.

## Output

A JSON feed of newly launched tokens sourced from Dexscreener trending/boosted listings, each enriched with GoPlus security data and a pre-computed quality score based on liquidity depth, contract verification status, buy/sell tax rates, and social media presence.

## Example request

```json
{
 "limit": 10,
 "offset": 0
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "New token launch feed with pre-computed quality scores. Fetches trending/boosted tokens from Dexscreener + GoPlus security. Scored on liquidity, verification, taxes, social presence."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-token-launches-feed-35c1bd98/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)
