U

URL Unwrap / Redirect Tracer

by URL Unwrap / Redirect Tracer

GETBaseSolanaArbitrumPolygon

$0.009

per call · USD Coin on Base

Trace an HTTP redirect chain to its final destination without downloading page bodies. Returns every hop (URL + status), the final URL, and safety warnings — link-safety grounding for agents before they visit or cite a URL. Clean JSON.

Endpoint

GET https://unwrap.use.x402atlas.com/

8

Calls / 30d

6

Unique payers / 30d

Sep 8

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://unwrap.use.x402atlas.com/", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://unwrap.use.x402atlas.com/?url=https%3A%2F%2Fbit.ly%2Fexample" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "final_url": "https://example.com/landing",
  "hops": [
    {
      "location": "https://t.co/abcd",
      "status_code": 301,
      "url": "https://bit.ly/example"
    },
    {
      "location": "https://example.com/landing",
      "status_code": 302,
      "url": "https://t.co/abcd"
    },
    {
      "status_code": 200,
      "url": "https://example.com/landing"
    }
  ],
  "queried_at": "2026-07-03T12:00:00Z",
  "redirect_count": 2,
  "redirected": true,
  "status_code": 200,
  "url": "https://bit.ly/example",
  "warnings": []
}

Payment details

Pay to0x492ec81ecf395fbea2f19fece203ee14d0544b71
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Arbitrum, Polygon
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from URL Unwrap / Redirect Tracer & similar services