Quickstart

Get a key and run your first analysis in under a minute. Every CLI command has a matching endpoint. Full interactive reference at /docs.

1 — Get a free API key

50 calls/day, no card required.


  

The response contains your api_key (starts with apex_). Send it as the X-API-Key header on every request.

2 — Run a backtest

The honest baseline: an efficient market (edge=0) wins ~95% of trades yet loses money to fees.



  
3 — Score a live snapshot

Ask the council to vote on your own market data.



  
4 — Full tearsheet

Seven analyses (backtest, significance, walk-forward, OOS, permutation, regime) in one Markdown report.



  
Python


  
Real data — any asset

Backtest on real downloaded prices for crypto, stocks, or ETFs (server fetches it):


  

List assets with GET /v1/assets. Validate an edge end-to-end with /v1/gate (GO/NO-GO).

More endpoints

The full robustness suite is available — same auth, same shape: /v1/oos (out-of-sample split), /v1/permtest (permutation p-value), /v1/regime (volatility bands), /v1/sensitivity (parameter robustness), /v1/sweep (break-even edge), /v1/compare (head-to-head), /v1/montecarlo, /v1/walkforward, /v1/significance. Full schemas at /docs.

Need apex_max (the 11-signal military-grade profile) or more volume? Upgrade to Pro. Reminder: this is measurement/analytics — it places no real trades and is not financial advice.