ToolAssay

Batch trading signals for multiple crypto assets

Batch trading signals for multiple crypto assets

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

CategoryMarket data
Provider hostapi.signalfuse.co
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days5 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.075 929 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "symbols": {
      "description": "Comma-separated symbols, e.g. BTC,ETH,SOL. Omit for all 10 assets.",
      "required": false,
      "type": "string"
    }
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "output": {
    "properties": {
      "count": {
        "type": "integer"
      },
      "signals": {
        "additionalProperties": {
          "properties": {
            "components": {
              "type": "object"
            },
            "confidence": {
              "type": "number"
            },
            "regime": {
              "type": "string"
            },
            "signal": {
              "enum": [
                "long",
                "short",
                "neutral"
              ],
              "type": "string"
            },
            "signal_strength": {
              "type": "integer"
            },
            "symbol": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "description": "Map of symbol to signal object",
        "type": "object"
      }
    },
    "required": [
      "signals",
      "count"
    ]
  }
}

This page as JSON