Priority Auction
DeFi
Priority Auction
Real-time gossip priority auction status — bid slots, gas pricing, and cycle timing
GET
Priority Auction
Returns the current state of all priority fee auction slots. HyperLiquid runs two types of priority auctions: write priority (order execution) and read priority (data access).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.
Priority fees launched on HyperLiquid mainnet in April 2026. Write priority applies to IOC orders on HIP-3 assets (max 8 bps). Read priority runs 5 auction slots on 3-minute cycles.
Response
The response is a 2-element array:[write_slots, read_slots].
Write slots (index 0)
5 slots for order execution priority.null means no active auction for that slot.
Read slots (index 1)
5 slots for data access priority. Each active slot contains:Unix timestamp when this auction cycle began.
Cycle length in seconds. Currently 180 (3 minutes).
Starting gas price in HYPE at the beginning of the cycle.
Current gas price in HYPE. Decays linearly from
startGas toward zero over durationSeconds.Gas price when the auction was won.
null if no winner yet in this cycle.