# Pump Risk Report – Unified Token Pump & Market-Maker Risk Analysis

> Pump Risk Report – Unified Token Pump & Market-Maker Risk Analysis is a paid API for AI agents from vit-tu-ma-production.up.railway.app, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns a unified pump risk report combining volume spike detection, liquidity analysis, and holder insights into a single market-maker risk score for a token.

## Facts

- Endpoint: GET https://vit-tu-ma-production.up.railway.app/api/bazaar/pump-risk-report
- 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/pump-risk-report-unified-token-pump-market-maker-risk-analysis-c43ed60e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cK8So2iQtpEGAPNHpdb4T

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 pump-risk-report-unified-token-pump-market-maker-risk-analysis-c43ed60e
```

Example prompt: Can you run a full pump risk report on the token at address 0xabc123... on Ethereum — I want to see the market-maker risk score, volume spike signals, and holder concentration all in one shot before I consider buying?

## When to prefer this

Use this endpoint when you need a single, comprehensive pump and manipulation risk assessment that combines volume spikes, liquidity safety, and holder concentration into one unified report — instead of calling separate endpoints for each signal individually.

## Known failure modes

- Invalid or unsupported token contract address — returns error with no data
- Unsupported chain name — returns validation error
- Token not found on specified chain — returns empty or null report
- Network timeout if on-chain data sources are slow
- Rate limit exceeded if called too frequently

## How this service works

Returns a unified pump risk analysis and market-maker risk score for a token, combining volume spike detection with deeper liquidity and holder insights.

## Output

A unified pump risk report containing a 0-100 market-maker risk score, volume spike detection results, liquidity pool metrics, and holder concentration insights for the specified token on the given chain.

## 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",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "address",
      "chain"
     ],
     "properties": {
      "chain": {
       "type": "string",
       "description": "Chain name, e.g. base, bsc, ethereum, solana"
      },
      "address": {
       "type": "string",
       "description": "Token contract address"
      }
     }
    }
   },
   "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/pump-risk-report-unified-token-pump-market-maker-risk-analysis-c43ed60e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vit-tu-ma-production.up.railway.app](https://www.zero.xyz/host/vit-tu-ma-production.up.railway.app/llms.txt)
