x402 List

x402 Protocol Service Directory

AgentBiz

Verification PAYMENT-READY

payment-ready until 2026-08-24

Three keyless pay-per-call services for AI agents on Base mainnet. Verify: signed attestations that a site was reachable, a file is unchanged, a TLS certificate says what it claims, or JSON matches a schema — each with an Ed25519 receipt a third party can check. Ledger: wallet reputation before transacting with a stranger, reporting honest low confidence for unseen wallets rather than a misleading zero. Memory: namespaced key-value and vector memory for stateless agents, with tenant isolation enforced at the query level. From $0.0002 per call in USDC via the Coinbase CDP facilitator. Every 402 carries full x402 v2 Bazaar discovery metadata including per-route input and output schemas.

Pay from $0.003 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

listed 2026-08-17 · no on-chain settlement recorded yet

BASE URL https://api.mysterio.cloud WEBSITE https://agentbiz.mysterio.cloud ENDPOINTS 2 NETWORK Base ASSET USDC MEMBER SINCE 2026-08-17 MONITORED SINCE 2026-08-17

ASSESSMENT

updated 2h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 88.9%
uptime 24h
-
uptime 7d
-
uptime 30d
-
uptime 90d
-
response p95
-
avg response
-
total checks
1

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance unknown

x402 compliance not evaluated yet.

jump to compliance checklist

price $0.003 (p12 in Verification)
price (min)
$0.003
category percentile (min)
p12 in Verification
endpoints / prices
2 / 1
model
flat
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $0.00 30d · 0 buyers
volume 30d
$0.00
buyers 30d
0
settlements 30d
0
first settlement
---
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453
volume all-time
$0
settlements all-time
0
median settlement 30d
-
max settlement 30d
-
settled via
-

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

No AI synthesis has been produced for this service yet.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
GET /ledger/v1/wallets/0x370064E0dB4A10B67FB1ed17bFaE91422bfD912b/activity ledger.activity.v1 $0.003 Base USDC body (v1 style)
GET /ledger/v1/wallets/0x370064E0dB4A10B67FB1ed17bFaE91422bfD912b/reputation ledger.reputation.v1 $0.003 Base USDC body (v1 style)
2 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /ledger/v1/wallets/0x370064E0dB4A10B67FB1ed17bFaE91422bfD912b/activity returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://api.mysterio.cloud/ledger/v1/wallets/0x370064E0dB4A10B67FB1ed17bFaE91422bfD912b/activity'
// 402 response (captured by monitor) · 2 payloads · click to expand
[
  {
    "error": {
      "code": "payment_required",
      "message": "Payment required for this endpoint"
    },
    "price": {
      "amount": "0.003000",
      "currency": "USD",
      "price_code": "ledger.reputation.v1",
      "settlement": {
        "rail": "x402",
        "asset": "USDC",
        "network": "eip155:8453"
      },
      "price_version": "2026-08-phase0"
    },
    "accepts": [
      {
        "tags": [
          "reputation",
          "wallet",
          "trust",
          "onchain",
          "counterparty"
        ],
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x370064E0dB4A10B67FB1ed17bFaE91422bfD912b",
        "amount": "3000",
        "scheme": "exact",
        "network": "eip155:8453",
        "mimeType": "application/json",
        "resource": "https://api.mysterio.cloud/ledger/v1/wallets/{address}/reputation",
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "type": "http",
                "method": "GET",
                "schema": {
                  "type": "object",
                  "required": [
                    "address"
                  ],
                  "properties": {
                    "address": {
                      "type": "string",
                      "description": "0x wallet address, in the URL path"
                    }
                  }
                },
                "description": "Look up a wallet's payment reputation before transacting with it, with a signed receipt of the answer. Coverage is partial and the response says so: an unseen wallet returns a null score with low confidence rather than a misleading zero."
              },
              "output": {
                "type": "json",
                "example": {
                  "wallet": "0x370064...",
                  "network": "base",
                  "receipt": {
                    "schema_version": "agentbiz.receipt.v1"
                  },
                  "reputation": {
                    "score": null,
                    "confidence": 0,
                    "confidence_label": "very_low"
                  }
                }
              }
            }
          }
        },
        "description": "ledger.reputation.v1",
        "serviceName": "AgentBiz Ledger",
        "maxTimeoutSeconds": 30
      }
    ],
    "request_id": "67e66a59-781e-4677-833c-4138146d460c",
    "x402Version": 2
  },
  {
    "error": {
      "code": "payment_required",
      "message": "Payment required for this endpoint"
    },
    "price": {
      "amount": "0.003000",
      "currency": "USD",
      "price_code": "ledger.activity.v1",
      "settlement": {
        "rail": "x402",
        "asset": "USDC",
        "network": "eip155:8453"
      },
      "price_version": "2026-08-phase0"
    },
    "accepts": [
      {
        "tags": [
          "reputation",
          "wallet",
          "trust",
          "onchain",
          "counterparty"
        ],
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x370064E0dB4A10B67FB1ed17bFaE91422bfD912b",
        "amount": "3000",
        "scheme": "exact",
        "network": "eip155:8453",
        "mimeType": "application/json",
        "resource": "https://api.mysterio.cloud/ledger/v1/wallets/{address}/activity",
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "type": "http",
                "method": "GET",
                "schema": {
                  "type": "object",
                  "required": [
                    "address"
                  ],
                  "properties": {
                    "address": {
                      "type": "string"
                    }
                  }
                },
                "description": "Retrieve the observed payment activity behind a wallet's reputation, so the score can be checked rather than trusted. Coverage is partial and the response says so: an unseen wallet returns a null score with low confidence rather than a misleading zero."
              },
              "output": {
                "type": "json",
                "example": {
                  "count": 0,
                  "wallet": "0x370064...",
                  "receipt": {
                    "schema_version": "agentbiz.receipt.v1"
                  },
                  "observations": []
                }
              }
            }
          }
        },
        "description": "ledger.activity.v1",
        "serviceName": "AgentBiz Ledger",
        "maxTimeoutSeconds": 30
      }
    ],
    "request_id": "3dc7e737-6db7-4150-bde4-fc7bea0216ff",
    "x402Version": 2
  }
]

OVER TIME

All charts use the 30d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/agentbiz/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
08-17 · uptime 88.9% · 758ms avg08-17 · uptime 88.9% · 758ms avg08-1708-17
30d UPTIME 88.9%
RESPONSE TIME
08-17 · 758ms avg08-17 · 758ms avg08-1708-17
AVG RESP 758ms
PRICE (captured 402, USD)
building price history ($0.003)

Median across 2 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
building assessment history

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

VOLUME (on-chain settlement, USD)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

not evaluated

last 402 captured 2026-08-17 · last up 2026-08-17

  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (9) live · click to expand
TIME STATUS RESP CAUSE
● OK 883ms
● OK 610ms
● OK 860ms
● OK 830ms
● OK 642ms
● OK 814ms
● OK 552ms
● OK 869ms
○ DOWN 387ms bad_status: unexpected HTTP 503

EMBED THIS BADGE

Show that AgentBiz is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

AgentBiz listed on x402-list
status
AgentBiz uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/agentbiz?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/agentbiz.svg" alt="AgentBiz listed on x402-list" height="28">
</a>
// Markdown
[![AgentBiz on x402-list](https://x402-list.com/badge/agentbiz.svg)](https://x402-list.com/services/agentbiz?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/agentbiz?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/agentbiz.svg?data=uptime" alt="AgentBiz uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/agentbiz/update.