perpDeployAuctionStatus
post
/info
Body
Request for the status of the perpetual deploy auction.
typeundefined · enumRequiredPossible values:
Type of request.
Responses
200
Status of the perpetual deploy auction.
application/json
Status of the perpetual deploy auction.
currentGasstring · nullableRequiredPattern:
Current gas.
^[0-9]+(\.[0-9]+)?$durationSecondsnumberRequired
Duration in seconds.
endGasstring · nullableRequiredPattern:
Ending gas.
^[0-9]+(\.[0-9]+)?$startGasstringRequiredPattern:
Starting gas.
^[0-9]+(\.[0-9]+)?$startTimeSecondsnumberRequired
Auction start time (seconds since epoch).
422
Failed to deserialize the JSON body into the target type
text/plain
500
Internal Server Error
application/json
post
/infoLast updated