← Back to marketplace

X402 Trust Layer

external

68 paid x402 trust infrastructure APIs: guard, semantic escrow, mandate diff, certified seller network, KYM, mandates, compliance, disputes, and orchestration.

by X402trustlayer25 endpoints100% uptime219ms avg

Price

from $0.0200

up to $0.1500 per request

Network

base

Category

other

On-chain txns

115

Uptime

100%

Avg latency

219ms

Checks

29

Status

Healthy

Base URL

https://x402trustlayer.xyz

Endpoints (25)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

POST/api/agent-escrow
base$0.1200

Create and manage agent-to-agent USDC escrow records

POST/api/agent/verify
base$0.0400

ERC-8004 TrustScore on Base mainnet — agent identity, reputation, wallet binding, agent card

POST/api/attestation/issue
base$0.0400

Issue signed preflight attestation for partner agent trust networks

POST/api/attestation/registry
base$0.0200

Query trust registry of valid attestations for agent fleets

POST/api/compliance/ledger
base$0.1200

Reconcile agent spend into a CFO/SOC2-grade audit ledger with policy flags

POST/api/dispute/resolve
base$0.1000

Auto-build a Visa chargeback dossier (card) or on-chain refund claim (stablecoin)

POST/api/escrow/metered/open
base$0.0500

Open a usage-based pay-as-you-go escrow session budget

POST/api/evidence-locker/export
base$0.1000

Export tamper-evident compliance bundles for x402 settlements

POST/api/facilitator/failover
base$0.0500

Rank x402 facilitators and recommend healthy failover routing

POST/api/guard/payload-sandbox
base$0.0400

Sandbox audit on proposed request payloads for prompt injections and malicious commands

POST/api/guard/pre-x402-alchemy
base$0.0500

Pre-x402 safety bundle optimized for Alchemy: spend policy + wallet identity + URL risk probe

POST/api/identity-gate/check
base$0.0500

Check wallet identity tier, ERC-8004 TrustScore, and spend ceiling before payment

POST/api/mandate/diff
base$0.0400

Compare signed mandate scope to MCP tool trace before x402 payment

POST/api/merchant-trust/certify
base$0.1500

Certify x402 seller: KYM pass, signed badge, buyer access policy for premium APIs

POST/api/mpp/session
base$0.0300

MPP session lifecycle: open, voucher, close — batch settlement savings on Solana/Base

POST/api/payment-intent/compile
base$0.1500

Compile multi-step x402 execution plan from natural language with USDC budget validation

POST/api/protocol/fraud/scan
base$0.1000

Graph-based fraud scan: Sybil clusters, wash trading, circular payments

POST/api/protocol/oracle/consensus
base$0.1200

Trust oracle quorum consensus (4 validators, BFT-style quorum)

POST/api/protocol/passport/issue
base$0.0600

Issue W3C-style Agent Passport DID credential with capabilities and permissions

POST/api/protocol/passport/verify
base$0.0200

Verify Agent Passport DID credential signature

POST/api/protocol/reasoning/disclose
base$0.0400

Selective disclosure of reasoning audit Merkle leaves

POST/api/protocol/replay/bind
base$0.0200

Bind nonce + resource hash + request hash for replay-safe x402 pay

POST/api/protocol/replay/verify
base$0.0200

Verify and consume replay binding (one-time nonce)

POST/api/quality-escrow/settle
base$0.1000

Quality-gated escrow: verify response vs profile, release to merchant or auto-refund

POST/api/receipt-auditor/verify
base$0.0500

Verify x402 settlement receipts and on-chain transaction alignment

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10

# call it
npx @apihubio/cli call https://x402trustlayer.xyz \
  -X POST \
  -d '{ /* check provider docs for input */ }'

# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://x402trustlayer.xyz
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { 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://x402trustlayer.xyz", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

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.