# DeFi Intel Agent Gateway – Redirect Chain Tracer

> DeFi Intel Agent Gateway – Redirect Chain Tracer is a paid API for AI agents from defi-intel-agent-gateway.gg-neo15.workers.dev, paid per call via x402, $0.0015/call, status unknown (last checked 2026-09-15).

Traces the full HTTP redirect chain (301/302/307) for a given URL, returning each hop, final status code, and cookies set along the way.

## Facts

- Endpoint: POST https://defi-intel-agent-gateway.gg-neo15.workers.dev/v1/web/redirect-chain-trace
- Price: $0.0015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/defi-intel-agent-gateway-redirect-chain-tracer-09a2fd2a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uFdVgC8AQJJ0uKom8DnK4

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 defi-intel-agent-gateway-redirect-chain-tracer-09a2fd2a -d '<json body>'
```

Example prompt: Can you trace the full redirect chain for https://bit.ly/3xYzAbc using a GET request — I want to see every hop, the final URL, and any cookies that get set along the way?

## When to prefer this

Choose this endpoint when you need the full hop-by-hop breakdown of an HTTP redirect chain rather than just the final destination. It is ideal for debugging affiliate or tracking links, auditing SEO redirects, resolving shortened URLs with cookie inspection, or verifying redirect integrity without needing an API key or account setup.

## Known failure modes

- URL is unreachable or times out — returns network/timeout error
- Redirect loop detected — may return error or truncated chain
- URL requires authentication/login — endpoint will not bypass login walls
- Malformed URL input — returns validation error
- Too many hops in chain — may be capped at a maximum depth

## How this service works

Trace a URL's full redirect chain (301/302/307) with final status and cookies. Returns each hop. DO NOT use to bypass login walls. — $0.0015 USDC/call on Base. Pay-per-call via x402 — no API key, no account. Free samples daily.

## Output

Returns a structured list of each redirect hop in order, including the URL at each hop, the HTTP status code (301, 302, 307, etc.), response headers, and any cookies set. Also includes the final resolved URL and its terminal status code.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defi-intel-agent-gateway-redirect-chain-tracer-09a2fd2a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from defi-intel-agent-gateway.gg-neo15.workers.dev](https://www.zero.xyz/host/defi-intel-agent-gateway.gg-neo15.workers.dev/llms.txt)
