T

TWZRD Agent Intelligence · Intel Trust

by TWZRD Agent Intelligence

GETBaseSolana

$0.05

per call · USD Coin on Base

Pre-payment guard for x402 agents: free POST /v1/intel/preflight before spending, paid signed V6 trust receipt after. Evaluate any counterparty BEFORE paying — 0.05 USDC buys the proof (Solana mainnet). POST /v1/intel/preflight is free, no auth.

Endpoint

GET https://intel.twzrd.xyz/v1/intel/trust/:solana_address

3

Calls / 30d

3

Unique payers / 30d

Sep 8

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://intel.twzrd.xyz/v1/intel/trust/:solana_address", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://intel.twzrd.xyz/v1/intel/trust/:solana_address" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "paid": true,
  "receipt": {
    "leaf": "0x<keccak256 of the preimage>",
    "preimage": {
      "settlement_tx": "<your on-chain x402 payment>"
    },
    "signature": "<Ed25519 signature over the leaf>",
    "signing_alg": "ed25519",
    "version": 6
  },
  "score": 61.8,
  "score_version": "intel_renorm_v1_1"
}

Payment details

Pay to0xfb9819456bd9248a9d3c9e12f4cb7bbda5fc2578
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

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

Get featured →

More from TWZRD Agent Intelligence & similar services