Skip to content

Commit ad8beaf

Browse files
authored
Add spotDeployState to Info class (#200)
1 parent 9cd2f6c commit ad8beaf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hyperliquid/info.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,9 @@ def query_user_to_multi_sig_signers(self, multi_sig_user: str) -> Any:
612612
def query_perp_deploy_auction_status(self) -> Any:
613613
return self.post("/info", {"type": "perpDeployAuctionStatus"})
614614

615+
def query_spot_deploy_auction_status(self, user: str) -> Any:
616+
return self.post("/info", {"type": "spotDeployState", "user": user})
617+
615618
def _remap_coin_subscription(self, subscription: Subscription) -> None:
616619
if (
617620
subscription["type"] == "l2Book"

0 commit comments

Comments
 (0)