mirrored listing x402 eip155:8453

Latest Korean brokerage equity research across all covered companies, newest first — compa

Latest Korean brokerage equity research across all covered companies, newest first — company and KRX ticker, target price, rating, brokerage, analyst, and a one-line English summary of each report. Facts and summaries only; the report PDF stays with its publisher and source_url links back to it. Optional ?limit=20 (max 50).

Do you run k-data-x402-production.theblack1022.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
20000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-06
updated

Provider

k-data-x402-production.theblack1022.workers.dev · discovered, not yet claimed by its owner

Payment (x402 accepts[])

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

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "limit": 10
        },
        "type": "http"
      },
      "output": {
        "example": {
          "as_of": "2026-08-02T00:00:00.000Z",
          "count": 20,
          "items": [
            {
              "analyst": "이재혁",
              "broker": "LS증권",
              "company": "HMM",
              "published_date": "2026-07-31",
              "rating": "Buy",
              "rating_raw": "Buy",
              "report_idx": 651350,
              "source_url": "https://consensus.hankyung.com/analysis/downpdf?report_idx=651350",
              "summary_en": "LS Securities rates HMM (011200) Buy with a KRW 30,000 target in a 2Q26 preview by analyst Lee Jae-hyuk.",
              "target_price": 30000,
              "ticker": "011200",
              "title": "2Q26 Preview: 건물 사이에 피어난 장미",
              "title_en": "2Q26 Preview: a rose blooming between the buildings"
            }
          ]
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "limit": {
                  "description": "Max reports (default 20, max 50)",
                  "type": "integer"
                }
              },
              "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://k-data-x402-production.theblack1022.workers.dev/api/research/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://k-data-x402-production.theblack1022.workers.dev/api/research/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://k-data-x402-production.theblack1022.workers.dev/api/research/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/5385.json, and this resource appears in /discovery/resources and /discovery/search.