spotDeployState

post
/info

Request spot deploy state.

Body

Request spot deploy state.

typeundefined · enumRequired

Type of request.

Possible values:
userstring · min: 42 · max: 42Required

User address.

Pattern: ^0[xX][0-9a-fA-F]+$
Responses
200

Deploy state for spot tokens.

application/json
post
/info
POST /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