ME10006 - Exchange Manipulation Index

Detection of trading against customers and liquidation hunting

Category

Exchange & Counterparty

API Endpoint

GET /v1/metrics/me10006

Request Example

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

Python Example

import requests

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

Response Format

See Also

Last updated