Groups
The
public group exposes Hyperliquid data that is keyless upstream — but reaching the hosted MCP server still requires a HypeDexer API key. See Authentication.tools/list — see Client configuration.
How results are shaped
The tools are built for agents rather than for dashboards, so responses are designed to keep an agent on track instead of filling its context window.- Pagination is explicit. List tools return a pagination handle with a
hintnaming the exact next call to make, so the agent can page through results without guessing. - Responses are truncated at a token budget. Instead of flooding the agent’s context, a large result is cut and carries a steering note explaining what was left out and how to narrow the query.
- Errors say how to recover. A failed call explains the fix — add a filter, top up credits, use a different key — rather than returning a bare status code. See Errors.