spotDeployState
post
/info
Request spot deploy state.
Body
Request spot deploy state.
typeundefined · enumRequiredPossible values:
Type of request.
userstring · min: 42 · max: 42RequiredPattern:
User address.
^0[xX][0-9a-fA-F]+$Responses
200
Deploy state for spot tokens.
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: 40
{
"type": "spotDeployState",
"user": "text"
}{
"states": [
{
"token": 1,
"spec": {
"name": "text",
"szDecimals": 1,
"weiDecimals": 1
},
"fullName": "text",
"deployerTradingFeeShare": "text",
"spots": [
1
],
"maxSupply": "text",
"hyperliquidityGenesisBalance": "text",
"totalGenesisBalanceWei": "text",
"userGenesisBalances": [
[]
],
"existingTokenGenesisBalances": [
[]
],
"blacklistUsers": [
"text"
]
}
],
"gasAuction": {
"currentGas": "text",
"durationSeconds": 1,
"endGas": "text",
"startGas": "text",
"startTimeSeconds": 1
}
}Last updated