mello資本:總經分析、加密市場資訊(Demo;保留 legacy credit report)
mello資本:總經分析、加密市場資訊(Demo;保留 legacy credit report)
50000 (raw units)
price
15
calls / 30d
1
unique payers
2026-09-05
updated
Provider
seller-b-production.up.railway.app · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:84532",
"payTo": "0x9e82d7Af834AaCC4777cAf6b00b4104cb661c5a8",
"asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
"amount": "50000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"serviceCategory": "macro_analysis",
"serviceId": "macro-analysis",
"serviceQuery": "總經分析"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"disclaimer": "模擬研究內容,非即時市場資料,亦非投資建議。",
"generatedAt": "2026-09-05T00:00:00.000Z",
"isDemo": true,
"paymentMode": "x402",
"provider": "seller-b",
"reportId": "rpt_00000000000000000000",
"reportVersion": "market-v1",
"sections": [
{
"points": [
"模擬研究資訊;未引用即時行情。"
],
"title": "研究重點(Demo)"
}
],
"serviceCategory": "macro_analysis",
"serviceId": "macro-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": "macro_analysis",
"type": "string"
},
"serviceId": {
"const": "macro-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": "crypto_market",
"type": "string"
},
"serviceId": {
"const": "crypto-market",
"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"
}
},
"tw-einvoice": {
"jurisdiction": "TW",
"mode": "B2B_DEMO",
"priceIncludesTax": true,
"provider": "mock",
"requiredContext": [
"purchaseContextToken"
],
"sellerProfileId": "seller-b",
"supports": {
"aggregation": false,
"allowance": false,
"void": false
},
"version": "0.1"
}
}Use it
curl
curl "https://seller-b-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-b-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-b-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 headerMachine-readable
Everything on this page is also available as clean JSON at /resources/13827.json, and this resource appears in /discovery/resources and /discovery/search.