# Onchain & Trading Intelligence — 130 Multichain Tools (x402 Pay-per-Call)

> Onchain & Trading Intelligence — 130 Multichain Tools (x402 Pay-per-Call) is a paid API for AI agents from x402-services-production.up.railway.app, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Extracts and returns real-time on-chain and trading intelligence (prices, liquidity, risk, perps, options, DeFi, Robinhood Chain tokenized stocks) from raw HTML input, billed at $0.003 USDC per call via x402.

## Facts

- Endpoint: POST https://x402-services-production.up.railway.app/api/extract
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onchain-trading-intelligence-130-multichain-tools-x402-pay-per-call-6dc1591e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JBTa71VP4F6byE5eXAqD4

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 onchain-trading-intelligence-130-multichain-tools-x402-pay-per-call-6dc1591e -d '<json body>'
```

Example prompt: Check whether this token on Solana is a honeypot or rug pull, and give me its current price and liquidity — here's the raw HTML from the token page.

## When to prefer this

Choose this endpoint when you need pay-per-call, no-subscription on-chain and trading intelligence without API key management, especially for multichain token safety checks, Solana memecoin sniping, perp/options analytics, or Robinhood Chain tokenized stock analysis. Prefer it over centralized data providers when you need OFAC screening, honeypot detection, and funding arbitrage data in a single call settled in stablecoins on Base, Polygon, Arbitrum, or Solana.

## Known failure modes

- Missing or empty 'html' field returns a 400 validation error
- Malformed or non-trading HTML yields empty or low-confidence extractions
- Payment failure via x402 protocol blocks the call with a 402 response
- Rate limits or Railway infrastructure downtime returns 5xx errors
- HTML from unsupported chains or protocols may return partial or null fields

## How this service works

Extract structured data (title, links, meta, headings, text) from HTML as JSON.

## Output

A structured extraction of on-chain or trading intelligence from the submitted HTML, which may include token price, liquidity depth, honeypot/rug detection verdict, OFAC sanctions flag, wallet risk score, PnL data, perp funding rates, open interest, options greeks, DeFi lending health metrics, MEV risk signals, or Robinhood Chain tokenized-stock analytics — depending on the HTML content provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "html"
 ],
 "properties": {
  "html": {
   "type": "string",
   "description": "Raw HTML"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onchain-trading-intelligence-130-multichain-tools-x402-pay-per-call-6dc1591e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-services-production.up.railway.app](https://www.zero.xyz/host/x402-services-production.up.railway.app/llms.txt)
