ToolAssay

Fused directional trading signal with confidence score

Fused directional trading signal with confidence score

Answeringour last check, 2026-09-24
1 of 1checks answered this week
921 msmedian answer time
$0.01listed price per call
$0.01price 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

GET https://api.signalfuse.co/v1/signal/ARB

CategoryEverything else
Provider hostapi.signalfuse.co
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 921 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {},
  "schema": {
    "properties": {
      "symbol": {
        "default": "BTC",
        "description": "Crypto asset ticker (path parameter)",
        "enum": [
          "BTC",
          "ETH",
          "SOL",
          "DOGE",
          "PEPE",
          "WIF",
          "BONK",
          "ARB",
          "OP",
          "AVAX"
        ],
        "type": "string"
      }
    },
    "required": [
      "symbol"
    ],
    "type": "object"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "output": {
    "properties": {
      "components": {
        "properties": {
          "macro": {
            "properties": {
              "label": {
                "type": "string"
              },
              "score": {
                "type": "number"
              }
            },
            "type": "object"
          },
          "market": {
            "properties": {
              "label": {
                "type": "string"
              },
              "score": {
                "type": "number"
              }
            },
            "type": "object"
          },
          "social": {
            "properties": {
              "label": {
                "type": "string"
              },
              "score": {
                "type": "number"
              }
            },
            "type": "object"
          }
        },
        "type": "object"
      },
      "confidence": {
        "maximum": 1,
        "minimum": 0,
        "type": "number"
      },
      "data_age_seconds": {
        "type": "number"
      },
      "regime": {
        "enum": [
          "risk_on",
          "risk_off",
          "neutral"
        ],
        "type": "string"
      },
      "signal": {
        "enum": [
          "long",
          "short",
          "neutral"
        ],
        "type": "string"
      },
      "signal_strength": {
        "maximum": 100,
        "minimum": 0,
        "type": "integer"
      },
      "stale": {
        "type": "boolean"
      },
      "symbol": {
        "type": "string"
      },
      "updated_at": {
        "format": "date-time",
        "type": "string"
      }
    },
    "required": [
      "symbol",
      "signal",
      "signal_strength",
      "confidence",
      "regime",
      "components"
    ]
  }
}

This page as JSON