mirrored listing x402 eip155:8453

Validated multi-source web evidence packs for autonomous agents

Validated multi-source web evidence packs for autonomous agents.

Do you run api.veyrly.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
15000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-01
updated

Provider

api.veyrly.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x1C655df3b37C0f0545aB1910EaB038a73ecf9ffD",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "15000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "max_sources": 5,
          "query": "What is the purpose of the robots.txt standard?"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "answer": "A normalized answer supported by validated web evidence.",
          "evidence": {
            "validated": true
          },
          "freshness": {
            "required": false,
            "satisfied": true
          },
          "fulfilled_at": "2026-09-01T21:11:48.428Z",
          "query": "What is the purpose of the robots.txt standard?",
          "request_id": "78390ac9-ff82-459e-a7f0-2ee63ce2553c",
          "sources": [
            {
              "snippet": "Validated evidence.",
              "title": "Source",
              "url": "https://example.com"
            }
          ],
          "status": "fulfilled"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": false,
              "properties": {
                "freshness_seconds": {
                  "maximum": 31536000,
                  "minimum": 60,
                  "type": "integer"
                },
                "max_sources": {
                  "default": 5,
                  "maximum": 10,
                  "minimum": 3,
                  "type": "integer"
                },
                "query": {
                  "maxLength": 400,
                  "minLength": 1,
                  "type": "string"
                }
              },
              "required": [
                "query"
              ],
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "answer": {
                  "type": "string"
                },
                "evidence": {
                  "type": "object"
                },
                "freshness": {
                  "type": "object"
                },
                "fulfilled_at": {
                  "type": "string"
                },
                "query": {
                  "type": "string"
                },
                "request_id": {
                  "type": "string"
                },
                "sources": {
                  "items": {
                    "type": "object"
                  },
                  "type": "array"
                },
                "status": {
                  "const": "fulfilled"
                }
              },
              "required": [
                "status",
                "query",
                "answer",
                "sources",
                "freshness",
                "evidence",
                "fulfilled_at",
                "request_id"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.veyrly.com/v1/evidence"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.veyrly.com/v1/evidence");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.veyrly.com/v1/evidence")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/8346.json, and this resource appears in /discovery/resources and /discovery/search.