
Quest
Integrate Hyperliquid Info API
Demonstrate integration with Hyperliquid's `/info` API by fetching market mids, user orders and fills, and providing a short integration README with sample code. Each task asks for a recorded API response and a brief explanation so reviewers can verify integration correctness. This quest is intended for developers who want a hands-on example of calling the Hyperliquid Info endpoint and handling common response shapes and pagination.
600 pts
1 Task
Exchange
Easy

Fetch MIDs for all coins
Use the Hyperliquid `/info` endpoint to request mids for all coins (example request body: `{ "mids": true }` or per docs). Attach the raw JSON response and highlight one sample coin and its returned mid price. Explain any observations about returned keys or values.
150