$0.15
per call · USD Coin on Base
Batch wallet trust fact profiles, priced per submitted wallet: one call, up to 10 wallets, each independently signed.
Endpoint
POST https://api.insumermodel.com/v1/trust/batch3
Calls / 30d
2
Unique payers / 30d
Sep 3
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://api.insumermodel.com/v1/trust/batch", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"wallets": [
{
"wallet": "0x…"
}
]
}),
});
const data = await res.json();curl -X POST \
"https://api.insumermodel.com/v1/trust/batch" \
-H "Content-Type: application/json" \
-d '{"wallets":[{"wallet":"0x…"}]}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"data": {
"results": [],
"summary": {}
}
}Payment details
0xad982cb19acca2923df8f687c0614a7700255a23USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from InsumerAPI & similar services
InsumerAPI · Attest
api.insumermodel.com
Signed attestation (ECDSA plus a post-quantum ML-DSA-65 companion) of on-chain wallet conditions across 38 chains: token balance, NFT ownership, EAS, Farcaster, view calls, ratio rules, and agent standing (ERC-8004 registration, ERC-7710 delegation validity with revocation proof). A verifiable boolean, never raw balances. Up to 10 conditions per pay-per-call request. Pay in USDC on Base, Polygon, Arbitrum, or Solana.
InsumerAPI · Trust
api.insumermodel.com
Signed wallet trust fact profile: presence checks across stablecoins, governance, NFTs, staking and institutional dimensions, up to 49 checks on 27 chains. Evidence organized by dimension, no score, no opinion. Vet a counterparty wallet before an agent transacts.
BlockRun.AI · EXA Contents
blockrun.ai
Extract full text content from specific URLs. Priced at $0.002/URL — total = urls.length × $0.002.