agent.smart-scan.xyz

https://agent.smart-scan.xyz/api/combined
down

Run breakout and accumulation market scans in one paid request.

36
reliability

Reliability & health

Uptime and response time from our own unpaid probes, plus the reliability score built from them.

Uptime

2.1% avg
0% 50% 100% Aug 25Aug 26Aug 27Aug 28

Response time

p50 489ms · p95 489ms
0ms 250ms 500ms Aug 25Aug 26Aug 27Aug 28
Data table
Reliability history per time bucket over the last 30 days (daily).
Bucket Uptime Probes Response time
8/25/2026, 12:00:00 AM 8% 12 489ms
8/26/2026, 12:00:00 AM 0% 2
8/27/2026, 12:00:00 AM 0% 1
8/28/2026, 12:00:00 AM 0% 1
36
Composite reliability — the weighted average of the dimensions below, on a 0–100 scale.
Availability
6

How often it was reachable when we probed it (weight 35%).

Latency
93

How quickly it answers when it is up — fast scores high (weight 20%).

Security
100

Whether it serves over working TLS / https (weight 15%).

Transparency
61

Whether the operator disclosed what it does — description, schema, identity (weight 15%).

Activity
8

Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).

Confidence 32% — how much probe evidence backs this score. A thin history is flagged, not hidden.

See the scoring methodology for exactly how each number is computed.

Payment

Currencies
USDC
Networks
base
Facilitator
unknown
SDK
unknown

Operator

Company
inferred — unknown
Jurisdiction
Registrar
OVH sas
Domain registered
2026-08-24
Hosting network
VERCEL-05
Hosting country

Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.

On-chain activity (base)

1
payments (30d)
1.65
USD volume (30d)
1
paying wallets (30d)

Payments per day

last payment 8/25/2026
0 3 5 Aug 25
Data table
Settled payments per day.
Day Payments Volume (USD) Paying wallets
8/25/2026 1 1.65 1

Only payments settled on chains and facilitators we index.

Response schema
{
  "properties": {
    "accumulation": {
      "items": {
        "properties": {
          "asset": {
            "examples": [
              "BTC"
            ],
            "type": "string"
          },
          "confirmation": {
            "properties": {
              "score": {
                "type": "integer"
              },
              "state": {
                "type": "string"
              }
            },
            "type": [
              "object",
              "null"
            ]
          },
          "diagnostic": {
            "additionalProperties": true,
            "properties": {
              "evidence": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "invalidation": {
                "description": "Price level that invalidates the diagnostic thesis.",
                "type": "number"
              },
              "matched": {
                "type": "boolean"
              },
              "phase": {
                "enum": [
                  "recent_breakout",
                  "confirmed_breakout",
                  "breakout_watch",
                  "no_breakout"
                ],
                "type": "string"
              },
              "price": {
                "type": "number"
              },
              "resistance": {
                "type": "number"
              },
              "score": {
                "maximum": 100,
                "minimum": 0,
                "type": "integer"
              },
              "state": {
                "type": "string"
              },
              "support": {
                "type": "number"
              }
            },
            "required": [
              "matched",
              "state",
              "score",
              "price",
              "invalidation"
            ],
            "type": "object"
          },
          "freshness": {
            "properties": {
              "dataAgeSeconds": {
                "type": "integer"
              },
              "lastCandleAt": {
                "format": "date-time",
                "type": "string"
              }
            },
            "type": "object"
          },
          "liquidity": {
            "properties": {
              "minimumRequired": {
                "type": "number"
              },
              "quoteVolume24h": {
                "type": "number"
              }
            },
            "type": "object"
          },
          "pair": {
            "examples": [
              "BTCUSDT"
            ],
            "type": "string"
          },
          "source": {
            "enum": [
              "mexc",
              "binance"
            ],
            "type": "string"
          },
          "timeframes": {
            "properties": {
              "confirmation": {
                "const": "1h"
              },
              "primary": {
                "const": "4h"
              }
            },
            "type": "object"
          }
        },
        "required": [
          "asset",
          "pair",
          "source",
          "liquidity",
          "freshness",
          "diagnostic"
        ],
        "type": "object"
      },
      "type": "array"
    },
    "breakout": {
      "items": {
        "properties": {
          "asset": {
            "examples": [
              "BTC"
            ],
            "type": "string"
          },
          "confirmation": {
            "properties": {
              "score": {
                "type": "integer"
              },
              "state": {
                "type": "string"
              }
            },
            "type": [
              "object",
              "null"
            ]
          },
          "diagnostic": {
            "additionalProperties": true,
            "properties": {
              "evidence": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "invalidation": {
                "description": "Price level that invalidates the diagnostic thesis.",
                "type": "number"
              },
              "matched": {
                "type": "boolean"
              },
              "phase": {
                "enum": [
                  "recent_breakout",
                  "confirmed_breakout",
                  "breakout_watch",
                  "no_breakout"
                ],
                "type": "string"
              },
              "price": {
                "type": "number"
              },
              "resistance": {
                "type": "number"
              },
              "score": {
                "maximum": 100,
                "minimum": 0,
                "type": "integer"
              },
              "state": {
                "type": "string"
              },
              "support": {
                "type": "number"
              }
            },
            "required": [
              "matched",
              "state",
              "score",
              "price",
              "invalidation"
            ],
            "type": "object"
          },
          "freshness": {
            "properties": {
              "dataAgeSeconds": {
                "type": "integer"
              },
              "lastCandleAt": {
                "format": "date-time",
                "type": "string"
              }
            },
            "type": "object"
          },
          "liquidity": {
            "properties": {
              "minimumRequired": {
                "type": "number"
              },
              "quoteVolume24h": {
                "type": "number"
              }
            },
            "type": "object"
          },
          "pair": {
            "examples": [
              "BTCUSDT"
            ],
            "type": "string"
          },
          "source": {
            "enum": [
              "mexc",
              "binance"
            ],
            "type": "string"
          },
          "timeframes": {
            "properties": {
              "confirmation": {
                "const": "1h"
              },
              "primary": {
                "const": "4h"
              }
            },
            "type": "object"
          }
        },
        "required": [
          "asset",
          "pair",
          "source",
          "liquidity",
          "freshness",
          "diagnostic"
        ],
        "type": "object"
      },
      "type": "array"
    },
    "disclaimer": {
      "type": "string"
    },
    "generatedAt": {
      "format": "date-time",
      "type": "string"
    },
    "service": {
      "const": "combined_scanner"
    },
    "timeframes": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "universe": {
      "type": "object"
    }
  },
  "required": [
    "service",
    "generatedAt",
    "universe",
    "breakout",
    "accumulation"
  ],
  "type": "object"
}