mirrored listing x402 eip155:8453

Complete latest daily Keelbase Signal records and full synthesis

Complete latest daily Keelbase Signal records and full synthesis.

Do you run signal.keelbase.io? 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
30000 (raw units)
price
7
calls / 30d
5
unique payers
2026-09-17
updated

Provider

signal.keelbase.io · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x7B177B724d6B02f69D9f25d9b91c63338c554DBF",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "30000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {},
        "type": "http"
      },
      "output": {
        "example": {
          "completeness": {
            "bounded": true,
            "complete": true,
            "maximum_record_count": 25,
            "returned_record_count": 3
          },
          "data_status": "publication",
          "publication": {
            "body_markdown": "# Disclosure Without Consensus",
            "report_date": "2026-07-14",
            "title": "Disclosure Without Consensus"
          },
          "records": [
            {
              "factual_reporting": {
                "summary": "Original source-grounded factual summary."
              },
              "keelbase_analysis": {
                "relevance": "Operational relevance to Keelbase."
              },
              "record_id": "KB-SIGNAL-20260714-001",
              "source": {
                "status": "proposal"
              }
            },
            {
              "factual_reporting": {
                "summary": "Original source-grounded factual summary."
              },
              "keelbase_analysis": {
                "relevance": "Operational relevance to Keelbase."
              },
              "record_id": "KB-SIGNAL-20260714-002",
              "source": {
                "status": "unresolved"
              }
            },
            {
              "factual_reporting": {
                "summary": "Original source-grounded factual summary."
              },
              "keelbase_analysis": {
                "relevance": "Operational relevance to Keelbase."
              },
              "record_id": "KB-SIGNAL-20260714-003",
              "source": {
                "status": "confirmed"
              }
            }
          ],
          "warnings": [
            "Current publication status is explicitly identified in the response."
          ]
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "additionalProperties": false,
              "properties": {},
              "required": [],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "additionalProperties": true,
              "properties": {
                "completeness": {
                  "additionalProperties": true,
                  "description": "Bounded-response and record-count metadata.",
                  "type": "object"
                },
                "data_status": {
                  "description": "Whether the returned publication is fixture or production data.",
                  "type": "string"
                },
                "publication": {
                  "additionalProperties": true,
                  "description": "The complete latest daily publication and Markdown synthesis.",
                  "type": "object"
                },
                "records": {
                  "items": {
                    "additionalProperties": true,
                    "description": "A normalized public Keelbase Signal event record with factual reporting, Keelbase analysis, assessment, source attribution, and correction lineage.",
                    "type": "object"
                  },
                  "type": "array"
                },
                "warnings": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                }
              },
              "required": [
                "data_status",
                "publication",
                "completeness",
                "records",
                "warnings"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

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

JavaScript

const res = await fetch("https://signal.keelbase.io/api/v1/daily/latest");
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://signal.keelbase.io/api/v1/daily/latest")
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/5933.json, and this resource appears in /discovery/resources and /discovery/search.