Quick Signal TA v3.1.0 — Crypto technical analysis
Quick Signal TA v3.1.0 — Crypto technical analysis. Ten indicators with natural-language assessments. Query params: token (required), timeframe, bollinger_period, rsi_period.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
685 msmedian answer time
$0.05listed price per call
$0.05price 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://signal.quickai.build/signal
| Category | Market data |
|---|---|
| Provider host | signal.quickai.build |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 6 from 4 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 685 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"timeframe": "1d",
"token": "BTC"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"bollinger_period": {
"default": 20,
"maximum": 100,
"minimum": 5,
"type": "integer"
},
"rsi_period": {
"default": 14,
"maximum": 50,
"minimum": 2,
"type": "integer"
},
"timeframe": {
"default": "1d",
"enum": [
"5m",
"15m",
"1h",
"4h",
"1d",
"1w"
],
"type": "string"
},
"token": {
"description": "Token symbol, name, or contract address",
"type": "string"
}
},
"required": [
"token"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": false,
"properties": {
"cached": {
"type": "boolean"
},
"cached_at": {
"format": "date-time",
"type": [
"string",
"null"
]
},
"chain": {
"type": [
"string",
"null"
]
},
"change_24h_pct": {
"type": [
"number",
"null"
]
},
"data_source": {
"type": "string"
},
"indicators": {
"additionalProperties": false,
"properties": {
"atr": {
"additionalProperties": false,
"properties": {
"assessment": {
"type": "string"
},
"value": {
"type": "number"
}
},
"required": [
"value",
"assessment"
],
"type": "object"
},
"bollinger": {
"additionalProperties": false,
"properties": {
"assessment": {
"type": "string"
},
"lower": {
"type": "number"
},
"middle": {
"type": "number"
},
"upper": {
"type": "number"
}
},
"required": [
"upper",
"middle",
"lower",
"assessment"
],
"type": "object"
},
"ema": {
"additionalProperties": false,
"properties": {
"ema_20": {
"type": "number"
},
"ema_200": {
"type": "number"
},
"ema_50": {
"type": "number"
},
"trend": {
"type": "string"
}
},
"required": [
"ema_20",
"ema_50",
"ema_200",
"trend"
],
"type": "object"
},
"fractals": {
"additionalProperties": false,
"properties": {
"assessment": {
"type": "string"
},
"bearish": {
"type": "boolean"
},
"bullish": {
"type": "boolean"
}
},
"required": [
"bullish",
"bearish",
"assessment"
],
"type": "object"
},
"macd": {
"additionalProperties": false,
"properties": {
"histogram": {
"type": "number"
},
"macd": {
"type": "number"
},
"signal": {
"type": "number"
},
"trend": {
"type": "string"
}
},
"required": [
"macd",
"signal",
"histogram",
"trend"
],
"type": "object"
},
"rsi": {
"additionalProperties": false,
"properties": {
"assessment": {
"type": "string"
},
"value": {
"type": "number"
},
"zone": {
"type": "string"
}
},
"required": [
"value",