Documentation Index
Fetch the complete documentation index at: https://hypernode-docs.polynode.dev/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
coin | string | Yes | Asset symbol (e.g., BTC, ETH, SOL, HYPE) |
Response
Order fields
| Field | Type | Description |
|---|---|---|
user | string | Wallet address that placed the order |
coin | string | Asset symbol |
side | string | "B" = buy/bid, "A" = sell/ask |
limitPx | string | Order price |
sz | string | Current size (may differ from origSz if partially filled) |
origSz | string | Original order size |
oid | number | Order ID |
orderType | string | "Limit" or trigger type |
tif | string | Time in force: "Alo", "Gtc", "Ioc" |
timestamp | number | Unix milliseconds when order was placed |
reduceOnly | boolean | Whether this is a reduce-only order |
isTrigger | boolean | Whether this is a trigger/stop order |
triggerPx | string | Trigger price (if applicable) |
isPositionTpsl | boolean | Whether this is a position TP/SL |
cloid | string or null | Client order ID. Null if not set (~60% of orders). |
children | array | Child TP/SL orders attached to this order. Each child is a full order object with trigger conditions. |
triggerCondition | string | Trigger condition: "N/A" for regular orders, or a condition like "Price above 74563" for trigger orders. |
Example
Nullable fields
Some fields can benull:
cloid— null when no client order ID was set (~60% of orders)tif— rarely null, usually"Alo"or"Gtc"builder— null when no builder fee is attached
Notes
- Response size for BTC is ~18MB (~48,000 total orders). Use compression (
Accept-Encoding: gzip). - Data refreshes every 1 second from our local node.
- Trigger orders that have not been activated are not included.