# API Links Safety Check — Onchain & Trading Intelligence Suite

> API Links Safety Check — Onchain & Trading Intelligence Suite 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).

Checks one or more URLs for safety, validity, or link-status as part of a broader multichain onchain/trading intelligence platform

## Facts

- Endpoint: POST https://x402-services-production.up.railway.app/api/links/check
- 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/api-links-safety-check-onchain-trading-intelligence-suite-b6135efd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GO-RCgkOUWkMTfXOhUBxB

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 api-links-safety-check-onchain-trading-intelligence-suite-b6135efd -d '<json body>'
```

Example prompt: Can you check whether these URLs are safe before I forward them to the trading bot: https://pump.fun/token/xyz and https://raydium.io/swap/?inputCurrency=sol — I want to make sure none of them are phishing or scam links.

## When to prefer this

Use this endpoint when an AI agent needs to pre-screen a batch of up to 50 URLs for safety or validity before acting on them, particularly in onchain/DeFi contexts where scam and phishing links are common. Prefer this over generic web-scraping tools when you need a lightweight, pay-per-call link check without API keys or subscriptions.

## Known failure modes

- Empty or malformed URLs in the array return validation errors
- Arrays exceeding 50 URLs are rejected
- Network timeouts if target URLs are slow to respond
- False negatives on newly registered phishing domains not yet flagged
- Payment failure if USDC balance is insufficient for the $0.003 per-call fee

## How this service works

Batch link-liveness: check up to 50 URLs return 200 (dead-link detection). Send { urls: [..] }.

## Output

Returns a safety or validity status for each submitted URL, indicating whether each link is safe, live, suspicious, or flagged — enabling downstream agents to act only on verified links.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "urls"
 ],
 "properties": {
  "urls": {
   "type": "object",
   "description": "Array of 1-50 URL strings"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-links-safety-check-onchain-trading-intelligence-suite-b6135efd/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)
