mirrored listing x402 eip155:84532

會飛分析師:個股分析、期貨分析(Demo;保留 legacy credit report)

會飛分析師:個股分析、期貨分析(Demo;保留 legacy credit report)

Do you run seller-a-production.up.railway.app? 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
1
unique payers
2026-09-05
updated

Provider

seller-a-production.up.railway.app · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:84532",
    "payTo": "0xeD6C588900675849e43DFabd12Fad227F21a5E8E",
    "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
    "amount": "40000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "serviceCategory": "stock_analysis",
          "serviceId": "stock-analysis",
          "serviceQuery": "個股分析"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "disclaimer": "模擬研究內容,非即時市場資料,亦非投資建議。",
          "generatedAt": "2026-09-05T00:00:00.000Z",
          "isDemo": true,
          "paymentMode": "x402",
          "provider": "seller-a",
          "reportId": "rpt_00000000000000000000",
          "reportVersion": "market-v1",
          "sections": [
            {
              "points": [
                "模擬研究資訊;未引用即時行情。"
              ],
              "title": "研究重點(Demo)"
            }
          ],
          "serviceCategory": "stock_analysis",
          "serviceId": "stock-analysis",
          "serviceQuery": "個股分析",
          "summary": "個股基本面、估值與風險觀察的 Demo 分析;可補充股票代號,不需指定企業。",
          "title": "個股分析"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "oneOf": [
                {
                  "additionalProperties": false,
                  "properties": {
                    "purchaseContextToken": {
                      "maxLength": 4096,
                      "minLength": 16,
                      "type": "string"
                    },
                    "serviceCategory": {
                      "const": "stock_analysis",
                      "type": "string"
                    },
                    "serviceId": {
                      "const": "stock-analysis",
                      "type": "string"
                    },
                    "serviceQuery": {
                      "maxLength": 200,
                      "minLength": 1,
                      "type": "string"
                    }
                  },
                  "required": [
                    "serviceId",
                    "serviceCategory",
                    "serviceQuery"
                  ],
                  "type": "object"
                },
                {
                  "additionalProperties": false,
                  "properties": {
                    "purchaseContextToken": {
                      "maxLength": 4096,
                      "minLength": 16,
                      "type": "string"
                    },
                    "serviceCategory": {
                      "const": "futures_analysis",
                      "type": "string"
                    },
                    "serviceId": {
                      "const": "futures-analysis",
                      "type": "string"
                    },
                    "serviceQuery": {
                      "maxLength": 200,
                      "minLength": 1,
                      "type": "string"
                    }
                  },
                  "required": [
                    "serviceId",
                    "serviceCategory",
                    "serviceQuery"
                  ],
                  "type": "object"
                },
                {
                  "additionalProperties": false,
                  "properties": {
                    "purchaseContextToken": {
                      "description": "Optional Mello correlation token. Not required for public purchases.",
                      "maxLength": 4096,
                      "minLength": 16,
                      "type": "string"
                    },
                    "targetCompanyName": {
                      "maxLength": 200,
                      "minLength": 1,
                      "type": "string"
                    }
                  },
                  "required": [
                    "targetCompanyName"
                  ],
                  "type": "object"
                }
              ]
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  },
  "payment-identifier": {
    "info": {
      "required": true
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "id": {
          "maxLength": 128,
          "minLength": 16,
          "pattern": "^[a-zA-Z0-9_-]+$",
          "type": "string"
        },
        "required": {
          "type": "boolean"
        }
      },
      "required": [
        "required"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://seller-a-production.up.railway.app/v1/credit-report"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://seller-a-production.up.railway.app/v1/credit-report");
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://seller-a-production.up.railway.app/v1/credit-report")
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/14201.json, and this resource appears in /discovery/resources and /discovery/search.