agentbit.app
Live web, business, finance and security tools for AI agents. Pay per call with x402 — no signup, no API keys.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"error": "PAYMENT-SIGNATURE header is required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x4395C7e383b7e05665aad7f36ed77c01923Dd965",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x4395C7e383b7e05665aad7f36ed77c01923Dd965",
"amount": "50000",
"scheme": "exact",
"network": "eip155:137",
"maxTimeoutSeconds": 300
},
{
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x4395C7e383b7e05665aad7f36ed77c01923Dd965",
"amount": "50000",
"scheme": "exact",
"network": "eip155:42161",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "566SN4N4q1dAjSXTf6Ru9FGY7iD1Sj6n3QmGCEigBfYd",
"amount": "50000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
},
{
"asset": "0x79A02482A880bCE3F13e09Da970dC34db4CD24d1",
"extra": {
"name": "USDC",
"version": "2"
},
"payTo": "0x4395C7e383b7e05665aad7f36ed77c01923Dd965",
"amount": "50000",
"scheme": "exact",
"network": "eip155:480",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://agentbit.app/v1/risk/counterparty",
"mimeType": "application/json",
"description": "Pre-transaction risk screening for a domain, company or email domain: DNS resolution, MX presence, SSL validity/expiry, domain age via RDAP, website reachability. Returns risk score 0–100, risk level, per-check results and evidence. Run it before an agent pays, emails or integrates with an unknown party."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"subject": "example.com",
"subject_type": "domain"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"errors": [
{
"code": "PAYMENT_REQUIRED",
"status": 402,
"retryable": true,
"description": "Missing or invalid payment — retry with a valid PAYMENT-SIGNATURE header"
},
{
"code": "VALIDATION_ERROR",
"status": 422,
"retryable": false,
"description": "Request body does not match the input schema"
},
{
"code": "RATE_LIMITED",
"status": 429,
"retryable": true,
"description": "Too many requests from this client"
},
{
"code": "UPSTREAM_TIMEOUT",
"status": 502,
"retryable": true,
"description": "Upstream data source unavailable — safe to retry"
}
],
"output": {
"type": "json",
"example": {
"checks": {
"ssl_valid": {
"pass": true,
"expires": "2027-01-15"
},
"domain_age": {
"pass": true,
"age_days": 11000
},
"dns_resolves": {
"pass": true
}
},
"subject": "example.com",
"evidence": [
{
"type": "rdap_registration",
"value": "1995-08-14"
}
],
"disclaimer": "Automated technical signals only; not a legal or compliance verdict.",
"risk_level": "low",
"risk_score": 20
}
},
"pricing": {
"model": "per-call",
"amount": 0.05,
"currency": "USDC",
"quoteHint": "Send your wallet address in an X-BUYER-WALLET header on the unpaid request to receive your personalized (volume-discounted) quote.",
"volumeDiscounts": [
{
"percent": 10,
"minCalls30d": 100
},
{
"percent": 20,
"minCalls30d": 1000
}
]
},
"networks": [
"eip155:8453",
"eip155:137",
"eip155:42161",
"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"eip155:480"
],
"description": "Technical risk screening of a company, domain or wallet: identity, DNS, SSL, domain age, reachability.",
"reliability": {
"measuredAt": "2026-09-11T03:42:07+00:00",
"sampleSize": 3,
"windowDays": 30,
"p50LatencyMs": 528,
"p95LatencyMs": 569,
"successRatePercent": 100
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"subject"
],
"properties": {
"subject": {
"type": "string"
},
"subject_type": {
"type": "string"
}
},
"description": "Counterparty Risk input. Pre-transaction risk screening for a domain, company or email domain: DNS resolution, MX presence, SSL validity/expiry, domain age via RDAP, website reachability. Returns risk score 0–100, risk level, per-check results and evidence. Run it before an agent pays, emails or integrates with an unknown party."
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"headers": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"queryParams": {
"type": "object",
"additionalProperties": {
"type": "string"
}
}
},
"additionalProperties": false
},
"errors": {
"type": "array",
"items": {
"type": "object",
"required": [
"status",
"code"
],
"properties": {
"code": {
"type": "string"
},
"status": {
"type": "integer"
},
"retryable": {
"type": "boolean"
},
"description": {
"type": "string"
}
}
}
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
},
"pricing": {
"type": "object",
"properties": {
"model": {
"type": "string"
},
"amount": {
"type": [
"number",
"null"
]
},
"currency": {
"type": "string"
},
"maxAmount": {
"type": "number"
},
"quoteHint": {
"type": "string"
},
"firstCallFree": {
"type": "boolean"
},
"volumeDiscounts": {
"type": "array",
"items": {
"type": "object",
"required": [
"minCalls30d",
"percent"
],
"properties": {
"percent": {
"type": "number"
},
"minCalls30d": {
"type": "integer"
}
}
}
}
}
},
"networks": {
"type": "array",
"items": {
"type": "string"
}
},
"description": {
"type": "string"
},
"reliability": {
"type": "object",
"required": [
"successRatePercent",
"sampleSize",
"windowDays"
],
"properties": {
"measuredAt": {
"type": "string"
},
"sampleSize": {
"type": "integer"
},
"windowDays": {
"type": "integer"
},
"p50LatencyMs": {
"type": [
"integer",
"null"
]
},
"p95LatencyMs": {
"type": [
"integer",
"null"
]
},
"successRatePercent": {
"type": "number"
}
}
}
}
}
}
},
"x402Version": 2
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.05 USDC on Base to 0x4395…Dd965. The signed payment is good for 5 minutes.
- Paid to
- 0x4395…Dd965
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 50000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x4395C7e383b7e05665aad7f36ed77c01923Dd965",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"subject": "example.com",
"subject_type": "domain"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"errors": [
{
"code": "PAYMENT_REQUIRED",
"status": 402,
"retryable": true,
"description": "Missing or invalid payment — retry with a valid PAYMENT-SIGNATURE header"
},
{
"code": "VALIDATION_ERROR",
"status": 422,
"retryable": false,
"description": "Request body does not match the input schema"
},
{
"code": "RATE_LIMITED",
"status": 429,
"retryable": true,
"description": "Too many requests from this client"
},
{
"code": "UPSTREAM_TIMEOUT",
"status": 502,
"retryable": true,
"description": "Upstream data source unavailable — safe to retry"
}
],
"output": {
"type": "json",
"example": {
"checks": {
"ssl_valid": {
"pass": true,
"expires": "2027-01-15"
},
"domain_age": {
"pass": true,
"age_days": 11000
},
"dns_resolves": {
"pass": true
}
},
"subject": "example.com",
"evidence": [
{
"type": "rdap_registration",
"value": "1995-08-14"
}
],
"disclaimer": "Automated technical signals only; not a legal or compliance verdict.",
"risk_level": "low",
"risk_score": 20
}
},
"pricing": {
"model": "per-call",
"amount": 0.05,
"currency": "USDC"
},
"networks": [
"eip155:8453"
],
"description": "Technical risk screening of a company, domain or wallet: identity, DNS, SSL, domain age, reachability."
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"subject"
],
"properties": {
"subject": {
"type": "string"
},
"subject_type": {
"type": "string"
}
},
"description": "Counterparty Risk input. Pre-transaction risk screening for a domain, company or email domain: DNS resolution, MX presence, SSL validity/expiry, domain age via RDAP, website reachability. Returns risk score 0–100, risk level, per-check results and evidence. Run it before an agent pays, emails or integrates with an unknown party."
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"headers": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"queryParams": {
"type": "object",
"additionalProperties": {
"type": "string"
}
}
},
"additionalProperties": false
},
"errors": {
"type": "array",
"items": {
"type": "object",
"required": [
"status",
"code"
],
"properties": {
"code": {
"type": "string"
},
"status": {
"type": "integer"
},
"retryable": {
"type": "boolean"
},
"description": {
"type": "string"
}
}
}
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
},
"pricing": {
"type": "object",
"properties": {
"model": {
"type": "string"
},
"amount": {
"type": [
"number",
"null"
]
},
"currency": {
"type": "string"
}
}
},
"networks": {
"type": "array",
"items": {
"type": "string"
}
},
"description": {
"type": "string"
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-02 14:14Z
- Last indexed by Roundhouse
- 2026-09-24 15:10Z
- Last enriched (probe, favicon, geo)
- 2026-09-11 03:45Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 22 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service agentbit.app and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=agentbit.app' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://agentbit.app/v1/risk/counterparty, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.