Live buy/sell signals for 20 crypto majors (BTC, ETH, SOL, ...)
Live buy/sell signals for 20 crypto majors (BTC, ETH, SOL, ...): each asset scored 0-100 from 6 fused dimensions — whale flows, technicals, derivatives, narrative, market regime, trend — with direction, conviction, entry/target/stop levels, and LLM insight. Refreshed every 15 min. Verify accuracy first, free: /performance/reputation (confidence-gated, no inflated claims).
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://web3-signals-api-production.up.railway.app/signal
| Category | Market data |
|---|---|
| Provider host | web3-signals-api-production.up.railway.app |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"method": "GET"
},
"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",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"description": "No query parameters needed. Returns all 20 assets.",
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"description": "20-asset portfolio signal fusion with 6 scoring dimensions, market regime, and LLM insights",
"properties": {
"portfolio_summary": {
"description": "Market regime (TRENDING/RANGING/VOLATILE), risk level, top buys/sells",
"type": "object"
},
"signals": {
"additionalProperties": {
"properties": {
"composite_score": {
"description": "0-100 conviction score (>62 bullish, <38 bearish)",
"type": "integer"
},
"conviction": {
"description": "Signal confidence level (high/medium/low)",
"type": "string"
},
"dimensions": {
"description": "6 independent scoring dimensions",
"properties": {
"derivatives": {
"description": "Funding rates, open interest, liquidation clustering"
},
"market": {
"description": "Market microstructure and regime signals"
},
"narrative": {
"description": "Social sentiment and narrative momentum"
},
"technical": {
"description": "Multi-timeframe technical analysis indicators"
},
"trend": {
"description": "Trend strength and velocity overlay"
},
"whale": {
"description": "On-chain whale accumulation/distribution signals"
}
},
"type": "object"
},
"direction": {
"enum": [
"bullish",
"bearish",
"neutral"
],
"type": "string"
},
"label": {
"description": "Human-readable label (BUY, SELL, HOLD, ABSTAIN)",
"type": "string"
},
"llm_insight": {
"description": "AI-generated natural language summary",
"type": "string"
},
"predicted_move": {
"description": "Calibrated 24h/48h price move prediction with probability",
"type": "object"
},
"signal_strength": {
"description": "Relative strength vs historical signals",
"type": "string"
}
},
"type": "object"
},
"description": "Per-asset signal objects keyed by ticker (BTC, ETH, SOL, ...)",
"type": "object"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}