Market scan
Market scan: the Ichimoku Cloud signal for 148 top-200 coins in one call, sorted from strongest bullish to strongest bearish (distance from the cloud), with market breadth ("98 of 170 coins bullish"). Any interval from 1m to 1M; optional filter on bullish, bearish or neutral.
Answeringour last check, 2026-09-25
1 of 1checks answered this week
239 msmedian answer time
$0.25listed price per call
$0.25price 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/scan
| 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-25 | valid payment request | 402 | $0.25 | 239 ms |
Example input (from the provider)
{
"method": "GET",
"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"
},
"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"
},
"signal": {
"description": "Only return coins with this signal (optional)",
"enum": [
"bullish",
"bearish",
"neutral"
],
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"breadth": {
"description": "e.g. \"112 of 170 coins bullish\"",
"type": "string"
},
"coins": {
"description": "Strongest bullish first, strongest bearish last",
"items": {
"properties": {
"cloud_distance_percent": {
"description": "Price distance above (+) or below (-) the cloud, in %",
"type": "number"
},
"cloud_position": {
"enum": [
"above_cloud",
"below_cloud",
"in_cloud"
],
"type": "string"
},
"exchange": {
"type": "string"
},
"pair": {
"type": "string"
},
"price": {
"type": "number"
},
"signal": {
"enum": [
"bullish",
"bearish",
"neutral"
],
"type": "string"
},
"tenkan_kijun_cross": {
"enum": [
"bullish_cross",
"bearish_cross",
"flat"
],
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"coins_scanned": {
"type": "number"
},
"filter": {
"enum": [
"bullish",
"bearish",
"neutral"
],
"type": "string"
},
"interval": {
"type": "string"
},
"skipped": {
"items": {
"properties": {
"pair": {
"type": "string"
},
"reason": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"summary": {
"properties": {
"bearish": {
"type": "number"
},
"bullish": {
"type": "number"
},
"neutral": {
"type": "number"
}
},
"type": "object"
},
"timestamp": {
"description": "ISO 8601 UTC",
"type": "string"
}
},
"required": [
"interval",
"timestamp",
"coins_scanned",
"summary",
"coins"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}