info endpoint with type: "spotDeployState" returns the Spot Deploy Auction state. It exposes per‑token genesis state and the current gas auction parameters used for spot token deployment.
type (string, required) — The request type. Must be "spotDeployState" to retrieve spot deployment state information.user (string, required) — Address in 42-character hexadecimal format. Can be zero address (0x0000000000000000000000000000000000000000) for global state information.token (integer) — Token ID.spec (object) — Token spec with:
name (string)szDecimals (number)weiDecimals (number)fullName (string, optional)spots (array of integers) — Spot pair indices associated with the token.maxSupply (integer)hyperliquidityGenesisBalance (string)totalGenesisBalanceWei (string)userGenesisBalances (array) — Tuples of [address, balance] in string form.existingTokenGenesisBalances (array) — Tuples of [tokenIndex, balance] in string form.startTimeSeconds (integer) — Auction start time (seconds since epoch).durationSeconds (integer) — Auction duration in seconds.startGas (string) — Starting gas amount.currentGas (string or null) — Current gas amount.endGas (string, optional) — Ending gas amount when completed.info endpoint with type: "spotDeployState" is useful for:
gasAuction timing and gas parameters.states and genesis balances.Spot token deployment state and configuration information
Current state of spot token deployment system
Whether new spot token deployments are currently enabled
Total number of tokens deployed on the spot system
Cost to deploy a new spot token (in USD)
Maximum token supply allowed for new deployments
Minimum token supply required for new deployments
Queue of pending token deployments
Recently deployed tokens
Current status of the deployment system (e.g., 'active', 'maintenance', 'paused')