ToolAssay

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

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

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1487 msmedian answer time
$0.04listed price per call
$0.04price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://seller-a-production.up.railway.app/v1/credit-report

CategoryEverything else
Provider hostseller-a-production.up.railway.app
Networkseip155:84532
Payment schemesexact
Self-reported calls, 30 days3 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.04 1487 ms

Example input (from the provider)

{
  "body": {
    "serviceCategory": "stock_analysis",
    "serviceId": "stock-analysis",
    "serviceQuery": "\u500b\u80a1\u5206\u6790"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$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"
}

This page as JSON