spotPairDeployAuctionStatus
post
/info
Request for the status of the spot deploy auction.
Body
Request for the status of the spot deploy auction.
typeundefined · enumRequiredPossible values:
Type of request.
Responses
200
Status of the spot deploy auction.
application/json
422
Failed to deserialize the JSON body into the target type
text/plain
500
Internal Server Error
application/json
post
/infoPOST /info HTTP/1.1
Host: api.hyperliquid.xyz
Content-Type: application/json
Accept: */*
Content-Length: 38
{
"type": "spotPairDeployAuctionStatus"
}{
"currentGas": "text",
"durationSeconds": 1,
"endGas": "text",
"startGas": "text",
"startTimeSeconds": 1
}Last updated