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.
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.
Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world's most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]
Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.
The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.
Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]
Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.
API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.
Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.
To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.
To check how many API calls you have left for the current month, refer to the 'X-Zyla-API-Calls-Monthly-Remaining' field in the response header. For example, if your plan allows 1,000 requests per month and you've used 100, this field in the response header will indicate 900 remaining calls.
To see the maximum number of API requests your plan allows, check the 'X-Zyla-RateLimit-Limit' response header. For instance, if your plan includes 1,000 requests per month, this header will display 1,000.
The 'X-Zyla-RateLimit-Reset' header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3,600, it means 3,600 seconds are left until the limit resets.
Yes, you can cancel your plan anytime by going to your account and selecting the cancellation option on the Billing page. Please note that upgrades, downgrades, and cancellations take effect immediately. Additionally, upon cancellation, you will no longer have access to the service, even if you have remaining calls left in your quota.
You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]
To give you the opportunity to experience our APIs without any commitment, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost. This trial can be used only once, so we recommend applying it to the API that interests you the most. While most of our APIs offer a free trial, some may not. The trial concludes after 7 days or once you've made 50 requests, whichever occurs first. If you reach the 50 request limit during the trial, you will need to "Start Your Paid Plan" to continue making requests. You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab. Alternatively, if you don't cancel your subscription before the 7th day, your free trial will end, and your plan will automatically be billed, granting you access to all the API calls specified in your plan. Please keep this in mind to avoid unwanted charges.
After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, it's important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.
When you subscribe to an API free trial, you can make up to 50 API calls. If you wish to make additional API calls beyond this limit, the API will prompt you to perform an "Start Your Paid Plan." You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab.
Payout Orders are processed between the 20th and the 30th of each month. If you submit your request before the 20th, your payment will be processed within this timeframe.
Service Level:
60%
Response Time:
4,129ms
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:
394ms
Service Level:
100%
Response Time:
863ms
Service Level:
100%
Response Time:
8,351ms
Service Level:
100%
Response Time:
8,217ms
Service Level:
100%
Response Time:
418ms