freshproof-api-mainnet.up.railway.app
Railway is a full-stack cloud for deploying web apps, servers, databases, and more with automatic scaling, monitoring, and security.
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.005 USDC on Base to 0x79f2…8Ade2. The signed payment is good for 5 minutes.
- Paid to
- 0x79f2…8Ade2
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 5000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x79f29Dade1df4889357817a797516615a918Ade2",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"query": "What evidence describes the example?",
"claims": [],
"options": {
"includeLinks": true,
"strictSafety": true,
"createSnapshot": false,
"includeSafeMarkdown": false,
"maxEvidencePerSource": 6
},
"sources": [
{
"url": "https://example.com/",
"label": "Example source"
}
]
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"sources": [
{
"label": "Example source",
"links": [],
"title": "Example Domain",
"author": null,
"safety": {
"level": "low",
"score": 0,
"findings": [],
"scannerVersion": "agent-safety/1.0.0"
},
"evidence": [],
"finalUrl": "https://example.com/",
"inputUrl": "https://example.com/",
"snapshot": null,
"sourceId": "src_1",
"lineCount": 2,
"wordCount": 3,
"httpStatus": 200,
"modifiedAt": null,
"contentHash": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
"contentType": "text/html",
"publishedAt": null,
"retrievedAt": "2026-08-05T00:00:00.000Z",
"sourceIndex": 0,
"canonicalUrl": "https://example.com/",
"safeMarkdown": null,
"publishedAtConfidence": "unknown"
}
],
"summary": {
"partial": false,
"evidenceCount": 1,
"failedSources": 0,
"processedSources": 1,
"requestedSources": 1,
"highestSafetyRisk": "low"
},
"version": "evidence-pack/1.0.0",
"packHash": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"warnings": [],
"requestId": "example-request-id",
"generatedAt": "2026-08-05T00:00:00.000Z",
"sourceErrors": [],
"claimEvidence": []
}
}
},
"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",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"sources",
"claims",
"options"
],
"properties": {
"query": {
"type": "string",
"maxLength": 2000,
"minLength": 1
},
"claims": {
"type": "array",
"items": {
"type": "string",
"maxLength": 2000,
"minLength": 1
},
"default": [],
"maxItems": 20
},
"options": {
"type": "object",
"default": {
"includeLinks": true,
"strictSafety": true,
"createSnapshot": false,
"includeSafeMarkdown": false,
"maxEvidencePerSource": 6
},
"required": [
"maxEvidencePerSource",
"includeSafeMarkdown",
"includeLinks",
"strictSafety",
"createSnapshot"
],
"properties": {
"includeLinks": {
"type": "boolean",
"default": true
},
"strictSafety": {
"type": "boolean",
"default": true
},
"createSnapshot": {
"type": "boolean",
"default": false
},
"includeSafeMarkdown": {
"type": "boolean",
"default": false
},
"maxEvidencePerSource": {
"type": "integer",
"default": 6,
"maximum": 10,
"minimum": 1
}
},
"additionalProperties": false
},
"sources": {
"type": "array",
"items": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"pattern": "^https?://",
"maxLength": 4096
},
"label": {
"type": "string",
"maxLength": 200,
"minLength": 1
}
},
"additionalProperties": false
},
"maxItems": 5,
"minItems": 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",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"requestId",
"version",
"generatedAt",
"packHash",
"summary",
"sources",
"sourceErrors",
"claimEvidence",
"warnings"
],
"properties": {
"sources": {
"type": "array",
"items": {
"type": "object",
"required": [
"sourceId",
"sourceIndex",
"label",
"inputUrl",
"finalUrl",
"canonicalUrl",
"title",
"author",
"retrievedAt",
"publishedAt",
"modifiedAt",
"publishedAtConfidence",
"httpStatus",
"contentType",
"contentHash",
"wordCount",
"lineCount",
"safety",
"evidence",
"safeMarkdown",
"links",
"snapshot"
],
"properties": {
"label": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"links": {
"type": "array",
"items": {
"type": "object",
"required": [
"text",
"url"
],
"properties": {
"url": {
"type": "string",
"pattern": "^https?://"
},
"text": {
"type": "string"
}
},
"additionalProperties": false
},
"maxItems": 200
},
"title": {
"type": "string"
},
"author": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"safety": {
"type": "object",
"required": [
"score",
"level",
"scannerVersion",
"findings"
],
"properties": {
"level": {
"enum": [
"low",
"medium",
"high",
"critical"
],
"type": "string"
},
"score": {
"type": "integer",
"maximum": 100,
"minimum": 0
},
"findings": {
"type": "array",
"items": {
"type": "object",
"required": [
"category",
"severity",
"lineStart",
"lineEnd",
"excerpt"
],
"properties": {
"excerpt": {
"type": "string",
"maxLength": 240
},
"lineEnd": {
"anyOf": [
{
"type": "integer",
"maximum": 9007199254740991,
"exclusiveMinimum": 0
},
{
"type": "null"
}
]
},
"category": {
"enum": [
"prompt_injection",
"role_impersonation",
"instruction_override",
"tool_coercion",
"external_action_request",
"secret_request",
"data_exfiltration",
"memory_poisoning",
"hidden_instruction",
"obfuscated_instruction",
"suspicious_link",
"credential_request"
],
"type": "string"
},
"severity": {
"enum": [
"low",
"medium",
"high",
"critical"
],
"type": "string"
},
"lineStart": {
"anyOf": [
{
"type": "integer",
"maximum": 9007199254740991,
"exclusiveMinimum": 0
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
},
"maxItems": 100
},
"scannerVersion": {
"type": "string"
}
},
"additionalProperties": false
},
"evidence": {
"type": "array",
"items": {
"type": "object",
"required": [
"evidenceId",
"citation",
"lineStart",
"lineEnd",
"text",
"relevanceScore",
"matchedQuery",
"matchedClaimIndexes",
"passageHash"
],
"properties": {
"text": {
"type": "string",
"maxLength": 4000,
"minLength": 1
},
"lineEnd": {
"type": "integer",
"maximum": 9007199254740991,
"exclusiveMinimum": 0
},
"citation": {
"type": "string",
"pattern": "^src_[1-5]#L[1-9][0-9]*-L[1-9][0-9]*$"
},
"lineStart": {
"type": "integer",
"maximum": 9007199254740991,
"exclusiveMinimum": 0
},
"evidenceId": {
"type": "string",
"pattern": "^ev_[1-9][0-9]*$"
},
"passageHash": {
"type": "string",
"pattern": "^sha256:[a-f0-9]{64}$"
},
"matchedQuery": {
"type": "boolean"
},
"relevanceScore": {
"type": "number",
"maximum": 1,
"minimum": 0
},
"matchedClaimIndexes": {
"type": "array",
"items": {
"type": "integer",
"maximum": 19,
"minimum": 0
}
}
},
"additionalProperties": false
},
"maxItems": 10
},
"finalUrl": {
"type": "string",
"pattern": "^https?://"
},
"inputUrl": {
"type": "string",
"pattern": "^https?://"
},
"snapshot": {
"anyOf": [
{
"type": "object",
"required": [
"id",
"contentHash"
],
"properties": {
"id": {
"type": "string",
"minLength": 1
},
"contentHash": {
"type": "string"
}
},
"additionalProperties": false
},
{
"type": "null"
}
]
},
"sourceId": {
"type": "string",
"pattern": "^src_[1-5]$"
},
"lineCount": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": 0
},
"wordCount": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": 0
},
"httpStatus": {
"type": "integer",
"maximum": 599,
"minimum": 100
},
"modifiedAt": {
"anyOf": [
{
"type": "string",
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"
},
{
"type": "null"
}
]
},
"contentHash": {
"type": "string",
"pattern": "^sha256:[a-f0-9]{64}$"
},
"contentType": {
"type": "string"
},
"publishedAt": {
"anyOf": [
{
"type": "string",
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"
},
{
"type": "null"
}
]
},
"retrievedAt": {
"type": "string",
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"
},
"sourceIndex": {
"type": "integer",
"maximum": 4,
"minimum": 0
},
"canonicalUrl": {
"type": "string",
"pattern": "^https?://"
},
"safeMarkdown": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"publishedAtConfidence": {
"enum": [
"high",
"medium",
"low",
"unknown"
],
"type": "string"
}
},
"additionalProperties": false
},
"maxItems": 5,
"minItems": 1
},
"summary": {
"type": "object",
"required": [
"requestedSources",
"processedSources",
"failedSources",
"evidenceCount",
"highestSafetyRisk",
"partial"
],
"properties": {
"partial": {
"type": "boolean"
},
"evidenceCount": {
"type": "integer",
"maximum": 50,
"minimum": 0
},
"failedSources": {
"type": "integer",
"maximum": 5,
"minimum": 0
},
"processedSources": {
"type": "integer",
"maximum": 5,
"minimum": 1
},
"requestedSources": {
"type": "integer",
"maximum": 5,
"minimum": 1
},
"highestSafetyRisk": {
"enum": [
"low",
"medium",
"high",
"critical"
],
"type": "string"
}
},
"additionalProperties": false
},
"version": {
"type": "string",
"const": "evidence-pack/1.0.0"
},
"packHash": {
"type": "string",
"pattern": "^sha256:[a-f0-9]{64}$"
},
"warnings": {
"type": "array",
"items": {
"type": "string"
}
},
"requestId": {
"type": "string",
"minLength": 1
},
"generatedAt": {
"type": "string",
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"
},
"sourceErrors": {
"type": "array",
"items": {
"type": "object",
"required": [
"sourceIndex",
"source",
"code",
"message",
"retryable"
],
"properties": {
"code": {
"enum": [
"SOURCE_FETCH_FAILED",
"SOURCE_URL_REJECTED",
"SOURCE_CONTENT_UNSUPPORTED",
"SOURCE_SAFETY_FAILED"
],
"type": "string"
},
"source": {
"type": "object",
"required": [
"url",
"label"
],
"properties": {
"url": {
"type": "string",
"pattern": "^https?://"
},
"label": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
},
"message": {
"type": "string"
},
"retryable": {
"type": "boolean"
},
"sourceIndex": {
"type": "integer",
"maximum": 4,
"minimum": 0
}
},
"additionalProperties": false
},
"maxItems": 5
},
"claimEvidence": {
"type": "array",
"items": {
"type": "object",
"required": [
"claimIndex",
"claim",
"status",
"evidenceIds",
"method",
"warning"
],
"properties": {
"claim": {
"type": "string"
},
"method": {
"type": "string",
"const": "deterministic-evidence-retrieval"
},
"status": {
"enum": [
"matching_evidence",
"potentially_conflicting_evidence",
"mixed_evidence",
"insufficient_evidence"
],
"type": "string"
},
"warning": {
"type": "string",
"const": "This status identifies related evidence and is not an independent truth determination."
},
"claimIndex": {
"type": "integer",
"maximum": 19,
"minimum": 0
},
"evidenceIds": {
"type": "array",
"items": {
"type": "string"
}
}
},
"additionalProperties": false
}
}
},
"additionalProperties": false
}
}
}
}
}
},
"payment-identifier": {
"info": {
"required": true
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"required"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[a-zA-Z0-9_-]+$",
"maxLength": 128,
"minLength": 16
},
"required": {
"type": "boolean"
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-08-05 08:23Z
- Last indexed by Roundhouse
- 2026-08-30 01:00Z
- Last enriched (probe, favicon, geo)
- 2026-09-20 09:15Z
- 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. 5 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 freshproof-api-mainnet.up.railway.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=freshproof-api-mainnet.up.railway.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://freshproof-api-mainnet.up.railway.app/v1/evidence-pack, 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.