Although HIP-4 is available on Mainnet, some endpoints are currently only on Testnet (multi answers).
What is HIP-4?
HIP-4 introduces on-chain prediction markets (outcome trading) on Hyperliquid. Users can trade binary outcomes (Yes/No) on questions like “BTC above 66220 on Mar 29?” or multi-outcome questions like “What will Hypurr eat the most of in Feb 2026?”Permissionless providers and the oracle convention
Since the permissionless-HIP4 network upgrade (2026-08-29), HIP-4 prediction markets can be deployed by third-party providers — a deployer address operating a named venue — not only by the Hyperliquid oracle. The API attributes every market, question and fill to its provider: market and fill rows carryvenue / deployer fields, question rows derive theirs from their outcomes, and GET /hip4/providers aggregates trading stats per provider. The GET /hip4/deployers registry lists each venue’s operator, fee scale and delegated permissions.
Markets that predate the upgrade — and any market still emitted by the HL oracle pipeline — have no on-chain venue. So that aggregates are complete, the API reports them under the reserved provider name oracle:
This
oracle convention applies consistently across all HIP-4 endpoints. A new permissionless venue appears in /hip4/providers automatically after its first fill.
Base URL
https://api.hypedexer.com/Key concepts
Fee behavior
Outcome token fills (@ coins) are charged normal spot fees (taker/maker rates). The fee_usdc field normalizes fees to USD equivalent.