Which crypto coins have a trade setup right now?
Which crypto coins have a trade setup right now? For 148 top-200 coins: the six-indicator confluence signal (Ichimoku, RSI, MACD, EMA 50/200, Bollinger, OBV) plus a trade plan in that direction (entry, stop, two take profit targets, risk/reward), ranked best first. Filters: long/short, minimum risk/reward, top N. Levels from price history, not trade advice.
Answeringour last check, 2026-09-27
1 of 1checks answered this week
507 msmedian answer time
$0.5listed price per call
$0.5price 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/setups
| Category | Market data |
|---|---|
| Provider host | ichimoku-signal.onrender.com |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-27 | valid payment request | 402 | $0.5 | 507 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"direction": "both",
"interval": "4h",
"min_rr": 1.5,
"top": 10
},
"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": {
"properties": {
"direction": {
"description": "Only long or only short setups (default both)",
"enum": [
"long",
"short",
"both"
],
"type": "string"
},
"interval": {
"description": "Candle interval, e.g. 1h, 4h, 1d. Defaults to 4h.",
"enum": [
"1m",
"3m",
"5m",
"15m",
"30m",
"1h",
"2h",
"4h",
"6h",
"8h",
"12h",
"1d",
"3d",
"1w",
"1M"
],
"type": "string"
},
"liquid_top": {
"description": "Only the N most traded coins, e.g. 30 (default all)",
"maximum": 200,
"minimum": 1,
"type": "integer"
},
"min_rr": {
"description": "Minimum risk/reward to target 1 (default 1.5)",
"maximum": 10,
"minimum": 1,
"type": "number"
},
"top": {
"description": "How many setups to return (default 10)",
"maximum": 50,
"minimum": 1,
"type": "integer"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"coins_scanned": {
"type": "number"
},
"filters": {
"properties": {
"direction": {
"type": "string"
},
"min_risk_reward": {
"type": "number"
},
"top": {
"type": "integer"
}
},
"type": "object"
},
"interval": {
"type": "string"
},
"median_atr_percent": {
"type": "number"
},
"setups": {
"description": "Best first",
"items": {
"properties": {
"atr_percent": {
"type": "number"
},
"confidence": {
"enum": [
"high",
"medium",
"low"
],
"type": "string"
},
"direction": {
"enum": [
"long",
"short"
],
"type": "string"
},
"entry": {
"type": "number"
},
"exchange": {
"type": "string"
},
"obstacle_before_target": {
"description": "Support/resistance between entry and target 1, if any",
"type": [
"number",
"null"
]
},
"pair": {
"type": "string"
},
"rank": {
"type": "integer"
},
"rank_score": {
"description": "Signal strength x risk/reward (up to 3), lower for above-median volatility and for support/resistance close after the entry",
"type": "number"
},
"risk_reward_1": {
"type": "number"
},
"risk_reward_2": {
"type": "number"
},
"signal_from": {
"description": "e.g. \"5 of 6 indicators bullish\"",
"type": "string"
},
"stop": {
"type": "number"
},
"stop_basis": {
"type": "string"
},
"target_1": {
"type": "number"
},
"target_2": {
"type": "number"
},
"volume_24h_usd": {
"description": "On the listed exchange only",
"type": "number"
},
"warning": {
"description": "Set when that obstacle is in the first quarter of the way to target 1",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"setups_found": {
"type": "number"
},
"skipped": {
"items": {
"properties": {
"pair": {
"type": "string"
},
"reason": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"summary": {
"properties": {
"long": {
"type": "number"
},
"neutral_coins": {
"ty