mirrored listing x402 eip155:8453

Macro regime classification (risk-on/risk-off/neutral)

Macro regime classification (risk-on/risk-off/neutral)

Do you run api.signalfuse.co? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
1000 (raw units)
price
13
calls / 30d
9
unique payers
2026-09-17
updated

Provider

api.signalfuse.co · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xf080a1Aab08650946acDa41410a7eDC14f7Be035",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "1000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {},
        "schema": {
          "additionalProperties": false,
          "description": "No input parameters — call without query params.",
          "properties": {},
          "type": "object"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "classification": "bullish",
          "confidence": 0.82,
          "reasoning": "Strong BTC momentum with positive ETF inflows",
          "regime": "risk_on",
          "updated_at": "2026-04-14T12:00:00+00:00"
        },
        "type": "json"
      }
    },
    "schema": {
      "output": {
        "properties": {
          "classification": {
            "enum": [
              "bullish",
              "bearish",
              "neutral"
            ],
            "type": "string"
          },
          "confidence": {
            "maximum": 1,
            "minimum": 0,
            "type": "number"
          },
          "reasoning": {
            "type": "string"
          },
          "regime": {
            "enum": [
              "risk_on",
              "risk_off",
              "neutral"
            ],
            "type": "string"
          },
          "updated_at": {
            "format": "date-time",
            "type": "string"
          }
        },
        "required": [
          "regime",
          "classification",
          "confidence"
        ]
      }
    }
  }
}

Use it

curl

curl "https://api.signalfuse.co/v1/regime"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.signalfuse.co/v1/regime");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.signalfuse.co/v1/regime")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/12815.json, and this resource appears in /discovery/resources and /discovery/search.