Hyperextend Latest OHLCV Candles is a paid API for AI agents from api.hyperextend.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).
Returns the most recent OHLCV (open/high/low/close/volume) candle(s) for a given Hyperliquid asset and interval
Per-minute Hyperliquid market history: open interest, candles, trades, liquidations, HIP-3, spot and outcome markets. Query any window, pay per request over x402.
A JSON object containing the most recent OHLCV candle(s) for the requested asset and interval, including open, high, low, close prices, volume, trade count (n), and open/close timestamps in milliseconds.
GEThttps://api.hyperextend.xyz/v1/candles/%7Bcoin%7D/%7Binterval%7D/latestUse this endpoint when you need the freshest available candle data for a Hyperliquid asset without specifying a historical time window — ideal for real-time monitoring, dashboards, or triggering alerts based on the latest price action. Prefer over the windowed candles endpoint when you only need the most recent N candles.
{
"input": {
"type": "http",
"method": "GET",
"pathParams": {
"coin": "BTC",
"interval": "1m"
},
"queryParams": {
"n": 5
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
[
{
"c": "66137.0",
"h": "66160.0",
"l": "66129.0",
"n": 156,
"o": "66159.0",
"v": "3.56191",
"coin": "BTC",
"interval": "1m",
"open_time": 1781590500000,
"close_time": 1781590559999
},
{
"c": "66136.0",
"h": "66137.0",
"l": "66127.0",
"n": 140,
"o": "66137.0",
"v": "7.66869",
"coin": "BTC",
"interval": "1m",
"open_time": 1781590560000,
"close_time": 1781590619999
},
{
"c": "66181.0",
"h": "66182.0",
"l": "66135.0",
"n": 194,
"o": "66136.0",
"v": "2.82258",
"coin": "BTC",
"interval": "1m",
"open_time": 1781590620000,
"close_time": 1781590679999
},
{
"c": "66212.0",
"h": "66220.0",
"l": "66181.0",
"n": 390,
"o": "66182.0",
"v": "51.00508",
"coin": "BTC",
"interval": "1m",
"open_time": 1781590680000,
"close_time": 1781590739999
},
{
"c": "66207.0",
"h": "66212.0",
"l": "66205.0",
"n": 126,
"o": "66212.0",
"v": "3.51452",
"coin": "BTC",
"interval": "1m",
"open_time": 1781590740000,
"close_time": 1781590799999
}
]{
"type": "json",
"example": {
"c": "42080.0",
"h": "42100.0",
"l": "41950.0",
"n": 340,
"o": "42000.0",
"v": "12.5",
"interval": "1m",
"open_time": 1700000000000,
"close_time": 1700000059999
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"