We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0b4869 + 8dfc59d commit fd23cadCopy full SHA for fd23cad
hyperliquid/info.py
@@ -614,6 +614,9 @@ def query_user_to_multi_sig_signers(self, multi_sig_user: str) -> Any:
614
615
def query_perp_deploy_auction_status(self) -> Any:
616
return self.post("/info", {"type": "perpDeployAuctionStatus"})
617
+
618
+ def query_spot_deploy_auction_status(self, user: str) -> Any:
619
+ return self.post("/info", {"type": "spotDeployState", "user": user})
620
621
def _remap_coin_subscription(self, subscription: Subscription) -> None:
622
if (
0 commit comments