ToolAssay

Price $0.03 USDC per request

Price $0.03 USDC per request. Synthetic degraded ticker demo for { ticker, date?, analysts? }. Returns a synthetic degraded demo payload; no live market data or TradingAgents execution. Not financial advice.

Asked 1.7x its listed price for its own exampleour last check, 2026-09-24
1 of 1checks answered this week
388 msmedian answer time
$0.03listed price per call
$0.05price 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://tradingagents-x402.fly.dev/api/analyze-ticker

CategoryCode and developer
Provider hosttradingagents-x402.fly.dev
Networkseip155:8453
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.05 388 ms

Example input (from the provider)

{
  "body": {
    "analysts": [
      "market",
      "news",
      "fundamentals"
    ],
    "ticker": "NVDA"
  },
  "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": {
          "additionalProperties": false,
          "properties": {
            "analysts": {
              "default": [
                "market",
                "social",
                "news",
                "fundamentals"
              ],
              "description": "Optional exact subset of synthetic report roles to return",
              "items": {
                "enum": [
                  "market",
                  "social",
                  "news",
                  "fundamentals"
                ],
                "type": "string"
              },
              "minItems": 1,
              "type": "array",
              "uniqueItems": true
            },
            "date": {
              "description": "Optional analysis date in YYYY-MM-DD format; defaults to today",
              "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
              "type": "string"
            },
            "ticker": {
              "description": "Public equity or crypto ticker symbol, for example NVDA",
              "maxLength": 10,
              "minLength": 1,
              "pattern": "^[A-Za-z0-9.\\-]+$",
              "type": "string"
            }
          },
          "required": [
            "ticker"
          ],
          "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": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {
            "confidence": {
              "type": "string"
            },
            "configured_roles": {
              "items": {
                "enum": [
                  "market",
                  "social",
                  "news",
                  "fundamentals"
                ],
                "type": "string"
              },
              "minItems": 1,
              "type": "array",
              "uniqueItems": true
            },
            "date": {
              "type": "string"
            },
            "decision": {
              "enum": [
                "BUY",
                "HOLD",
                "SELL"
              ],
              "type": "string"
            },
            "degraded": {
              "type": "boolean"
            },
            "error": {
              "type": "string"
            },
            "ok": {
              "type": "boolean"
            },
            "reports": {
              "type": "object"
            },
            "summary": {
              "type": "string"
            },
            "synthetic": {
              "const": true,
              "type": "boolean"
            },
            "ticker": {
              "type": "string"
            }
          },
          "required": [
            "ok",
            "ticker",
            "date",
            "decision",
            "confidence",
            "summary",
            "synthetic",
            "degraded",
            "configured_roles",
            "reports"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON