InsumerAPI · Trust Batch

by InsumerAPI

POSTBaseSolanaArbitrumPolygon

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

3

Calls / 30d

2

Unique payers / 30d

Sep 3

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.insumermodel.com/v1/trust/batch", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "wallets": [
      {
        "wallet": "0x…"
      }
    ]
  }),
});
const data = await res.json();
cURL
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

Pay to0xad982cb19acca2923df8f687c0614a7700255a23
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Arbitrum, Polygon
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from InsumerAPI & similar services