M

Macaroon Network · Execute Universal Macaroon Search V1

by Macaroon Network

POSTBase

$0.001

per call · USD Coin on Base

Discover which Macaroon Network service, endpoint, or data product to call next. Searches Macaroon's own published catalogue -- title, category, description, price, and trust evidence metadata -- and returns a short, source-linked ranked list plus a safe recommended next call for each match. A thin wrapper over this registry's own existing semantic search and router infrastructure; does not execute matched services, does not call any underlying paid endpoint, and does not duplicate a matched ser

Endpoint

POST https://api.macaroonnetwork.com/execute/universal-macaroon-search-v1

3

Calls / 30d

1

Unique payers / 30d

Sep 9

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://api.macaroonnetwork.com/execute/universal-macaroon-search-v1", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "input": {
      "query": "which service checks a domain's trust and DNS setup"
    },
    "predicate": {
      "conditions": [
        {
          "field": "$.matches",
          "type": "count_gte",
          "value": 1
        }
      ],
      "type": "all"
    }
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://api.macaroonnetwork.com/execute/universal-macaroon-search-v1" \
  -H "Content-Type: application/json" \
  -d '{"input":{"query":"which service checks a domain's trust and DNS setup"},"predicate":{"conditions":[{"field":"$.matches","type":"count_gte","value":1}],"type":"all"}}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "payload": {
    "limitations": [],
    "matches": [],
    "notices": [],
    "query": ""
  },
  "predicate_passed": true,
  "settled": true
}

Payment details

Pay to0x33cc8de6e86761d217044a8a6b394ad23b579596
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 Macaroon Network & similar services