API Documentation
version - v1 beta

Post Methods

For flexible, fast, low cost queries


[post]

backtest

[post]

cointegration

[post]

copula

[post]

correlations

[post]

spread

[post]

zscores

Get Methods

Data done for you


[get]

backtest

[get]

cointegration

[get]

copula

[get]

correlations

[get]

credits used

[get]

prescanned

[get]

spread

[get]

zscores

API Route - prescanned-get

/v1beta/prescanned

https://api.cryptowizards.net/v1beta/prescanned
Credits: 10


A snapshot of top winners from the Crypto Wizards prescanning tool. Useful for identifying pairs which are showing promising performance based on backtests and a whole bunch of other metrics. Seeks to return the top 100 for a given strategy filter, sorted by priority.


Parameters

priority (required)
Sharpe, Timestamp, ZScore, ZScoreRoll. Note: ZScore is the normalised spread.
strategy (required)
Spread, ZScoreRoll, Copula
exchange
Binance, BinanceUs, ByBit, Coinbase, Dydx, Forex, Stocks
interval
Daily or Hourly
asset
Filter for symbol_1 or symbol_2 to include BTCUSDT, ETHUSDT, etc...

GitHub Code Examples

Request Body (Curl)

curl -X GET "https://api.cryptowizards.net/v1beta/prescanned?priority=Sharpe\
&strategy=Spread" \
-H "Content-Type: application/json" \
-H "X-api-key: REPLACE_WITH_YOUR_API_KEY"

Response

[
  {
    "id": "251368-3-1",
    "pair_id": 251368,
    "spread_id": 3,
    "sym_1_volume": 87230880.0,
    "sym_2_volume": 3068.3,
    "sym_1_volatility_lt": 1.0814656,
    "sym_2_volatility_lt": 0.9234028,
    "strategy_id": 1,
    "spread_type": "static",
    "strategy": "zscore",
    "symbol_1": "AMP-USD",
    "symbol_2": "DEXT-USD",
    "profile_match": true,
    "exchange": "coinbase",
    "interval": "daily",
    "period": 365,
    "x_weighting": 0.46058026,
    "y_weighting": 0.5394198,
    "sharpe": 0.7867519,
    "returns_total": 0.6021109,
    "win_rate": 1.0,
    "closed": 1,
    "mdd": -0.28782487,
    "var": -0.09228635,
    "cvar": -0.11430175,
    "johansen_coint": false,
    "coint_eg": false,
    "coint_eg_inc_trend": true,
    "coint_eg_p": 0.053074416,
    "zero_cross": 19,
    "stddev_cross": 3,
    "hurst": 0.9266364,
    "half_life": 38.41244,
    "hedge_ratio": 0.19906269,
    "zscore_last": -1.4061792,
    "zscore_roll_last": -0.03096354,
    "zscore_window": 72,
    "ou_optimal": true,
    "copula_id": 4,
    "copula": "gumbel",
    "corr_copula": 0.15988724,
    "u1_given_u2": 0.6309161,
    "u2_given_u1": 0.060089976,
    "ml_confidence": 0.32883263,
    "mini_zscore": [],
    "backtest_ts": 1740139582
  },
  ...
]