perpDeployAuctionStatus

post
/info

Request for the status of the perpetual deploy auction.

Body

Request for the status of the perpetual deploy auction.

typeundefined · enumRequired

Type of request.

Possible values:
Responses
200

Status of the perpetual deploy auction.

application/json
post
/info
POST /info HTTP/1.1
Host: api.hyperliquid.xyz
Content-Type: application/json
Accept: */*
Content-Length: 34

{
  "type": "perpDeployAuctionStatus"
}
{
  "currentGas": "text",
  "durationSeconds": 1,
  "endGas": "text",
  "startGas": "text",
  "startTimeSeconds": 1
}

Last updated