mirrored listing x402 eip155:8453

DataForAgents — Alpha Pulse (15m)

DataForAgents — Alpha Pulse (15m). Dynamic price: ~80% off when you trigger harvest for an empty calendar block; full price on cache hits.

Do you run dataforagents.net? 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
40000 (raw units)
price
3
calls / 30d
2
unique payers
2026-09-16
updated

Provider

dataforagents.net · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x5d4ECba4458C49b6F92Fd5384686f0cAf0C3080B",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "40000",
    "maxTimeoutSeconds": 180
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "category": "tech_ai"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "category": "tech_ai",
          "events": [],
          "events_count": 24,
          "harvested": false,
          "interval": "15m",
          "pricing_tier": "cache",
          "pulse_id": "example-pulse",
          "ready": true,
          "status": "success",
          "window_end": "2026-07-15T22:15:00.000Z",
          "window_start": "2026-07-15T22:00:00.000Z"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "category": {
                  "description": "Optional focus category: finance_macro | geopolitics | tech_ai | sports",
                  "enum": [
                    "finance_macro",
                    "geopolitics",
                    "tech_ai",
                    "sports"
                  ],
                  "type": "string"
                }
              },
              "required": [],
              "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://dataforagents.net/v1/news/pulse/alpha"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://dataforagents.net/v1/news/pulse/alpha");
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://dataforagents.net/v1/news/pulse/alpha")
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/4480.json, and this resource appears in /discovery/resources and /discovery/search.