SERVICE / DETAILother

Quick Signal TA

GET signal.quickai.build/signal

SONAR SCORE0.639
LIVE PRICE0.050000
BAZAAR LIVEcompatible
CDP INDEXEDno
DECISION EVIDENCE

Why an agent can trust this route.

43 observations in the last 24h
HANDSHAKE SUCCESS97.7%402 challenge reachable
PAID DELIVERY0.0%settlement observed
P90 LATENCY4794msrecent response window
PRICE DRIFT0.0%advertised vs observed

Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.

SONAR PROBE HISTORY / 30D

Observed outcomes

JSON ↗
LIVE ENDPOINT METADATA

Quick Signal TA v3.1.0 — Crypto technical analysis. Ten indicators with natural-language assessments. Query params: token (required), timeframe, bollinger_period, rsi_period.

Resource: signal.quickai.build/signal

Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x85557C90027354eAeFFe9Ee4B4f4014818d8D3e1

Payment methods: · Last validation: 2026-09-14 16:39:59.296+00

{
  "input": {
    "type": "object",
    "required": [
      "type",
      "method"
    ],
    "properties": {
      "type": {
        "type": "string",
        "const": "http"
      },
      "method": {
        "enum": [
          "GET"
        ],
        "type": "string"
      },
      "queryParams": {
        "type": "object",
        "required": [
          "token"
        ],
        "properties": {
          "token": {
            "type": "string",
            "description": "Token symbol, name, or contract address"
          },
          "timeframe": {
            "enum": [
              "5m",
              "15m",
              "1h",
              "4h",
              "1d",
              "1w"
            ],
            "type": "string",
            "default": "1d"
          },
          "rsi_period": {
            "type": "integer",
            "default": 14,
            "maximum": 50,
            "minimum": 2
          },
          "bollinger_period": {
            "type": "integer",
            "default": 20,
            "maximum": 100,
            "minimum": 5
          }
        },
        "additionalProperties": false
      }
    },
    "additionalProperties": false
  },
  "output": {
    "type": "object",
    "required": [
      "type"
    ],
    "properties": {
      "type": {
        "type": "string"
      },
      "example": {
        "type": "object",
        "required": [
          "token",
          "resolved_name",
          "timestamp",
          "price",
          "timeframe",
          "indicators",
          "data_source",
          "notes",
          "cached"
        ],
        "properties": {
          "chain": {
            "type": [
              "string",
              "null"
            ]
          },
          "notes": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "price": {
            "type": "number"
          },
          "token": {
            "type": "string"
          },
          "cached": {
            "type": "boolean"
          },
          "cached_at": {
            "type": [
              "string",
              "null"
            ],
            "format": "date-time"
          },
          "timeframe": {
            "enum": [
              "5m",
              "15m",
              "1h",
              "4h",
              "1d",
              "1w"
            ],
            "type": "string"
          },
          "timestamp": {
            "type": "string",
            "format": "date-time"
          },
          "indicators": {
            "type": "object",
            "required": [
              "bollinger",
              "sma",
              "ema",
              "vwma",
              "rsi",
              "macd",
              "atr",
              "stochastic",
              "fractals",
              "volume"
            ],
            "properties": {
              "atr": {
                "type": "object",
                "required": [
                  "value",
                  "assessment"
                ],
                "properties": {
                  "value": {
                    "type": "number"
                  },
                  "assessment": {
                    "type": "string"
                  }
                },
                "additionalProperties": false
              },
              "ema": {
                "type": "object",
                "required": [
                  "ema_20",
                  "ema_50",
                  "ema_200",
                  "trend"
                ],
                "properties": {
                  "trend": {
                    "type": "string"
                  },
                  "ema_20": {
                    "type": "number"
                  },
                  "ema_50": {
                    "type": "number"
                  },
                  "ema_200": {
                    "type": "number"
                  }
                },
                "additionalProperties": false
              },
              "rsi": {
                "type": "object",
                "required": [
                  "value",
                  "zone",
                  "assessment"
                ],
                "properties": {
                  "zone": {
                    "type": "string"
                  },
                  "value": {
                    "type": "number"
                  },
                  "assessment": {
                    "type": "string"
                  }
                },
                "additionalProperties": false
              },
              "sma": {
                "type": "object",
                "required": [
                  "sma_20",
                  "sma_50",
                  "sma_200",
                  "trend"
                ],
                "properties": {
                  "trend": {
                    "type": "string"
                  },
                  "sma_20": {
                    "type": "number"
                  },
                  "sma_50": {
                    "type": "number"
                  },
                  "sma_200": {
                    "type": "number"
                  }
                },
                "additionalProperties": false
              },
              "macd": {
                "type": "object",
                "required": [
                  "macd",
                  "signal",
                  "histogram",
                  "trend"
                ],
                "properties": {
                  "macd": {
                    "type": "number"
                  },
                  "trend": {
                    "type": "string"
                  },
                  "signal": {
                    "type": "number"
                  },
                  "histogram": {
                    "type": "number"
                  }
                },
                "additionalProperties": false
              },
              "vwma": {
                "type": "object",
                "required": [
                  "vwma_20",
                  "comparison"
                ],
                "properties": {
                  "vwma_20": {
                    "type": "number"
                  },
                  "comparison": {
                    "type": "string"
                  }
                },
                "additionalProperties": false
              },
              "volume": {
                "type": "object",
                "required": [
                  "assessment"
                ],
                "properties": {
                  "latest": {
                    "type": "number"
                  },
                  "assessment": {
                    "type": "string"
                  }
                },
                "additionalProperties": false
              },
              "fractals": {
                "type": "object",
                "required": [
                  "bullish",
                  "bearish",
                  "assessment"
                ],
                "properties": {
                  "bearish": {
                    "type": "boolean"
                  },
                  "bullish": {
                    "type": "boolean"
                  },
                  "assessment": {
                    "type": "string"
                  }
                },
                "additionalProperties": false
              },
              "bollinger": {
                "type": "object",
                "required": [
                  "upper",
                  "middle",
                  "lower",
                  "assessment"
                ],
                "properties": {
                  "lower": {
                    "type": "number"
                  },
                  "upper": {
                    "type": "number"
                  },
                  "middle": {
                    "type": "number"
                  },
                  "assessment": {
                    "type": "string"
                  }
                },
                "additionalProperties": false
              },
              "stochastic": {
                "type": "object",
                "required": [
                  "percent_k",
                  "assessment"
                ],
                "properties": {
                  "percent_k": {
                    "type": "number"
                  },
                  "assessment": {
                    "type": "string"
                  }
                },
                "additionalProperties": false
              }
            },
            "additionalProperties": false
          },
          "market_cap": {
            "type": [
              "number",
              "null"
            ]
          },
          "volume_24h": {
            "type": [
              "number",
              "null"
            ]
          },
          "data_source": {
            "type": "string"
          },
          "resolved_name": {
            "type": "string"
          },
          "change_24h_pct": {
            "type": [
              "number",
              "null"
            ]
          }
        },
        "additionalProperties": false
      }
    }
  },
  "paymentRequirements": [
    {
      "raw": {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x85557C90027354eAeFFe9Ee4B4f4014818d8D3e1",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0x85557C90027354eAeFFe9Ee4B4f4014818d8D3e1",
      "scheme": "exact",
      "network": "eip155:8453",
      "amountAtomic": "50000"
    }
  ]
}
METADATA PROVENANCE

Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.