ME10003 - Tether Backing Risk Index

Gap between USDT supply and verified backing, reserve quality

Category

Stablecoin & Tether

API Endpoint

GET /v1/metrics/me10003

Request Example

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

Python Example

import requests

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

Response Format

See Also

Last updated