All account endpoints require authentication viaDocumentation 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.
X-API-Key or X-HL-Private-Key header. See Authentication.
These endpoints query data for the wallet associated with your API key. For looking up any public address without authentication, see User Data.
Positions
Get your full clearinghouse state including all open positions, margin, and account value.GET /exchange/positions
Open orders
Get all currently resting orders.GET /exchange/open-orders
Fills
Get recent trade fills.GET /exchange/fills
Fills by time range
Get fills within a specific time window.GET /exchange/fills/by-time
| Param | Type | Required | Description |
|---|---|---|---|
start_time | number | Yes | Start timestamp (Unix ms) |
end_time | number | No | End timestamp (Unix ms) |
Order status
Check the status of a specific order by ID.GET /exchange/order-status/{oid}
Balances
Get your spot token balances.GET /exchange/balances
Funding history
Get your funding payments over a time range.GET /exchange/funding-history
| Param | Type | Required | Description |
|---|---|---|---|
start_time | number | Yes | Start timestamp (Unix ms) |
end_time | number | No | End timestamp (Unix ms) |
Fees
Get your current fee tier and rates.GET /exchange/fees
Portfolio
Get a portfolio summary including all positions and account metrics.GET /exchange/portfolio