# Onchain & Trading Intelligence — 130 Multichain Tools (Structured Read)

> Onchain & Trading Intelligence — 130 Multichain Tools (Structured Read) 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).

Fetches real-time structured on-chain and trading intelligence across 130 tools covering token safety, prices, DeFi, perps, options, prediction markets, and Robinhood Chain tokenized stocks, paid per-call in stablecoin

## Facts

- Endpoint: POST https://x402-services-production.up.railway.app/api/read/structured
- 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-structured-read-2eb3fef6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vQjKmMiiuFsG9HgYBcDzz

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-structured-read-2eb3fef6 -d '<json body>'
```

Example prompt: Before I ape into this new Solana token, can you run a honeypot and rugcheck safety scan on it and also tell me the current liquidity and whether the wallet deploying it has any OFAC sanctions flags?

## When to prefer this

Choose this endpoint when an AI trading or on-chain agent needs real-time, pay-per-call intelligence without account setup or API keys — especially for token safety checks (honeypot, rug, OFAC), cross-exchange perp and funding analytics, Solana new-launch sniping, Robinhood Chain tokenized stock arbitrage signals, or pre-sign transaction safety screening across any major EVM or Solana chain.

## Known failure modes

- Invalid or non-public URL returns an extraction error
- Unsupported chain or token address returns empty or null data
- Payment not settled in accepted stablecoin causes 402 rejection
- Rate limits or upstream data provider outages may cause transient failures
- Malformed input URL causes schema validation error

## How this service works

Fetch any public web page and return structured JSON: title, meta description, headings, links, text preview. Send { url }.

## Output

Structured JSON data containing the requested on-chain or trading intelligence — which may include token price, liquidity, honeypot/rug detection verdicts, OFAC sanctions status, wallet risk scores, portfolio PnL, funding rates, open interest, basis, options greeks, prediction market odds, DeFi lending metrics, MEV execution data, or tokenized stock dislocation metrics depending on the URL/tool invoked

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "Public http(s) URL to extract"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onchain-trading-intelligence-130-multichain-tools-structured-read-2eb3fef6/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)
