Skip to content

Commit fd23cad

Browse files
authored
Merge pull request #3 from smypmsa/feat/query-spot-deploy-state
feat(info): add query_spot_deploy_auction_status method
2 parents d0b4869 + 8dfc59d commit fd23cad

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
@@ -614,6 +614,9 @@ def query_user_to_multi_sig_signers(self, multi_sig_user: str) -> Any:
614614

615615
def query_perp_deploy_auction_status(self) -> Any:
616616
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})
617620

618621
def _remap_coin_subscription(self, subscription: Subscription) -> None:
619622
if (

0 commit comments

Comments
 (0)