The
perpDeployAuctionStatus
call will return non-null when HIP-3: Builder-Deployed Perpetuals goes live on the mainnet.info
endpoint with type: "perpDeployAuctionStatus"
retrieves the status information about perpetual contract deployment auctions on the Hyperliquid exchange. This endpoint provides timing information and gas-related data for the auction system.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
Request body
type
(string, required) — The request type. Must be"perpDeployAuctionStatus"
to retrieve perpetual deployment auction status.
Response
The response is an object containing auction timing and gas information:Timing information
startTimeSeconds
(integer) — Auction start time in seconds since epochdurationSeconds
(integer) — Duration of the auction in seconds
Gas information
startGas
(string) — Starting gas amount for the auctioncurrentGas
(string) — Current gas amountendGas
(string or null) — Ending gas amount (null if auction is ongoing)
Example request
Shell
Example response
Use case
Theinfo
endpoint with type: "perpDeployAuctionStatus"
is essential for applications that need to:
- Auction timing: Monitor the timing and duration of perpetual deployment auctions
- Gas tracking: Track gas amounts and changes during auction processes
- System monitoring: Monitor the status of the auction system infrastructure
- Timeline calculation: Calculate auction progress and remaining time
- Integration timing: Plan system integrations around auction schedules
- Status reporting: Report on auction system operational status
- Data analysis: Analyze auction patterns and gas consumption trends
- Monitoring dashboards: Display auction timing information in management interfaces
Body
application/json
Request type to retrieve perpetual deployment auction status
Available options:
perpDeployAuctionStatus
Response
200 - application/json
Current status of perpetual deployment auctions
Perpetual deployment auction timing and gas information
Auction start time in seconds since epoch
Duration of the auction in seconds
Starting gas amount for the auction
Current gas amount
Ending gas amount (null if auction is ongoing)