mirrored listing x402 eip155:8453

Search explainably qualified EU solar and battery tenders from an explicitly dated TED sna

Search explainably qualified EU solar and battery tenders from an explicitly dated TED snapshot

Do you run tenderdelta-preview.mooncakemonkey1.workers.dev? 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
10000 (raw units)
price
5
calls / 30d
4
unique payers
2026-09-14
updated

Provider

tenderdelta-preview.mooncakemonkey1.workers.dev · discovered, not yet claimed by its owner

Payment (x402 accepts[])

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

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "country": "DEU",
          "label": "high",
          "limit": 3
        },
        "type": "http"
      },
      "output": {
        "example": {
          "data": [
            {
              "delta": {
                "event": "documents_changed"
              },
              "facts": {
                "buyer": "Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) GmbH",
                "countries": [
                  "DEU"
                ],
                "cpv": [
                  "31400000"
                ],
                "deadlines": [
                  "2026-09-18+02:00"
                ],
                "publication_id": "595117-2026",
                "ted_url": "https://ted.europa.eu/en/notice/-/detail/595117-2026",
                "title": "18 Batteriesysteme 60 kWh"
              },
              "kind": "changed_notice",
              "relevance": {
                "label": "high",
                "score": 90
              }
            }
          ],
          "pagination": {
            "count": 1,
            "offset": 0,
            "total": 8
          },
          "snapshot_as_of": "2026-09-14"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "country": {
                  "description": "TED country code",
                  "enum": [
                    "DEU",
                    "ESP",
                    "ITA"
                  ],
                  "type": "string"
                },
                "cpv_prefix": {
                  "description": "Solar or battery CPV prefix",
                  "type": "string"
                },
                "label": {
                  "enum": [
                    "high",
                    "medium",
                    "low"
                  ],
                  "type": "string"
                },
                "limit": {
                  "maximum": 50,
                  "minimum": 1,
                  "type": "integer"
                },
                "min_score": {
                  "maximum": 100,
                  "minimum": 0,
                  "type": "integer"
                },
                "status": {
                  "enum": [
                    "open",
                    "unknown"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://tenderdelta-preview.mooncakemonkey1.workers.dev/x402/v1/search"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://tenderdelta-preview.mooncakemonkey1.workers.dev/x402/v1/search");
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://tenderdelta-preview.mooncakemonkey1.workers.dev/x402/v1/search")
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/7974.json, and this resource appears in /discovery/resources and /discovery/search.