# ForgeSignals Live Launch Signals

> ForgeSignals Live Launch Signals is a paid API for AI agents from forgesignals.org, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns real-time pump.fun memecoin launch signals including holder concentration, buy/sell flow, liquidity, dev rug-risk history, and smart-money aggregates with staleness flags

## Facts

- Endpoint: GET https://forgesignals.org/launch-signals
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/forgesignals-live-launch-signals-1f58fd16
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6wnLgLR7k2Upk78M_hGg7

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 forgesignals-live-launch-signals-1f58fd16
```

Example prompt: Pull the latest pump.fun launch signals from ForgeSignals — I want to see holder concentration, 5-min buy/sell flow, liquidity, and dev rug-risk scores for the newest memecoin launches, and flag any that look sketchy.

## When to prefer this

Choose this endpoint when you need real-time pump.fun memecoin launch intelligence with pre-computed risk signals (holder concentration, dev rug history, smart-money flow) rather than raw on-chain data you'd have to analyze yourself. It is especially valuable for agents that need to screen new launches quickly without building their own Solana data pipeline, and it is honest about data staleness rather than fabricating current-looking data.

## Known failure modes

- Stale data flagged explicitly rather than hidden — staleness flags will indicate when data is not fresh
- 402 Payment Required if x402 payment header is missing or invalid
- Rate limiting if called too frequently without valid payment
- Empty result set if no new launches have occurred in the monitored window
- Network timeout if pump.fun data pipeline is temporarily unavailable

## How this service works

Live pump.fun launch signals: newest memecoin launches with normalized screening verdicts, holder concentration %, 5-min buy/sell flow, liquidity, dev rug-risk history, and smart-money aggregates. Honest staleness flags - never fabricated data.

## Output

A list of the newest pump.fun memecoin launches with normalized screening verdicts, holder concentration percentages, 5-minute buy/sell flow data, liquidity figures, developer rug-risk history scores, smart-money aggregate signals, and honest staleness flags indicating data freshness. No fabricated data is returned when live data is unavailable.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/forgesignals-live-launch-signals-1f58fd16/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from forgesignals.org](https://www.zero.xyz/host/forgesignals.org/llms.txt)
