mirrored listing x402 eip155:8453

Verifiable call log: every signal this desk has published, timestamped and countable (?ass

Verifiable call log: every signal this desk has published, timestamped and countable (?asset=BTC optional). Audit us for a penny before you spend a dime — no accuracy claims, compute your own. Descriptive research, not financial advice.

Do you run vedetta.dethboy.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
10000 (raw units)
price
6
calls / 30d
4
unique payers
2026-09-09
updated

Provider

vedetta.dethboy.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

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

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "asset": "BTC"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "asset": "BTC",
          "divergence_flags": 9,
          "fully_parsed": 214,
          "group_posts_ingested": 340,
          "note": "Accuracy scoring activates once signals accumulate 24h/7d price outcomes.",
          "paid_calls_served": 12,
          "signals_logged": 220,
          "tracking_since_epoch": 1752940000
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "asset": {
                  "description": "Ticker symbol, e.g. BTC, ETH, SOL, AI",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "asset": {
                  "type": "string"
                },
                "divergence_flags": {
                  "type": "integer"
                },
                "fully_parsed": {
                  "type": "integer"
                },
                "group_posts_ingested": {
                  "type": "integer"
                },
                "note": {
                  "type": "string"
                },
                "paid_calls_served": {
                  "type": "integer"
                },
                "signals_logged": {
                  "type": "integer"
                },
                "tracking_since_epoch": {
                  "type": "number"
                }
              },
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

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

JavaScript

const res = await fetch("https://vedetta.dethboy.com/v1/track-record");
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://vedetta.dethboy.com/v1/track-record")
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/1386.json, and this resource appears in /discovery/resources and /discovery/search.