Runx Marketplace
Buy Ausca synchronous document OCR through one immutable Runx marketplace listing and return receipt-bound OCR evidence.
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.
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 0x2657…3b422. The signed payment is good for 5 minutes.
- Paid to
- 0x2657…3b422
- 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": "0x26572ff23c6c52bfb1a69cb0c9114a8be443b422",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"inputs": {},
"runner": "invoke",
"idempotency_key": "marketplace-discovery-example"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"run_id": "run_marketplace_example",
"status": "accepted",
"inspect_url": "https://api.runx.ai/v1/runs/run_marketplace_example"
}
}
},
"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": [
"runner",
"inputs"
],
"properties": {
"inputs": {
"type": "object",
"additionalProperties": true
},
"runner": {
"type": "string",
"const": "invoke"
},
"idempotency_key": {
"type": "string",
"minLength": 1
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"status",
"run_id"
],
"properties": {
"links": {
"type": "object",
"properties": {
"api": {
"type": "string",
"minLength": 1
},
"app": {
"type": "string",
"minLength": 1
},
"requests": {
"type": "string",
"minLength": 1
}
},
"additionalProperties": false
},
"run_id": {
"type": "string",
"minLength": 1
},
"status": {
"const": "accepted"
},
"app_url": {
"type": "string",
"minLength": 1
},
"inspect_url": {
"type": "string",
"minLength": 1
},
"requests_url": {
"type": "string",
"minLength": 1
}
},
"additionalProperties": false
}
}
}
}
}
},
"runx.invocation": {
"info": {
"purpose": "discovery",
"offer_revision": {
"offer_id": "ausca/document-ocr#invoke",
"revision": "0.2.0",
"revision_digest": "sha256:9bcb74bbf099e5644c7e97d49e002f36ec7e06f44179679e4fed62cce74bd452",
"input_schema_digest": "sha256:aa86a0fc7e01438f3f99dc35550f4c3d710795e4302e489de32eae7e403ffd5d",
"output_schema_digest": "sha256:7678d31cee0749330afeb1d5d42e098bf23b304172edfc57bda06f6679157fea"
},
"package_digest": "sha256:8d4f88d19d0b8759f264eef3fdcfa11ec0899ebba5b9a4e924501497221fe373"
},
"schema": {
"$id": "https://schemas.runx.ai/runx/x402/invocation-extension/v1.json",
"anyOf": [
{
"type": "object",
"required": [
"purpose",
"offer_revision",
"package_digest"
],
"properties": {
"purpose": {
"type": "string",
"const": "discovery"
},
"offer_revision": {
"$id": "https://schemas.runx.ai/runx/payment/offer-revision-ref/v1.json",
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"offer_id",
"revision",
"revision_digest",
"input_schema_digest",
"output_schema_digest"
],
"properties": {
"schema": {
"type": "string",
"const": "runx.payment.offer_revision_ref.v1"
},
"offer_id": {
"type": "string",
"minLength": 1
},
"revision": {
"type": "string",
"minLength": 1
},
"revision_digest": {
"type": "string",
"pattern": "^sha256:[0-9a-f]{64}$"
},
"input_schema_digest": {
"type": "string",
"pattern": "^sha256:[0-9a-f]{64}$"
},
"output_schema_digest": {
"type": "string",
"pattern": "^sha256:[0-9a-f]{64}$"
}
},
"x-runx-schema": "runx.payment.offer_revision_ref.v1",
"additionalProperties": false
},
"package_digest": {
"type": "string",
"pattern": "^sha256:[0-9a-f]{64}$"
}
},
"additionalProperties": false
},
{
"type": "object",
"required": [
"purpose",
"invocation_id",
"quote_ref",
"offer_revision",
"package_digest",
"input_digest",
"canonicalizer_version",
"idempotency"
],
"properties": {
"parent": {
"$id": "https://schemas.runx.ai/runx/payment/parent-invocation-binding/v1.json",
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"invocation_id",
"execution_digest"
],
"properties": {
"schema": {
"type": "string",
"const": "runx.payment.parent_invocation_binding.v1"
},
"invocation_id": {
"type": "string",
"minLength": 1
},
"execution_digest": {
"type": "string",
"pattern": "^sha256:[0-9a-f]{64}$"
}
},
"x-runx-schema": "runx.payment.parent_invocation_binding.v1",
"additionalProperties": false
},
"purpose": {
"type": "string",
"const": "invocation"
},
"quote_ref": {
"$id": "https://schemas.runx.ai/runx/reference/v1.json",
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"type",
"uri"
],
"properties": {
"uri": {
"type": "string",
"minLength": 1
},
"type": {
"anyOf": [
{
"type": "string",
"const": "github_issue"
},
{
"type": "string",
"const": "github_pull_request"
},
{
"type": "string",
"const": "github_repo"
},
{
"type": "string",
"const": "slack_thread"
},
{
"type": "string",
"const": "sentry_event"
},
{
"type": "string",
"const": "provider_thread"
},
{
"type": "string",
"const": "provider_event"
},
{
"type": "string",
"const": "provider_comment"
},
{
"type": "string",
"const": "tracking_item"
},
{
"type": "string",
"const": "change_request"
},
{
"type": "string",
"const": "repository"
},
{
"type": "string",
"const": "support_ticket"
},
{
"type": "string",
"const": "signal"
},
{
"type": "string",
"const": "act"
},
{
"type": "string",
"const": "receipt"
},
{
"type": "string",
"const": "graph_receipt"
},
{
"type": "string",
"const": "artifact"
},
{
"type": "string",
"const": "verification"
},
{
"type": "string",
"const": "harness"
},
{
"type": "string",
"const": "host"
},
{
"type": "string",
"const": "deployment"
},
{
"type": "string",
"const": "surface"
},
{
"type": "string",
"const": "target"
},
{
"type": "string",
"const": "opportunity"
},
{
"type": "string",
"const": "thesis_assessment"
},
{
"type": "string",
"const": "selection"
},
{
"type": "string",
"const": "skill_binding"
},
{
"type": "string",
"const": "target_transition_entry"
},
{
"type": "string",
"const": "selection_cycle"
},
{
"type": "string",
"const": "decision"
},
{
"type": "string",
"const": "reflection_entry"
},
{
"type": "string",
"const": "feed_entry"
},
{
"type": "string",
"const": "principal"
},
{
"type": "string",
"const": "authority_proof"
},
{
"type": "string",
"const": "scope_admission"
},
{
"type": "string",
"const": "grant"
},
{
"type": "string",
"const": "mandate"
},
{
"type": "string",
"const": "credential"
},
{
"type": "string",
"const": "webhook_delivery"
},
{
"type": "string",
"const": "redaction_policy"
},
{
"type": "string",
"const": "external_url"
}
]
},
"label": {
"type": "string",
"minLength": 1
},
"schema": {
"type": "string",
"const": "runx.reference.v1"
},
"locator": {
"type": "string",
"minLength": 1
},
"provider": {
"type": "string",
"minLength": 1
},
"proof_kind": {
"anyOf": [
{
"type": "string",
"const": "effect_evidence"
},
{
"type": "string",
"const": "effect_finality"
},
{
"type": "string",
"const": "credential_resolution"
}
]
},
"observed_at": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?Z$",
"minLength": 1
}
},
"x-runx-schema": "runx.reference.v1",
"additionalProperties": false
},
"idempotency": {
"type": "object",
"required": [
"key",
"binding_digest"
],
"properties": {
"key": {
"type": "string",
"minLength": 1
},
"binding_digest": {
"type": "string",
"pattern": "^sha256:[0-9a-f]{64}$"
}
},
"additionalProperties": false
},
"input_digest": {
"type": "string",
"pattern": "^sha256:[0-9a-f]{64}$"
},
"invocation_id": {
"type": "string",
"minLength": 1
},
"offer_revision": {
"$id": "https://schemas.runx.ai/runx/payment/offer-revision-ref/v1.json",
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"offer_id",
"revision",
"revision_digest",
"input_schema_digest",
"output_schema_digest"
],
"properties": {
"schema": {
"type": "string",
"const": "runx.payment.offer_revision_ref.v1"
},
"offer_id": {
"type": "string",
"minLength": 1
},
"revision": {
"type": "string",
"minLength": 1
},
"revision_digest": {
"type": "string",
"pattern": "^sha256:[0-9a-f]{64}$"
},
"input_schema_digest": {
"type": "string",
"pattern": "^sha256:[0-9a-f]{64}$"
},
"output_schema_digest": {
"type": "string",
"pattern": "^sha256:[0-9a-f]{64}$"
}
},
"x-runx-schema": "runx.payment.offer_revision_ref.v1",
"additionalProperties": false
},
"package_digest": {
"type": "string",
"pattern": "^sha256:[0-9a-f]{64}$"
},
"canonicalizer_version": {
"anyOf": [
{
"type": "string",
"const": "runx.receipt.c14n.v1"
}
]
}
},
"additionalProperties": false
}
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"x-runx-schema": "runx.x402.invocation_extension.v1"
}
}
}Provenance
- Seen in the source catalog
- 2026-08-30 14:53Z
- Last indexed by Roundhouse
- 2026-09-22 01:00Z
- Last enriched (probe, favicon, geo)
- 2026-09-11 11:46Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 404
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. 28 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 Runx Marketplace 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=Runx%20Marketplace' 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://api.runx.ai/v1/skills/ausca/document-ocr/run, 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.