spotDeployState | Hyperliquid Info API
Info API
spotDeployState | Hyperliquid Info API
Hyperliquid spotDeployState: fetch the spot-token deployment state and gas auction for a deployer.
POST
spotDeployState | Hyperliquid Info API
Credit Cost
1 per call
Processing
Realtime
type: "spotDeployState" is used to fetch the spot-token deployment state and gas auction for a deployer.
- Wire-equal to
POST api.hyperliquid.xyz/infowith{"type": "spotDeployState", "user": "..."}. stateslists the deployer’s in-progress spot-token deployments; it is empty for auserwith no active deployment.gasAuctiondescribes the current spot-deploy Dutch gas auction, with gas prices returned as decimal strings.- User-keyed by the deployer address.
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.