Honeyguide Verified Router · Route

by Honeyguide Verified Router

POSTBase

$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/route

3

Calls / 30d

1

Unique payers / 30d

Aug 30

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://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
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

Pay to0x7cd5df315d3e2ca146960a607a86a6951bf66dac
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from Honeyguide Verified Router & similar services