Confluence trading signal for a crypto pair (top 200 coins)
Confluence trading signal for a crypto pair (top 200 coins): Ichimoku, RSI, MACD, EMA 50/200, Bollinger Bands and volume (OBV) in one call, each with its vote, plus a combined bullish/bearish/neutral signal and confidence. Live candles from Binance.US, Kraken, Gate or MEXC.
Answeringour last check, 2026-09-25
1 of 1checks answered this week
481 msmedian answer time
$0.1listed price per call
$0.1price 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://ichimoku-signal.onrender.com/signals/:pair
| Category | Market data |
|---|---|
| Provider host | ichimoku-signal.onrender.com |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-25 | valid payment request | 402 | $0.1 | 481 ms |
Example input (from the provider)
{
"method": "GET",
"pathParams": {
"pair": "BTC-USDT"
},
"queryParams": {
"interval": "4h"
},
"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"
},
"pathParams": {
"properties": {
"pair": {
"description": "Trading pair, e.g. BTC-USDT or ETH-USDT",
"type": "string"
}
},
"required": [
"pair"
],
"type": "object"
},
"queryParams": {
"properties": {
"interval": {
"description": "Candle interval, e.g. 1h, 4h, 1d. Defaults to 1h.",
"enum": [
"1m",
"3m",
"5m",
"15m",
"30m",
"1h",
"2h",
"4h",
"6h",
"8h",
"12h",
"1d",
"3d",
"1w",
"1M"
],
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"confidence": {
"enum": [
"high",
"medium",
"low"
],
"type": "string"
},
"indicators": {
"description": "Per indicator its values and vote; vote null = not counted (e.g. insufficient_history).",
"properties": {
"bollinger": {
"properties": {
"vote": {
"enum": [
"bullish",
"bearish",
"neutral",
null
],
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"ema_cross": {
"properties": {
"vote": {
"enum": [
"bullish",
"bearish",
"neutral",
null
],
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"ichimoku": {
"properties": {
"vote": {
"enum": [
"bullish",
"bearish",
"neutral",
null
],
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"macd": {
"properties": {
"vote": {
"enum": [
"bullish",
"bearish",
"neutral",
null
],
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"rsi": {
"properties": {
"vote": {
"enum": [
"bullish",
"bearish",
"neutral",
null
],
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"volume": {
"properties": {
"vote": {
"enum": [
"bullish",
"bearish",
"neutral",
null
],
"type": [
"string",
"null"
]
}
},
"type": "object"
}
},
"type": "object"
},
"interval": {
"type": "string"
},
"pair": {
"type": "string"
},
"price": {
"type": "number"
},
"score": {
"description": "(bullish - bearish) / counted votes, from -1 to 1",
"type": "number"
},
"signal": {
"enum": [
"bullish",
"bearish",
"neutral"
],
"type": "string"
},
"summary": {
"type": "string"
},
"timestamp": {
"description": "ISO 8601 UTC",
"type": "string"
},
"votes": {
"properties": {
"bearish": {
"type": "integer"
},
"bullish": {
"type": "integer"
},
"counted": {
"type": "integer"
},
"neutral": {
"type": "integer