For flexible, fast, low cost queries
Data done for you
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.
curl -X GET "https://api.cryptowizards.net/v1beta/credits-used" \
-H "Content-Type: application/json" \
-H "X-api-key: REPLACE_WITH_YOUR_API_KEY"
{
"copula_name": "clayton",
"u1_given_u2": 0.9671959405268634,
"u2_given_u1": 0.002435019838046139
}