NeuroTrade Signal API delivers AI-reasoned trading signals for cryptocurrency markets. Each signal combines a directional call (long, short, or close), a confidence score from 0 to 1, specific entry and stop-loss prices, take-profit levels, and a natural-language thesis explaining the market context.
The API fuses technical indicators (RSI, MACD, EMA, ATR) with large-language-model pattern recognition across volume, price action, funding rates, and order-flow signals. Every response includes risk flags for volatility, liquidity, and event exposure plus a measured risk-to-reward ratio.
Built for: algorithmic traders testing signal-following strategies; trading bots that need structured entry and exit specs; retail operators who want AI judgment alongside their own analysis; research teams comparing LLM-reasoned signals against traditional models.
Endpoints available:
Authentication: Bearer token. Keys are issued per subscriber on plan activation.
Signal latency: typically under 2 seconds for a full response including thesis generation.
Supported coverage: major crypto pairs (BTC, ETH, SOL, and top-50 by market cap) across 15-minute, 1-hour, 4-hour, and daily timeframes. Multiple strategies available: trend_rider, mean_reversion, breakout, momentum. Select a personality (scalper, swing, position) to tune the risk profile of the response.
The API is powered by A3E Ecosystem's internal NeuroTrade infrastructure, which runs its own signal engine on real-time market feeds. You subscribe once, integrate once, and get continuous access without managing your own ML pipeline.
Generate an AI-reasoned trading signal for a cryptocurrency pair. Returns a directional call (OPEN_LONG, OPEN_SHORT, or CLOSE), a confidence score from 0.0 to 1.0, entry price, take-profit and stop-loss levels, a natural-language thesis, a technical breakdown covering RSI, MACD, EMA, and ATR, risk flags, and the computed risk-to-reward ratio.
Request body accepts symbol (required), timeframe (required: 15m, 1h, 4h, or 1d), strategy (optional: trend_rider, mean_reversion, breakout, or momentum), personality (optional: scalper, swing, or position), and include_thesis (boolean). Authentication: Bearer token via Authorization header. Response codes: 200 success, 401 unauthenticated, 429 quota exceeded.
Generate Signal - Endpoint Features
| Object | Description |
|---|---|
Request Body |
[Required] Json |
{"signal":"OPEN_LONG","confidence":0.78,"entry_price":null,"tp":75383.79,"sl":74780.57,"symbol":"BTC/USDT","timeframe":"15m","personality":"scalper","generated_at":"2026-04-21T02:42:42.097831+00:00","is_paper":true,"thesis":"EMA cross + volume spike in trending_up regime → long with tight TP/SL.","reasoning":"EMA 9 (75,032) crossed above EMA 21 (74,842) on 15m with MACD histogram (+38.8) accelerating and RSI 14 (67.5) in neutral zone. Current candle (75,000) is testing prior swing low (74,950) with volume 1.4x 20-bar avg (1,250k vs 890k avg). Trending_up regime at 1.00 confidence, 1h/4h both confirm uptrend. ATR 14 = 251.6 → TP at 0.42% (333pts) and SL at 0.22% (156pts) for 1.92:1 R:R. Conviction: momentum (0.85) + volume (0.7) + regime (1.0) + HTF (1.0) + liquidity (0.5) = 0.78.","risk_flags":["news_spike_aftermath_pending","rsi_approaching_70_limiting_upside"],"_quota":{"plan":"enterprise","calls_used":2,"calls_remaining":-1,"reset_at":"2036-04-18T02:02:30.264071+00:00"}}
curl --location --request POST 'https://zylalabs.com/api/12432/neurotrade+signal+api/23501/generate+signal' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"symbol": "BTC/USDT",
"timeframe": "15m",
"strategy": "trend_rider",
"personality": "scalper",
"include_thesis": true
}'
Check the authenticated subscriber's plan quota status. Returns plan tier, number of API calls used in the current billing period, calls remaining until quota resets, and the next reset timestamp.
Authentication: Bearer token via Authorization header. Use the same key issued on plan activation.
Response codes: 200 on success with quota payload, 401 on missing or invalid key.
Use this endpoint before issuing signal requests when you want to display remaining-quota information to end users or implement client-side rate-limit awareness.
{"plan":"enterprise","calls_used":0,"calls_limit":-1,"calls_remaining":-1,"reset_at":"2036-04-18T02:02:30.264071+00:00","is_active":true}
curl --location --request GET 'https://zylalabs.com/api/12432/neurotrade+signal+api/23502/get+account+quota' --header 'Authorization: Bearer YOUR_API_KEY'
| Header | Description |
|---|---|
Authorization
|
[Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed. |
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
The Generate Signal endpoint returns an AI-generated trading signal that includes a directional call (OPEN_LONG, OPEN_SHORT, or CLOSE), a confidence score (0.0 to 1.0), entry price, take-profit and stop-loss levels, a natural-language thesis, a technical breakdown (RSI, MACD, EMA, ATR), risk flags, and the risk-to-reward ratio.
Key fields include "signal" (directional call), "confidence" (score), "entry_price," "tp" (take-profit), "sl" (stop-loss), "symbol," "timeframe," "thesis," "reasoning," "risk_flags," and "_quota" (quota details).
Users can customize requests by specifying parameters such as "symbol" (required), "timeframe" (required: 15m, 1h, 4h, 1d), "strategy" (optional: trend_rider, mean_reversion, breakout, momentum), "personality" (optional: scalper, swing, position), and "include_thesis" (boolean).
The response data is structured in JSON format, with key-value pairs representing the signal details. Each field is clearly labeled, allowing users to easily access specific information like the signal type, confidence score, and risk flags.
The Get Account Quota endpoint provides information about the subscriber's plan tier, the number of API calls used, calls remaining until the next reset, and the reset timestamp, helping users track their usage.
Typical use cases include algorithmic trading strategies, trading bots requiring structured entry and exit specifications, and retail traders seeking AI-driven insights to complement their analysis.
Data accuracy is maintained through the integration of real-time market feeds and advanced AI algorithms that analyze multiple technical indicators and market signals, ensuring reliable and timely trading signals.
Users should verify their input parameters for correctness and ensure they are within supported values. If issues persist, they may need to adjust their request or check for market conditions affecting signal generation.
The Generate Signal endpoint supports major cryptocurrency pairs, including BTC, ETH, SOL, and the top 50 cryptocurrencies by market cap. Users can request signals for any of these pairs across specified timeframes.
Users can specify the timeframe by including the "timeframe" parameter in their request. Accepted values are 15m, 1h, 4h, or 1d, allowing for flexibility in trading strategies.
The confidence score, ranging from 0.0 to 1.0, indicates the AI's certainty about the trading signal's effectiveness. A higher score suggests stronger conviction in the signal's potential success.
Risk flags are generated based on market conditions and technical indicators. They highlight potential risks such as volatility or liquidity issues, helping users make informed trading decisions.
The "include_thesis" parameter allows users to request a natural-language explanation of the market context behind the signal. This helps traders understand the rationale behind the AI's recommendations.
The risk-to-reward ratio helps traders assess the potential profitability of a trade relative to its risk. A favorable ratio indicates a higher potential reward for the risk taken, guiding decision-making.
The Get Account Quota endpoint provides details on the number of API calls used, calls remaining, and the plan tier. This information helps users monitor their API usage effectively.
The API ensures quality by integrating real-time market feeds with advanced AI algorithms that analyze multiple technical indicators and market signals, providing reliable and timely trading insights.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund
To obtain your API key, you first need to sign in to your account and subscribe to the API you want to use. Once subscribed, go to your Profile, open the Subscription section, and select the specific API. Your API key will be available there and can be used to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
If you don’t cancel before the 7th day, your free trial will end automatically and your subscription will switch to a paid plan under the same plan you originally subscribed to, meaning you will be charged and gain access to the API calls included in that plan.
The free trial ends when you reach 50 API requests or after 7 days, whichever comes first.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost, so you can test our APIs without any commitment.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
Service Level:
100%
Response Time:
0ms
Service Level:
100%
Response Time:
916ms
Service Level:
100%
Response Time:
1,459ms
Service Level:
100%
Response Time:
0ms
Service Level:
86%
Response Time:
391ms
Service Level:
100%
Response Time:
863ms
Service Level:
100%
Response Time:
8,351ms
Service Level:
100%
Response Time:
1,659ms
Service Level:
100%
Response Time:
418ms
Service Level:
100%
Response Time:
634ms
Service Level:
100%
Response Time:
5,411ms
Service Level:
100%
Response Time:
14,851ms
Service Level:
100%
Response Time:
1,718ms
Service Level:
100%
Response Time:
1,347ms
Service Level:
100%
Response Time:
54ms
Service Level:
100%
Response Time:
55ms
Service Level:
100%
Response Time:
2,957ms
Service Level:
100%
Response Time:
1,738ms
Service Level:
100%
Response Time:
6,199ms
Service Level:
100%
Response Time:
2,807ms