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 Docs v1beta

Crypto Wizards Statistical Arbitrage API

Welcome to the Crypto Wizards API for pairs trading and statistical arbitrage research.

Note: You will be able to build your own bots and use this api stictly for personal use (unless you receive permission for commercial use in writing).

Note: Our API is in beta phase (pre-version 1) and is subject to change and further testing.


Your API Key

To receive an API key, please sign in to https://cryptowizards.net. From there, just navigate to your account within the members area.

The upgraded API membership is still strictly for personal use including education and research unless explicitly approved for commercial use in writing.

You should become familiar with the Crypto Wizards terms, privacy policy and disclaimer prior to using our API.


Rate Limits

All Crypto Wizards members have access to 1,000 credits per day at no extra charge.

Each API request consumes a specific number of credits depending on the endpoint complexity, but moreso whether you require Crypto Wizards to supply the input data.

For wizards building advanced algorithms that require many calculations, we offer an upgraded tier with 50,000 credits per day.

To upgrade your account:

  1. Log in to your Crypto Wizards account
  2. Navigate to the members area
  3. Click on 'Manage Billing' in your account page
  4. Select the upgraded API plan

Note: API credit usage is reset daily at 00:00 UTC.


Usage Examples

Here are some usage examples for a user on the upgraded limits tier to illustrate.

Scenario 1: Let's say you are querying spread statistics for known close price data (supplied by yourself), you would be able to do this 50,000 times per day.

Scenario 2: Let's say you are querying spread statistics for close price data (supplied by Crypto Wizards), you would be able to do this 10,000 times per day.

Usage resets to zero each day.


Documentation

Navigate using the menu sidebar or below. Code examples have been provided for each api endpoint.

Feel free to checkout the example working code for Python, Typescript, Rust and Curl below:

https://github.com/CryptoWizardsNet/cwizards-api-service-examples