Get rate limit usage
Returns current rate limit quota status for your API key — how much weight you've used and how much remains in the current window.
Returns current rate limit quota status for your API key — how much weight you've used and how much remains in the current window.
Authorization
ApiKeyAuth API key for authentication. Obtain from the MMT dashboard. Keep secret and use only from your backend; never expose in browser/mobile clients.
In: header
Query Parameters
Response format. Defaults to json. Set to cbor for binary CBOR encoding.
"json" | "cbor"Response Body
application/json
application/json
curl -X GET "https://eu-central-1.mmt.gg/api/v1/usage"{
"limit": 0,
"remaining": 0,
"used": 0,
"reset": 0,
"window_seconds": 0
}{
"error": {
"code": "INVALID_PARAMS",
"message": "Invalid request parameters",
"details": {}
}
}Get take-profit heatmap GET
Returns take-profit heatmap data in flat format. Available only for hyperliquid and hyperliquid-xyz. Single exchange only (aggregated exchanges are not supported). Cost multiplier: 5x. Max 5,000 data points per request.
Get volume delta GET
Returns volume delta OHLC candles segmented by trade size bucket. Supports aggregated exchanges (requires tier permission). Requires a `bucket` parameter. Max 100,000 data points per request.