HubVibe
Re-fetch a page monitor.snapshot was called on, and get back whether it changed and a summary of what changed.
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.
{
"docs": "https://hubvibe-io.com/.well-known/agent.json",
"error": "payment_required",
"price": "$0.50",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x837C40E2B4e976f43Ffb4451eE281A00fA9477dd",
"scheme": "exact",
"network": "base",
"mimeType": "application/json",
"resource": "https://hubvibe-io.com/work/monitor/check",
"description": "Re-fetch a page monitor.snapshot was called on, and get back whether it changed and a summary of what changed.",
"maxAmountRequired": "500000",
"maxTimeoutSeconds": 300
}
],
"price_usd": 0.5,
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"url": "https://example.com"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"status": "ok"
}
}
},
"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": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "http(s) URL to fetch."
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"alternative": {
"detail": "A prepaid key: bought with the MPP top-up rail in `other_rails` where that rail is live, and spent per call at the same rates. There are no subscriptions; pay per call with a rail in `accepts`.",
"header": "X-API-Key"
},
"other_rails": [],
"x402Version": 1
}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.5 USDC on Base to 0x837C…477dd. The signed payment is good for 5 minutes.
- Paid to
- 0x837C…477dd
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 500000 smallest units
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- J1K4md…2icSh
- Token contract
- EPjFWd…TDt1v
- Payment window
- 5 minutes
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x837C40E2B4e976f43Ffb4451eE281A00fA9477dd",
"amount": "500000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"
},
"payTo": "J1K4mdbvXEbJLRKpgxFcA7s66LWMCYHu71ye6Hz2icSh",
"amount": "500000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"url": "https://example.com"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"result": {
"url": "https://example.com",
"model": "gemini-2.5-flash",
"title": "Example Domain",
"changed": true,
"change_summary": "The pricing section now lists a $0.15 bundle; the headline is unchanged.",
"baseline_age_seconds": 86400
},
"status": "ok",
"worker": "monitor.check",
"price_usd": 0.5,
"provenance": {
"steps": [
{
"ms": 312,
"ok": true,
"step": "quote",
"reason": "provider_timeout",
"provider": "coinbase-advanced-trade-public"
}
],
"attempts": 1,
"elapsed_ms": 340,
"providers_used": [
"coinbase-advanced-trade-public"
]
},
"receipt_id": "rcpt_9f1c2b3a4d5e6f70",
"receipt_url": "/work/receipts/rcpt_9f1c2b3a4d5e6f70"
}
}
},
"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": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "http(s) URL to fetch."
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"title": "monitor.check response",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"status",
"worker",
"price_usd",
"result",
"provenance",
"receipt_id",
"receipt_url"
],
"properties": {
"result": {
"type": "object",
"required": [
"url",
"changed",
"baseline_age_seconds",
"change_summary"
],
"properties": {
"url": {
"type": "string",
"examples": [
"https://example.com"
],
"description": "The URL checked."
},
"model": {
"type": "string",
"examples": [
"gemini-2.5-flash"
],
"description": "Model that summarised the diff; present only when something changed."
},
"title": {
"type": [
"string",
"null"
],
"examples": [
"Example Domain"
],
"description": "Page title now."
},
"changed": {
"type": "boolean",
"examples": [
true
],
"description": "Whether the readable text differs from the baseline."
},
"change_summary": {
"type": "string",
"examples": [
"The pricing section now lists a $0.15 bundle; the headline is unchanged."
],
"description": "What changed, in words; or that nothing did."
},
"baseline_age_seconds": {
"type": "number",
"examples": [
86400
],
"description": "Seconds since the baseline was taken."
}
}
},
"status": {
"type": "string",
"const": "ok",
"description": "Present only on a delivered result."
},
"worker": {
"type": "string",
"examples": [
"market.quote"
],
"description": "Catalog name of the worker that ran."
},
"price_usd": {
"type": "number",
"examples": [
0.02
],
"description": "What this call cost, in USD."
},
"provenance": {
"type": "object",
"required": [
"steps",
"providers_used",
"attempts",
"elapsed_ms"
],
"properties": {
"steps": {
"type": "array",
"items": {
"type": "object",
"required": [
"step",
"ok",
"ms"
],
"properties": {
"ms": {
"type": "integer",
"examples": [
312
],
"description": "Milliseconds the step took."
},
"ok": {
"type": "boolean",
"examples": [
true
],
"description": "Whether the step succeeded."
},
"step": {
"type": "string",
"examples": [
"quote"
],
"description": "Step name inside the worker."
},
"reason": {
"type": "string",
"examples": [
"provider_timeout"
],
"description": "Failure reason, on a failed step."
},
"provider": {
"type": "string",
"examples": [
"coinbase-advanced-trade-public"
],
"description": "Provider that served the step."
}
},
"description": "One step of the job."
},
"description": "Every step the job ran, in order."
},
"attempts": {
"type": "integer",
"examples": [
1
],
"description": "Provider attempts made, including retries and failovers."
},
"elapsed_ms": {
"type": "integer",
"examples": [
340
],
"description": "Wall-clock milliseconds for the whole job."
},
"providers_used": {
"type": "array",
"items": {
"type": "string",
"examples": [
"coinbase-advanced-trade-public"
],
"description": "Provider name."
},
"examples": [
[
"coinbase-advanced-trade-public"
]
],
"description": "Providers that served the job."
}
},
"description": "How the result was produced: which providers ran and how long each took."
},
"receipt_id": {
"type": "string",
"examples": [
"rcpt_9f1c2b3a4d5e6f70"
],
"description": "Receipt id for this job."
},
"receipt_url": {
"type": "string",
"examples": [
"/work/receipts/rcpt_9f1c2b3a4d5e6f70"
],
"description": "Where to fetch the machine-readable receipt (free, no payment)."
},
"billing_warning": {
"type": "string",
"examples": [
"settlement pending"
],
"description": "Present only when the charge was recorded with a caveat."
}
},
"description": "The 200 body of every paid /work call. `result` is the worker's own output (its schema is per route); everything else is the same on all 38 routes. A receipt for the job is at `receipt_url`."
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-23 15:05Z
- Last indexed by Roundhouse
- 2026-09-24 15:30Z
- Last enriched (probe, favicon, geo)
- 2026-09-21 01:15Z
- 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. 4 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 HubVibe 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=HubVibe' 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://hubvibe-io.com/work/monitor/check, 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.