$0.0077
per call · USD Coin on Base
Route an agent payment to a verified, live provider and get its data back. POST {"category":"web search / extract"} or {"url":"<x402 endpoint>","payload":{...}}; we pay the best real provider, chosen from on-chain settlement data rather than a stale directory, and return its response with proof of why we picked it. You pay the provider price + 10%, quoted in the 402 first. Settle-on-success: charged only after the provider delivers, never for a dead or hollow endpoint.
Endpoint
POST https://tizona-outpost.venusberg.workers.dev/v1/route3
Calls / 30d
1
Unique payers / 30d
Aug 30
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://tizona-outpost.venusberg.workers.dev/v1/route", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"category": "web search / extract"
}),
});
const data = await res.json();curl -X POST \
"https://tizona-outpost.venusberg.workers.dev/v1/route" \
-H "Content-Type: application/json" \
-d '{"category":"web search / extract"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"data": {
"results": [
{
"title": "x402",
"url": "https://x402.org/"
}
]
},
"economics": {
"charged": true,
"providerPaid": 0.007,
"spread": 0.0007,
"youPaid": 0.0077
},
"evidence": "https://tizona-outpost.venusberg.workers.dev/router/proof",
"ok": true,
"proof": {
"deliveryProven": true,
"verifiedEarner": true
},
"provider": "api.exa.ai"
}Payment details
0x7cd5df315d3e2ca146960a607a86a6951bf66dacUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from Honeyguide Verified Router & 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