Price
from $0.0200
up to $0.2500 per request
Network
base
Category
other
On-chain txns
24
Uptime
90%
Avg latency
508ms
Checks
77
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
_MAKO Agent Commerce Verifier by Pollinate Research (pollinateresearch, mako.pollinateresearch.com): paid x402 preflight and x402 trust monitor for agents deciding whether to call, trust, or pay another agent/API. Checks x402 discovery metadata, route schemas, payment options, price fit, networks, settlement readiness, and returns a machine-readable verdict plus call plan and signed/hash receipt. Keywords: MAKO, _MAKO, Pollinate Research, pollinateresearch, agent commerce verifier, x402 trust monitor, paid agent preflight, Bazaar metadata, agent-to-agent payments, USDC.
_MAKO DAO Governance Proposal Signal: low-cost agentic utility for scanning recent Snapshot DAO proposals and returning source-linked metadata, deadlines, choices, scores, and urgency flags. Useful for agents that need frequent governance monitoring before buying a full weekly brief. Keywords: MAKO, _MAKO, DAO governance, Snapshot, proposal scanner, proposal signal, x402, USDC. Informational only; does not vote, sign transactions, custody funds, or provide advice.
_MAKO Pricing Index: market-rate pricing intelligence for x402 services derived from _MAKO's verification history. Returns price distribution stats (min, median, mean, p25/p75/p95, max) per category — crypto_intelligence, trading_signals, governance, compliance, trust_layer, data_feeds, ai_inference, agent_infrastructure, other — plus a market-wide breakdown when no category is supplied. Built for routing agents picking the cheapest endpoint that meets a spec, budgeting agents managing per-task USDC allocations, and operators pricing their own services. Keywords: MAKO, _MAKO, Pollinate Research, pricing, price index, market rate, x402 pricing, agent commerce, USDC. Informational only.
_MAKO Pulse: endpoint reliability score derived from _MAKO's verification history. Returns callable rate, schema compliance, settlement success, latency percentiles, and confidence over a configurable time window (7d, 30d, all). Pairs with the _MAKO Agent Commerce Verifier: every paid verify call makes Pulse smarter. Keywords: MAKO, _MAKO, Pollinate Research, endpoint reliability, uptime, x402 trust monitor, agent commerce, agent reliability, x402, USDC. Informational only.
_MAKO Reputation Score: seller-wallet trust derived from _MAKO's verification history. Aggregates callable rate, schema compliance, settlement readiness, and activity recency across every x402 endpoint operated by the requested wallet — the operator-level complement to Pulse (per-endpoint) and Pricing Index (per-category). Returns a composite score (0-100), tier (trusted/reliable/developing/unreliable/unknown), confidence, sub-scores, and the actual weights applied. Built for counterparty-evaluation agents, routing agents picking between equivalently-priced sellers, and escrow/dispute services. Structurally compatible with emerging ERC-8004 trustless-agent reputation semantics. Keywords: MAKO, _MAKO, Pollinate Research, reputation score, wallet score, seller score, operator trust, counterparty, agent commerce, USDC. Informational only.
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10
# call it
npx @apihubio/cli call https://mako.pollinateresearch.com \
-X POST \
-d '{ /* check provider docs for input */ }'
# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://mako.pollinateresearch.comimport { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";
const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);
const res = await x402Fetch("https://mako.pollinateresearch.com", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.