Syraa Trading Signal API is a paid API for AI agents from api.syraa.fun, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).
Delivers real-time trading signals and market alerts for crypto tokens across multiple exchanges and timeframes
Machine money for agents on Solana: live x402 pay-per-call APIs, MCP tools, typed SDK. Earn · Treasury · Invest · Spend · Grow.
A trading signal object indicating buy, sell, or hold recommendation for the requested token/instrument, computed from OHLC candle data from the specified exchange, along with supporting signal metadata and alert details.
GEThttps://api.syraa.fun/signalUse this endpoint when you need algorithmic, real-time trading signals derived from OHLC candlestick data across major CEXs (Binance, Coinbase, OKX, Bybit, Kraken, KuCoin, Bitget, Upbit, Crypto.com) or CoinGecko. Prefer this over raw price endpoints when you want a computed buy/sell/hold recommendation rather than raw market data. Especially useful when CEX APIs are blocked and you need CoinGecko as a fallback source.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"bar": "1h",
"limit": "100",
"token": "bitcoin",
"instId": "BTC-USDT",
"source": "okx"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"signal": {
"instId": "BTC-USDT",
"source": "okx",
"metadata": {
"market": "OKX_SPOT",
"timestamp": "2026-06-18 04:00:00",
"dataPoints": 100,
"instrument": "BTC-USDT",
"analysisDate": "2026-06-18T04:19:28",
"TRADING_SIGNAL": "BUY",
"SIGNAL_STRENGTH": "MEDIUM"
},
"actionPlan": {
"warnings": [
"ALWAYS USE STOP LOSSES",
"Maximum 1.5% risk per trade",
"Verify with higher timeframe analysis",
"Market conditions can change rapidly"
],
"exitStrategy": [
"TAKE PROFIT 1: 65125.37 (33% of position)",
"TAKE PROFIT 2: 65713.31 (33% of position)",
"TAKE PROFIT 3: 66994.9 (34% of position)",
"Move stop to breakeven after Target 1",
"Trail stop loss after Target 2"
],
"entryStrategy": [
"Enter 50% position at current price",
"Add 25% if price retests support",
"Add 25% on break above resistance",
"Wait for 1-minute candle close above entry"
],
"riskManagement": [
"Risk/Reward: 1:1.33",
"Never risk more than 1.5% per trade",
"Monitor volume for confirmation",
"Exit if fundamental news contradicts"
],
"immediateActions": [
"READY TO ENTER LONG POSITION",
"BUY at: 63949.50",
"STOP LOSS: 63067.60 (Risk: 881.90 points)",
"MAX POSITION: 0.0156 units ($1000.00)"
]
},
"priceTargets": {
"atr": "587.94",
"bbLower": "63677.05",
"bbUpper": "66012.55",
"support": "63917.10",
"bbMiddle": "64844.80",
"longEntry": "63949.50",
"resistance": "66994.90",
"shortEntry": "63949.50",
"longTarget1": "65125.37",
"longTarget2": "65713.31",
"longTarget3": 66994.9,
"longStopLoss": "63067.60",
"shortTarget1": "62773.63",
"shortTarget2": "62185.69",
"shortTarget3": 63917.1,
"shortStopLoss": "66994.90"
},
"quickSummary": {
"entry": "63949.50",
"signal": "BUY",
"stopLoss": "63067.60",
"confidence": "MEDIUM",
"riskReward": "1:1.33",
"firstTarget": "65125.37",
"trendStrength": "MODERATE",
"volumeConfirmation": "BEARISH"
},
"trendAnalysis": {
"score": -7,
"trend": "STRONG BEARISH",
"signals": [
"TRIPLE BEARISH: Price below both SMAs + EMA Death Cross",
"ADX CONFIRMATION: Strong downtrend (ADX: 23.77)"
],
"adxStrength": "MODERATE",
"clearSignal": "SELL"
},
"marketOverview": {
"low24h": "63818.80",
"high24h": "64336.90",
"volume24h": "448.5695",
"currentPrice": "63949.50",
"priceChange24h": "-0.51%",
"quoteVolume24h": "28735842.32"
},
"riskManagement": {
"atrMultiple": "1.5",
"maxPositionSize": "0.0156",
"riskRewardRatio": "1:1.33",
"maxPositionValue": "1000.00",
"suggestedStopLoss": "881.90",
"recommendedRiskPerTrade": "1.5%"
},
"volumeAnalysis": {
"signal": "NEUTRAL",
"signals": [],
"volumeRatio": "1.23x",
"volumeTradingSignal": null
},
"momentumAnalysis": {
"score": 2,
"signals": [
"BULLISH MFI DIVERGENCE: Price making lower lows but MFI making higher lows",
"Price below VWAP - Bearish intraday momentum",
"MFI Volume Pressure: NEGATIVE FLOW"
],
"mfiSignal": "BEARISH",
"clearSignal": "BUY",
"actionableSignals": [
{
"type": "BUY",
"reason": "Bullish divergence with momentum oversold",
"strength": "MODERATE"
}
]
},
"volatilityAnalysis": {
"level": "LOW",
"signals": [
"BOLLINGER BAND SQUEEZE: High probability breakout setup - Watch for direction",
"PRICE BOUNCING FROM LOWER BB: Bullish reversal signal"
],
"atrPercent": "0.92%",
"tradingSignal": "BUY",
"bollingerWidth": "3.60%",
"pricePositionInBB": "11.67%"
},
"technicalIndicators": {
"adx": {
"mdi": "31.34",
"pdi": "14.98",
"value": "23.77",
"diCrossover": "NO CROSS",
"trendStrength": "MODERATE",
"trendDirection": "BEARISH"
},
"mfi": {
"trend": "BEARISH",
"value": "35.26",
"signal": "BEARISH",
"divergence": "BULLISH DIVERGENCE",
"volumePressure": "NEGATIVE FLOW"
},
"rsi": "34.09",
"macd": {
"value": "-365.44",
"signal": "-308.70",
"histogram": "-56.74"
},
"vwap": "65404.17",
"support": "63917.10",
"resistance": "66994.90",
"bollingerBands": {
"lower": "63677.05",
"upper": "66012.55",
"middle": "64844.80"
},
"movingAverages": {
"ema12": "64568.69",
"ema26": "64934.13",
"sma20": "64844.80",
"sma50": "65516.51"
}
},
"tradingRecommendation": {
"action": "BUY",
"reasoning": [
"Moderate confirmations: Momentum, Volatility",
"ADX Trend Strength: MODERATE"
],
"confidence": "MEDIUM",
"clearSignal": "BUY"
}
}
}{
"type": "json",
"example": {
"ok": true,
"paid": true
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"