info
endpoint with type: "spotDeployState"
retrieves information about the current state of the spot token deployment system on the Hyperliquid exchange. This endpoint provides comprehensive data about deployment configurations, queues, recent deployments, and system status for the spot token ecosystem.
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.deploymentEnabled
(boolean, optional) — Whether new spot token deployments are currently enabledtotalDeployments
(integer, optional) — Total number of tokens deployed on the spot systemsystemStatus
(string, optional) — Current status of the deployment system:
"active"
— System is operational and accepting deployments"maintenance"
— System is under maintenance"paused"
— Deployments are temporarily pauseddeploymentCost
(string, optional) — Cost to deploy a new spot token expressed in USDmaxSupply
(string, optional) — Maximum token supply allowed for new deploymentsminSupply
(string, optional) — Minimum token supply required for new deploymentsdeploymentQueue
(array, optional) — Queue of pending token deployments:
deployer
(string) — Address of the token deployertokenName
(string) — Name of the token to be deployedtokenSymbol
(string) — Symbol of the token to be deployedsupply
(string) — Initial supply of the tokenqueuePosition
(integer) — Position in the deployment queueestimatedDeployTime
(integer) — Estimated deployment timestamp in millisecondsrecentDeployments
(array, optional) — Recently deployed tokens:
tokenAddress
(string) — Contract address of the deployed tokentokenName
(string) — Name of the deployed tokentokenSymbol
(string) — Symbol of the deployed tokendeployer
(string) — Address of the token deployerdeployTime
(integer) — Deployment timestamp in millisecondsinitialSupply
(string) — Initial supply of the deployed tokeninfo
endpoint with type: "spotDeployState"
is essential for applications that need to:
Spot token deployment state and configuration information
Current state of spot token deployment system