ME10007 - Volume Authenticity Index

Wash trading filter distinguishing organic vs fake volume

Category

Volume & Liquidity

API Endpoint

GET /v1/metrics/me10007

Request Example

curl -X GET "https://api.madjik.io/v1/metrics/me10007" \
  -H "Authorization: Bearer YOUR_API_KEY"

Python Example

import requests

response = requests.get(
    "https://api.madjik.io/v1/metrics/me10007",
    headers={"Authorization": "Bearer YOUR_API_KEY"}
)
data = response.json()
print(data)

Response Format

See Also

Last updated