$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
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 -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
0x492ec81ecf395fbea2f19fece203ee14d0544b71USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from URL Unwrap / Redirect Tracer & similar services
StableEnrich · EXA Search
stableenrich.dev
Exa Search - Neural search across the web
Twit · Tweets Search
x402.twit.sh
Search Twitter/X tweets with advanced filters. Returns up to 20 tweets per page, most recent first, with pagination. At least one filter required. Params: words, phrase, anyWords, noneWords, hashtags, from, to, mentioning, minReplies, minLikes, minReposts, since (YYYY-MM-DD), until, next_token. e.g. GET /tweets/search?words=bitcoin&from=elonmusk&minLikes=100. Returns X v2 API-compatible JSON.
Exa · Search
api.exa.ai
Exa /search endpoint