Skip to main content
POST
spotDeployState | Hyperliquid Info API

Credit Cost

1 per call

Processing

Realtime
The Hyperliquid info endpoint with type: "spotDeployState" is used to fetch the spot-token deployment state and gas auction for a deployer.
Estimate your monthly cost for this API using the Pricing Calculator.
  • Wire-equal to POST api.hyperliquid.xyz/info with {"type": "spotDeployState", "user": "..."}.
  • states lists the deployer’s in-progress spot-token deployments; it is empty for a user with no active deployment.
  • gasAuction describes the current spot-deploy Dutch gas auction, with gas prices returned as decimal strings.
  • User-keyed by the deployer address.
Returns the spot-token deployment state for a deployer: any in-progress token deployments (states) plus the current spot-deploy gas auction (gasAuction). Use it to track a deployer’s genesis configuration and the live gas price required to deploy a spot token.

Endpoint

Request

string
default:"spotDeployState"
required
Always "spotDeployState".
string
required
The deployer wallet address (lowercase 0x-prefixed hex).

Example

Response

A single object with the deployer’s in-progress deployments and the current gas auction. states is empty when the deployer has no active spot deployment.

Field descriptions

Gas prices and genesis balances are returned as decimal strings, preserving upstream precision. Do not parse them as floats - keep them as strings or use a fixed-precision decimal type.
array<object>
In-progress spot-token deployments for this deployer. Empty when the deployer has no active deployment.
object
Current spot-deploy gas auction.
Last reviewed: 2026-07-24