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 - credits-get

/v1beta/credits-used

https://api.cryptowizards.net/v1beta/correlations
Credits: 0


Confirms current days credits usage for provided API key. Days are measured in UTC. Just provide your latest active API key in the headers as X-api-key. The endoint will then return the usage for the given api key, plus any others you have used within the day.


GitHub Code Examples

Request Body (Curl)

curl -X GET "https://api.cryptowizards.net/v1beta/credits-used" \
-H "Content-Type: application/json" \
-H "X-api-key: REPLACE_WITH_YOUR_API_KEY"

Response

{
  "copula_name": "clayton",
  "u1_given_u2": 0.9671959405268634,
  "u2_given_u1": 0.002435019838046139
}