{
  "x402Version": 2,
  "id": 12834,
  "slug": "12834",
  "resource": "https://api.signalfuse.co/v1/signal/batch",
  "description": "Batch trading signals for multiple crypto assets",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xf080a1Aab08650946acDa41410a7eDC14f7Be035",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "75000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "symbols": {
              "description": "Comma-separated symbols, e.g. BTC,ETH,SOL. Omit for all 10 assets.",
              "required": false,
              "type": "string"
            }
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 10,
            "signals": {
              "BTC": {
                "components": {
                  "macro": {
                    "label": "bullish",
                    "score": 0.8
                  },
                  "market": {
                    "label": "bullish",
                    "score": 0.7
                  },
                  "social": {
                    "label": "bullish",
                    "score": 0.6
                  }
                },
                "confidence": 0.85,
                "regime": "risk_on",
                "signal": "long",
                "signal_strength": 72,
                "symbol": "BTC"
              }
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "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"
          ]
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.signalfuse.co",
  "lastUpdated": "2026-09-15T16:01:12.973Z",
  "quality": {
    "calls30d": 5,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-15T16:01:12.722Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.signalfuse.co",
    "manifest_name": "api.signalfuse.co",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}