payment-ready 2026-08-09, probe currently failing
Pay-per-call web and on-chain intelligence for AI agents, no API keys. read (URL to markdown), dossier (domain intelligence: DNS/SPF/DMARC/RDAP/TLS), onchain (EVM address due-diligence on Base/Ethereum/Optimism). USDC on Base via x402 v2, Bazaar discovery, MCP server.
Pay from $0.003 to $0.004 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
VERDICT
ranking generation 3solid 79/100 #219 of 257 in Data by measured score
What the score read on this service: status offline, 84.6% uptime 30d, 1090ms response p95, x402 compliance 14 of 14, $0.003 price against the category. Each of those is measured, and each is published in full below.
The score comes from our own monitoring, never from reviews, operator claims, or a language model: reliability, x402 compliance, price against the category, a deterministic risk flag, and a small on-chain traction term, weighted by ranking generation 3. It is not placement anyone can buy: the paid verify tier is reported beside it and is not one of its inputs. Every component below stays published and read-only.
It is a score inside Data, and only there: price and speed are scored against the whole category field, every listing in it that carries no danger flag, the scored service included, which here means 257 listings, this one among them. That set is wider than the 257 the position above is counted against, because a listing we have measured too little of to rank still sits in the field the price and the speed are normalized over. The same service in a different field would read differently. The same engine answers GET /api/v1/best, and asked for a different pool (the whole directory, or another filter) it returns a different number for this service under this same ranking generation. Neither is more correct: they answer different questions, and the methodology states which is which.
Bands on the 0 to 100 measured score: strong at 93 and above, solid from 75, mixed from 55, weak below 55. Price and speed are scored against the whole category field, every listing in it that carries no danger flag, the scored service included, so the score places a service in its own field.
ALTERNATIVES IN DATA
Other Data services in this directory, ordered by the same measured score. The figures are ours: 30-day uptime from our own probes, 30-day settlement volume read on-chain (a conservative undercount, and null where we cannot measure it, never a zero).
| SERVICE | BAND | SCORE | UPTIME 30D | VOL 30D |
|---|---|---|---|---|
| ThirdMade Shelf | strong | 99 | 100% | --- |
| WebberSites x402 Data API | strong | 99 | 100% | --- |
| API Acre | strong | 99 | 99.7% | --- |
| MicroTap | strong | 98 | 100% | --- |
| TariffMonkee | strong | 98 | 100% | --- |
ASSESSMENT
updated 30m agoThe parts the verdict above is computed from, each with its proof. Click any chip. Measured values stay read-only; unknown is honest, and an unknown is never counted as a zero.
reliability 84.6%
- uptime 24h
- 0%
- uptime 7d
- 0%
- uptime 30d
- 84.6%
- uptime 90d
- 95%
- response p95
- 1090ms
- avg response
- 713ms
- total checks
- 750
Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.
compliance A (14/14), stale (probe failing)
14 of 14 x402 conformance checks pass. Full checklist below.
price $0.003 to $0.004 (p30 in Data)
- price (min)
- $0.003
- price (max)
- $0.004
- category percentile (min)
- p30 in Data
- category percentile (max)
- p6 in Data
- endpoints / prices
- 3 / 2
- model
- tiered
- 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
- 44d
- registrar
- CloudFlare, Inc.
- hosting
- custom
- domain created
- 2026-07-17
Identity facts, not a risk score.
traction ---
This service settles on a network x402-list does not measure yet, so on-chain volume is not counted here. Shown as unmeasured, not zero.
WHAT IT DOES
ai-derivedNo AI synthesis has been produced for this service yet.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET | 402 CHANNEL |
|---|---|---|---|---|---|---|
| GET | /dossier | $0.004 | Base | USDC | header | |
| GET | /onchain | $0.004 | Base | USDC | header | |
| GET | /read | $0.003 | Base | USDC | header |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /dossier returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://x402.botsmith.dev/dossier'
// 402 response (captured by monitor) · 3 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xcb9b3F94387389e38EF2A7b3C0B851FB8325d7e9",
"amount": "3000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
{
"asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
"extra": {
"name": "USD₮0",
"version": "1"
},
"payTo": "0xadd1a0a81836b1ea5b272dbed78746ba09f55370",
"amount": "3000",
"scheme": "exact",
"network": "eip155:196",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://x402.botsmith.dev/read",
"tags": [
"web",
"scraping",
"markdown",
"content",
"reader"
],
"mimeType": "application/json",
"description": "Web Reader ($0.003/call): Fetch any public web page and return its main content as clean, boilerplate-free markdown (reader mode for agents). Handles redirects, strips nav/ads/scripts, reports title, byline, language and word count.",
"serviceName": "botsmith"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"url": "https://en.wikipedia.org/wiki/HTTP_402"
}
},
"output": {
"type": "json",
"example": {
"url": "https://en.wikipedia.org/wiki/HTTP_402",
"lang": "en",
"title": "HTTP 402",
"byline": null,
"excerpt": "HTTP 402 Payment Required is a client error response status code...",
"markdown": "# HTTP 402\n\n**HTTP 402 Payment Required** is a client error response status code...",
"siteName": "Wikipedia",
"wordCount": 412
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "Public http(s) URL of the page to read"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"url",
"title",
"byline",
"siteName",
"lang",
"excerpt",
"markdown",
"wordCount"
],
"properties": {
"url": {
"type": "string",
"description": "Final URL after redirects"
},
"lang": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"title": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"byline": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"excerpt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"markdown": {
"type": "string",
"description": "Boilerplate-free page content as GitHub-flavored markdown"
},
"siteName": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"wordCount": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991
}
},
"additionalProperties": false
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xcb9b3F94387389e38EF2A7b3C0B851FB8325d7e9",
"amount": "4000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
{
"asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
"extra": {
"name": "USD₮0",
"version": "1"
},
"payTo": "0xadd1a0a81836b1ea5b272dbed78746ba09f55370",
"amount": "4000",
"scheme": "exact",
"network": "eip155:196",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://x402.botsmith.dev/dossier",
"tags": [
"domain",
"dns",
"whois",
"rdap",
"tls",
"security",
"intel"
],
"mimeType": "application/json",
"description": "Domain Dossier ($0.004/call): Full domain dossier in one call: DNS records (A/AAAA/NS/MX/TXT/CNAME), email security posture (SPF, DMARC policy), RDAP registration data (registrar, age, expiry) and live TLS certificate details. Replaces four separate lookups.",
"serviceName": "botsmith"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"domain": "example.com"
}
},
"output": {
"type": "json",
"example": {
"dns": {
"a": [
"23.192.228.80"
],
"mx": [],
"ns": [
"a.iana-servers.net",
"b.iana-servers.net"
],
"txt": [
"v=spf1 -all"
],
"aaaa": [
"2600:1406:3a00:21::173e:2e65"
],
"cname": null
},
"tls": {
"issuer": "DigiCert Inc",
"subject": "*.example.com",
"validTo": "2026-01-15T23:59:59.000Z",
"altNames": [
"*.example.com",
"example.com"
],
"validFrom": "2025-01-15T00:00:00.000Z",
"daysUntilExpiry": 184
},
"email": {
"spf": "v=spf1 -all",
"dmarc": null,
"hasMx": false,
"dmarcPolicy": null
},
"domain": "example.com",
"registration": {
"status": [
"client delete prohibited",
"client transfer prohibited"
],
"ageDays": 11292,
"createdAt": "1995-08-14T04:00:00Z",
"expiresAt": "2026-08-13T04:00:00Z",
"registrar": "RESERVED-Internet Assigned Numbers Authority",
"updatedAt": "2024-08-14T07:01:34Z"
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"pattern": "^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.)+[a-zA-Z]{2,63}$",
"maxLength": 253,
"description": "Domain to investigate, e.g. example.com"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"domain",
"dns",
"email",
"registration",
"tls"
],
"properties": {
"dns": {
"anyOf": [
{
"type": "object",
"required": [
"a",
"aaaa",
"ns",
"mx",
"txt",
"cname"
],
"properties": {
"a": {
"type": "array",
"items": {
"type": "string"
}
},
"mx": {
"type": "array",
"items": {
"type": "object",
"required": [
"exchange",
"priority"
],
"properties": {
"exchange": {
"type": "string"
},
"priority": {
"type": "number"
}
},
"additionalProperties": false
}
},
"ns": {
"type": "array",
"items": {
"type": "string"
}
},
"txt": {
"type": "array",
"items": {
"type": "string"
}
},
"aaaa": {
"type": "array",
"items": {
"type": "string"
}
},
"cname": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
},
{
"type": "null"
}
],
"description": "null when the domain does not resolve at all"
},
"tls": {
"anyOf": [
{
"type": "object",
"required": [
"issuer",
"subject",
"validFrom",
"validTo",
"daysUntilExpiry",
"altNames"
],
"properties": {
"issuer": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"subject": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"validTo": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"altNames": {
"type": "array",
"items": {
"type": "string"
}
},
"validFrom": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"daysUntilExpiry": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
},
{
"type": "null"
}
],
"description": "Certificate served on :443; null when nothing listens there"
},
"email": {
"type": "object",
"required": [
"spf",
"dmarc",
"dmarcPolicy",
"hasMx"
],
"properties": {
"spf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"dmarc": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"hasMx": {
"type": "boolean"
},
"dmarcPolicy": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
},
"domain": {
"type": "string"
},
"registration": {
"anyOf": [
{
"type": "object",
"required": [
"registrar",
"createdAt",
"updatedAt",
"expiresAt",
"status",
"ageDays"
],
"properties": {
"status": {
"type": "array",
"items": {
"type": "string"
}
},
"ageDays": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"createdAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"expiresAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"registrar": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"updatedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
},
{
"type": "null"
}
],
"description": "RDAP registration data; null when the registry exposes none"
}
},
"additionalProperties": false
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xcb9b3F94387389e38EF2A7b3C0B851FB8325d7e9",
"amount": "4000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
{
"asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
"extra": {
"name": "USD₮0",
"version": "1"
},
"payTo": "0xadd1a0a81836b1ea5b272dbed78746ba09f55370",
"amount": "4000",
"scheme": "exact",
"network": "eip155:196",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://x402.botsmith.dev/onchain",
"tags": [
"crypto",
"onchain",
"evm",
"base",
"ethereum",
"security",
"intel",
"due-diligence"
],
"mimeType": "application/json",
"description": "Onchain Address Intel ($0.004/call): On-chain intel for any EVM address in one call: contract-or-wallet, native balance, scam/reputation flags, transaction and transfer counts, ENS name, and for contracts the verification status, name, proxy type and deployer. Base, Ethereum and Optimism. Ideal for agent due-diligence before interacting with an address.",
"serviceName": "botsmith"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"chain": "base",
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
}
},
"output": {
"type": "json",
"example": {
"risk": {
"isScam": false,
"reputation": "ok"
},
"type": "contract",
"chain": "base",
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"ensName": null,
"activity": {
"txCount": 0,
"transferCount": 0
},
"contract": {
"name": "USD Coin",
"token": {
"name": "USD Coin",
"type": "ERC-20",
"symbol": "USDC"
},
"proxyType": "eip1967",
"creationTx": "0x2c1a9f...",
"isVerified": true,
"creatorAddress": "0x5a52e96bacdabb82fd05763e25335261b270efcb"
},
"topTokens": [],
"nativeBalance": "0"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"address",
"chain"
],
"properties": {
"chain": {
"enum": [
"base",
"ethereum",
"optimism"
],
"type": "string",
"default": "base",
"description": "Which chain to look up (default base)"
},
"address": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{40}$",
"description": "EVM address to investigate"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"address",
"chain",
"type",
"nativeBalance",
"ensName",
"risk",
"activity",
"contract",
"topTokens"
],
"properties": {
"risk": {
"type": "object",
"required": [
"isScam",
"reputation"
],
"properties": {
"isScam": {
"type": "boolean",
"description": "Flagged as a scam by the explorer"
},
"reputation": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
},
"type": {
"enum": [
"contract",
"eoa"
],
"type": "string"
},
"chain": {
"type": "string"
},
"address": {
"type": "string"
},
"ensName": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"activity": {
"type": "object",
"required": [
"txCount",
"transferCount"
],
"properties": {
"txCount": {
"anyOf": [
{
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991
},
{
"type": "null"
}
]
},
"transferCount": {
"anyOf": [
{
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
},
"contract": {
"anyOf": [
{
"type": "object",
"required": [
"isVerified",
"name",
"proxyType",
"creatorAddress",
"creationTx",
"token"
],
"properties": {
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"token": {
"anyOf": [
{
"type": "object",
"required": [
"symbol",
"name",
"type"
],
"properties": {
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"symbol": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
},
{
"type": "null"
}
]
},
"proxyType": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"creationTx": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"isVerified": {
"type": "boolean"
},
"creatorAddress": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
},
{
"type": "null"
}
],
"description": "null for externally-owned accounts"
},
"topTokens": {
"type": "array",
"items": {
"type": "object",
"required": [
"symbol",
"name",
"balance",
"decimals"
],
"properties": {
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"symbol": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"balance": {
"type": "string"
},
"decimals": {
"anyOf": [
{
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
}
},
"nativeBalance": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Native coin balance in wei"
}
},
"additionalProperties": false
}
}
}
}
}
}
},
"x402Version": 2
}
] OVER TIME
All charts use the 7d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/botsmith/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.
Median across 3 endpoints. Use the selector to isolate one.
checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression
Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.
COMPLIANCE
14/14 checks pass · grade A · stale (probe failing)last 402 captured 2026-07-20 · last up 2026-08-09
- 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 (18) live · click to expand
EMBED THIS BADGE
<a href="https://x402-list.com/services/botsmith?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/botsmith.svg" alt="botsmith listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/botsmith?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/botsmith?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/botsmith.svg?data=uptime" alt="botsmith uptime on x402-list" height="28"> </a>