@nktkas/hyperliquid 0.25.9 → 0.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2229) hide show
  1. package/README.md +25 -21
  2. package/bin/cli.ts +318 -0
  3. package/dist/bin/_utils.d.ts.map +1 -0
  4. package/dist/bin/_utils.js.map +1 -0
  5. package/dist/bin/cli.d.ts.map +1 -0
  6. package/dist/bin/cli.js +298 -0
  7. package/dist/bin/cli.js.map +1 -0
  8. package/dist/src/_base.d.ts.map +1 -0
  9. package/dist/src/_base.js.map +1 -0
  10. package/dist/src/api/_base.d.ts +53 -0
  11. package/dist/src/api/_base.d.ts.map +1 -0
  12. package/dist/src/api/_base.js +65 -0
  13. package/dist/src/api/_base.js.map +1 -0
  14. package/dist/src/api/_common_schemas.d.ts +425 -0
  15. package/dist/src/api/_common_schemas.d.ts.map +1 -0
  16. package/dist/src/api/_common_schemas.js.map +1 -0
  17. package/dist/src/api/exchange/_base/_errors.d.ts +16 -0
  18. package/dist/src/api/exchange/_base/_errors.d.ts.map +1 -0
  19. package/dist/src/api/exchange/_base/_errors.js +51 -0
  20. package/dist/src/api/exchange/_base/_errors.js.map +1 -0
  21. package/dist/src/api/exchange/_base/_execute.d.ts +33 -0
  22. package/dist/src/api/exchange/_base/_execute.d.ts.map +1 -0
  23. package/dist/src/api/exchange/_base/_execute.js.map +1 -0
  24. package/dist/src/api/exchange/_base/_helpers.d.ts +11 -0
  25. package/dist/src/api/exchange/_base/_helpers.d.ts.map +1 -0
  26. package/dist/src/api/exchange/_base/_helpers.js.map +1 -0
  27. package/dist/src/api/exchange/_base/_nonce.d.ts.map +1 -0
  28. package/dist/src/api/exchange/_base/_nonce.js.map +1 -0
  29. package/dist/src/api/exchange/_base/_schemas.d.ts.map +1 -0
  30. package/dist/src/api/exchange/_base/_schemas.js.map +1 -0
  31. package/dist/src/api/exchange/_base/_types.d.ts +61 -0
  32. package/dist/src/api/exchange/_base/_types.d.ts.map +1 -0
  33. package/dist/src/api/exchange/_base/_types.js.map +1 -0
  34. package/dist/src/api/exchange/_base/mod.d.ts +6 -0
  35. package/dist/src/api/exchange/_base/mod.d.ts.map +1 -0
  36. package/dist/src/api/exchange/_base/mod.js.map +1 -0
  37. package/dist/src/api/exchange/agentEnableDexAbstraction.d.ts +74 -0
  38. package/dist/src/api/exchange/agentEnableDexAbstraction.d.ts.map +1 -0
  39. package/dist/src/api/exchange/agentEnableDexAbstraction.js.map +1 -0
  40. package/dist/src/api/exchange/approveAgent.d.ts +104 -0
  41. package/dist/src/api/exchange/approveAgent.d.ts.map +1 -0
  42. package/dist/src/api/exchange/approveAgent.js.map +1 -0
  43. package/dist/src/api/exchange/approveBuilderFee.d.ts +104 -0
  44. package/dist/src/api/exchange/approveBuilderFee.d.ts.map +1 -0
  45. package/dist/src/api/exchange/approveBuilderFee.js.map +1 -0
  46. package/dist/src/api/exchange/batchModify.d.ts +221 -0
  47. package/dist/src/api/exchange/batchModify.d.ts.map +1 -0
  48. package/dist/src/api/exchange/batchModify.js.map +1 -0
  49. package/dist/src/api/exchange/cDeposit.d.ts +100 -0
  50. package/dist/src/api/exchange/cDeposit.d.ts.map +1 -0
  51. package/dist/src/api/exchange/cDeposit.js.map +1 -0
  52. package/dist/src/api/exchange/cSignerAction.d.ts +102 -0
  53. package/dist/src/api/exchange/cSignerAction.d.ts.map +1 -0
  54. package/dist/src/api/exchange/cSignerAction.js.map +1 -0
  55. package/dist/src/api/exchange/cValidatorAction.d.ts +265 -0
  56. package/dist/src/api/exchange/cValidatorAction.d.ts.map +1 -0
  57. package/dist/src/api/exchange/cValidatorAction.js.map +1 -0
  58. package/dist/src/api/exchange/cWithdraw.d.ts +100 -0
  59. package/dist/src/api/exchange/cWithdraw.d.ts.map +1 -0
  60. package/dist/src/api/exchange/cWithdraw.js.map +1 -0
  61. package/dist/src/api/exchange/cancel.d.ts +176 -0
  62. package/dist/src/api/exchange/cancel.d.ts.map +1 -0
  63. package/dist/src/api/exchange/cancel.js.map +1 -0
  64. package/dist/src/api/exchange/cancelByCloid.d.ts +105 -0
  65. package/dist/src/api/exchange/cancelByCloid.d.ts.map +1 -0
  66. package/dist/src/api/exchange/cancelByCloid.js.map +1 -0
  67. package/dist/src/api/exchange/claimRewards.d.ts +72 -0
  68. package/dist/src/api/exchange/claimRewards.d.ts.map +1 -0
  69. package/dist/src/api/exchange/claimRewards.js.map +1 -0
  70. package/dist/src/api/exchange/convertToMultiSigUser.d.ts +149 -0
  71. package/dist/src/api/exchange/convertToMultiSigUser.d.ts.map +1 -0
  72. package/dist/src/api/exchange/convertToMultiSigUser.js.map +1 -0
  73. package/dist/src/api/exchange/createSubAccount.d.ts +104 -0
  74. package/dist/src/api/exchange/createSubAccount.d.ts.map +1 -0
  75. package/dist/src/api/exchange/createSubAccount.js.map +1 -0
  76. package/dist/src/api/exchange/createVault.d.ts +120 -0
  77. package/dist/src/api/exchange/createVault.d.ts.map +1 -0
  78. package/dist/src/api/exchange/createVault.js.map +1 -0
  79. package/dist/src/api/exchange/evmUserModify.d.ts +84 -0
  80. package/dist/src/api/exchange/evmUserModify.d.ts.map +1 -0
  81. package/dist/src/api/exchange/evmUserModify.js.map +1 -0
  82. package/dist/src/api/exchange/linkStakingUser.d.ts +112 -0
  83. package/dist/src/api/exchange/linkStakingUser.d.ts.map +1 -0
  84. package/dist/src/api/exchange/linkStakingUser.js.map +1 -0
  85. package/dist/src/api/exchange/modify.d.ts +190 -0
  86. package/dist/src/api/exchange/modify.d.ts.map +1 -0
  87. package/dist/src/api/exchange/modify.js.map +1 -0
  88. package/dist/src/api/exchange/multiSig.d.ts +2964 -0
  89. package/dist/src/api/exchange/multiSig.d.ts.map +1 -0
  90. package/dist/src/api/exchange/multiSig.js.map +1 -0
  91. package/dist/src/api/exchange/noop.d.ts +74 -0
  92. package/dist/src/api/exchange/noop.d.ts.map +1 -0
  93. package/dist/src/api/exchange/noop.js.map +1 -0
  94. package/dist/src/api/exchange/order.d.ts +456 -0
  95. package/dist/src/api/exchange/order.d.ts.map +1 -0
  96. package/dist/src/api/exchange/order.js.map +1 -0
  97. package/dist/src/api/exchange/perpDeploy.d.ts +368 -0
  98. package/dist/src/api/exchange/perpDeploy.d.ts.map +1 -0
  99. package/dist/src/api/exchange/perpDeploy.js +196 -0
  100. package/dist/src/api/exchange/perpDeploy.js.map +1 -0
  101. package/dist/src/api/exchange/registerReferrer.d.ts +84 -0
  102. package/dist/src/api/exchange/registerReferrer.d.ts.map +1 -0
  103. package/dist/src/api/exchange/registerReferrer.js.map +1 -0
  104. package/dist/src/api/exchange/reserveRequestWeight.d.ts +84 -0
  105. package/dist/src/api/exchange/reserveRequestWeight.d.ts.map +1 -0
  106. package/dist/src/api/exchange/reserveRequestWeight.js.map +1 -0
  107. package/dist/src/api/exchange/scheduleCancel.d.ts +93 -0
  108. package/dist/src/api/exchange/scheduleCancel.d.ts.map +1 -0
  109. package/dist/src/api/exchange/scheduleCancel.js.map +1 -0
  110. package/dist/src/api/exchange/sendAsset.d.ts +126 -0
  111. package/dist/src/api/exchange/sendAsset.d.ts.map +1 -0
  112. package/dist/src/api/exchange/sendAsset.js.map +1 -0
  113. package/dist/src/api/exchange/setDisplayName.d.ts +88 -0
  114. package/dist/src/api/exchange/setDisplayName.d.ts.map +1 -0
  115. package/dist/src/api/exchange/setDisplayName.js.map +1 -0
  116. package/dist/src/api/exchange/setReferrer.d.ts +84 -0
  117. package/dist/src/api/exchange/setReferrer.d.ts.map +1 -0
  118. package/dist/src/api/exchange/setReferrer.js.map +1 -0
  119. package/dist/src/api/exchange/spotDeploy.d.ts +357 -0
  120. package/dist/src/api/exchange/spotDeploy.d.ts.map +1 -0
  121. package/dist/src/api/exchange/spotDeploy.js.map +1 -0
  122. package/dist/src/api/exchange/spotSend.d.ts +112 -0
  123. package/dist/src/api/exchange/spotSend.d.ts.map +1 -0
  124. package/dist/src/api/exchange/spotSend.js.map +1 -0
  125. package/dist/src/api/exchange/spotUser.d.ts +93 -0
  126. package/dist/src/api/exchange/spotUser.d.ts.map +1 -0
  127. package/dist/src/api/exchange/spotUser.js.map +1 -0
  128. package/dist/src/api/exchange/subAccountModify.d.ts +88 -0
  129. package/dist/src/api/exchange/subAccountModify.d.ts.map +1 -0
  130. package/dist/src/api/exchange/subAccountModify.js.map +1 -0
  131. package/dist/src/api/exchange/subAccountSpotTransfer.d.ts +101 -0
  132. package/dist/src/api/exchange/subAccountSpotTransfer.d.ts.map +1 -0
  133. package/dist/src/api/exchange/subAccountSpotTransfer.js.map +1 -0
  134. package/dist/src/api/exchange/subAccountTransfer.d.ts +92 -0
  135. package/dist/src/api/exchange/subAccountTransfer.d.ts.map +1 -0
  136. package/dist/src/api/exchange/subAccountTransfer.js.map +1 -0
  137. package/dist/src/api/exchange/tokenDelegate.d.ts +108 -0
  138. package/dist/src/api/exchange/tokenDelegate.d.ts.map +1 -0
  139. package/dist/src/api/exchange/tokenDelegate.js.map +1 -0
  140. package/dist/src/api/exchange/twapCancel.d.ts +162 -0
  141. package/dist/src/api/exchange/twapCancel.d.ts.map +1 -0
  142. package/dist/src/api/exchange/twapCancel.js.map +1 -0
  143. package/dist/src/api/exchange/twapOrder.d.ts +249 -0
  144. package/dist/src/api/exchange/twapOrder.d.ts.map +1 -0
  145. package/dist/src/api/exchange/twapOrder.js.map +1 -0
  146. package/dist/src/api/exchange/updateIsolatedMargin.d.ts +95 -0
  147. package/dist/src/api/exchange/updateIsolatedMargin.d.ts.map +1 -0
  148. package/dist/src/api/exchange/updateIsolatedMargin.js.map +1 -0
  149. package/dist/src/api/exchange/updateLeverage.d.ts +95 -0
  150. package/dist/src/api/exchange/updateLeverage.d.ts.map +1 -0
  151. package/dist/src/api/exchange/updateLeverage.js.map +1 -0
  152. package/dist/src/api/exchange/usdClassTransfer.d.ts +104 -0
  153. package/dist/src/api/exchange/usdClassTransfer.d.ts.map +1 -0
  154. package/dist/src/api/exchange/usdClassTransfer.js.map +1 -0
  155. package/dist/src/api/exchange/usdSend.d.ts +104 -0
  156. package/dist/src/api/exchange/usdSend.d.ts.map +1 -0
  157. package/dist/src/api/exchange/usdSend.js.map +1 -0
  158. package/dist/src/api/exchange/userDexAbstraction.d.ts +104 -0
  159. package/dist/src/api/exchange/userDexAbstraction.d.ts.map +1 -0
  160. package/dist/src/api/exchange/userDexAbstraction.js.map +1 -0
  161. package/dist/src/api/exchange/vaultDistribute.d.ts +92 -0
  162. package/dist/src/api/exchange/vaultDistribute.d.ts.map +1 -0
  163. package/dist/src/api/exchange/vaultDistribute.js.map +1 -0
  164. package/dist/src/api/exchange/vaultModify.d.ts +96 -0
  165. package/dist/src/api/exchange/vaultModify.d.ts.map +1 -0
  166. package/dist/src/api/exchange/vaultModify.js.map +1 -0
  167. package/dist/src/api/exchange/vaultTransfer.d.ts +92 -0
  168. package/dist/src/api/exchange/vaultTransfer.d.ts.map +1 -0
  169. package/dist/src/api/exchange/vaultTransfer.js.map +1 -0
  170. package/dist/src/api/exchange/withdraw3.d.ts +104 -0
  171. package/dist/src/api/exchange/withdraw3.d.ts.map +1 -0
  172. package/dist/src/api/exchange/withdraw3.js.map +1 -0
  173. package/dist/src/api/exchange/~client.d.ts +1711 -0
  174. package/dist/src/api/exchange/~client.d.ts.map +1 -0
  175. package/dist/src/api/exchange/~client.js.map +1 -0
  176. package/dist/src/api/exchange/~mod.d.ts +86 -0
  177. package/dist/src/api/exchange/~mod.d.ts.map +1 -0
  178. package/dist/src/api/exchange/~mod.js.map +1 -0
  179. package/dist/src/api/info/_types.d.ts +7 -0
  180. package/dist/src/api/info/_types.d.ts.map +1 -0
  181. package/dist/src/api/info/_types.js.map +1 -0
  182. package/dist/src/api/info/activeAssetData.d.ts +98 -0
  183. package/dist/src/api/info/activeAssetData.d.ts.map +1 -0
  184. package/dist/src/api/info/activeAssetData.js.map +1 -0
  185. package/dist/src/api/info/alignedQuoteTokenInfo.d.ts +66 -0
  186. package/dist/src/api/info/alignedQuoteTokenInfo.d.ts.map +1 -0
  187. package/dist/src/api/info/alignedQuoteTokenInfo.js +68 -0
  188. package/dist/src/api/info/alignedQuoteTokenInfo.js.map +1 -0
  189. package/dist/src/api/info/allMids.d.ts +49 -0
  190. package/dist/src/api/info/allMids.d.ts.map +1 -0
  191. package/dist/src/api/info/allMids.js.map +1 -0
  192. package/dist/src/api/info/allPerpMetas.d.ts +135 -0
  193. package/dist/src/api/info/allPerpMetas.d.ts.map +1 -0
  194. package/dist/src/api/info/allPerpMetas.js.map +1 -0
  195. package/dist/src/api/info/blockDetails.d.ts +151 -0
  196. package/dist/src/api/info/blockDetails.d.ts.map +1 -0
  197. package/dist/src/api/info/blockDetails.js.map +1 -0
  198. package/dist/src/api/info/candleSnapshot.d.ts +111 -0
  199. package/dist/src/api/info/candleSnapshot.d.ts.map +1 -0
  200. package/dist/src/api/info/candleSnapshot.js.map +1 -0
  201. package/dist/src/api/info/clearinghouseState.d.ts +269 -0
  202. package/dist/src/api/info/clearinghouseState.d.ts.map +1 -0
  203. package/dist/src/api/info/clearinghouseState.js.map +1 -0
  204. package/dist/src/api/info/delegations.d.ts +64 -0
  205. package/dist/src/api/info/delegations.d.ts.map +1 -0
  206. package/dist/src/api/info/delegations.js.map +1 -0
  207. package/dist/src/api/info/delegatorHistory.d.ts +142 -0
  208. package/dist/src/api/info/delegatorHistory.d.ts.map +1 -0
  209. package/dist/src/api/info/delegatorHistory.js.map +1 -0
  210. package/dist/src/api/info/delegatorRewards.d.ts +64 -0
  211. package/dist/src/api/info/delegatorRewards.d.ts.map +1 -0
  212. package/dist/src/api/info/delegatorRewards.js.map +1 -0
  213. package/dist/src/api/info/delegatorSummary.d.ts +63 -0
  214. package/dist/src/api/info/delegatorSummary.d.ts.map +1 -0
  215. package/dist/src/api/info/delegatorSummary.js.map +1 -0
  216. package/dist/src/api/info/exchangeStatus.d.ts +46 -0
  217. package/dist/src/api/info/exchangeStatus.d.ts.map +1 -0
  218. package/dist/src/api/info/exchangeStatus.js.map +1 -0
  219. package/dist/src/api/info/extraAgents.d.ts +64 -0
  220. package/dist/src/api/info/extraAgents.d.ts.map +1 -0
  221. package/dist/src/api/info/extraAgents.js.map +1 -0
  222. package/dist/src/api/info/frontendOpenOrders.d.ts +103 -0
  223. package/dist/src/api/info/frontendOpenOrders.d.ts.map +1 -0
  224. package/dist/src/api/info/frontendOpenOrders.js.map +1 -0
  225. package/dist/src/api/info/fundingHistory.d.ts +74 -0
  226. package/dist/src/api/info/fundingHistory.d.ts.map +1 -0
  227. package/dist/src/api/info/fundingHistory.js.map +1 -0
  228. package/dist/src/api/info/gossipRootIps.d.ts +39 -0
  229. package/dist/src/api/info/gossipRootIps.d.ts.map +1 -0
  230. package/dist/src/api/info/gossipRootIps.js.map +1 -0
  231. package/dist/src/api/info/historicalOrders.d.ts +132 -0
  232. package/dist/src/api/info/historicalOrders.d.ts.map +1 -0
  233. package/dist/src/api/info/historicalOrders.js.map +1 -0
  234. package/dist/src/api/info/isVip.d.ts +49 -0
  235. package/dist/src/api/info/isVip.d.ts.map +1 -0
  236. package/dist/src/api/info/isVip.js.map +1 -0
  237. package/dist/src/api/info/l2Book.d.ts +98 -0
  238. package/dist/src/api/info/l2Book.d.ts.map +1 -0
  239. package/dist/src/api/info/l2Book.js.map +1 -0
  240. package/dist/src/api/info/leadingVaults.d.ts +60 -0
  241. package/dist/src/api/info/leadingVaults.d.ts.map +1 -0
  242. package/dist/src/api/info/leadingVaults.js.map +1 -0
  243. package/dist/src/api/info/legalCheck.d.ts +60 -0
  244. package/dist/src/api/info/legalCheck.d.ts.map +1 -0
  245. package/dist/src/api/info/legalCheck.js.map +1 -0
  246. package/dist/src/api/info/liquidatable.d.ts +38 -0
  247. package/dist/src/api/info/liquidatable.d.ts.map +1 -0
  248. package/dist/src/api/info/liquidatable.js.map +1 -0
  249. package/dist/src/api/info/marginTable.d.ts +71 -0
  250. package/dist/src/api/info/marginTable.d.ts.map +1 -0
  251. package/dist/src/api/info/marginTable.js.map +1 -0
  252. package/dist/src/api/info/maxBuilderFee.d.ts +52 -0
  253. package/dist/src/api/info/maxBuilderFee.d.ts.map +1 -0
  254. package/dist/src/api/info/maxBuilderFee.js.map +1 -0
  255. package/dist/src/api/info/maxMarketOrderNtls.d.ts +41 -0
  256. package/dist/src/api/info/maxMarketOrderNtls.d.ts.map +1 -0
  257. package/dist/src/api/info/maxMarketOrderNtls.js.map +1 -0
  258. package/dist/src/api/info/meta.d.ts +133 -0
  259. package/dist/src/api/info/meta.d.ts.map +1 -0
  260. package/dist/src/api/info/meta.js.map +1 -0
  261. package/dist/src/api/info/metaAndAssetCtxs.d.ts +194 -0
  262. package/dist/src/api/info/metaAndAssetCtxs.d.ts.map +1 -0
  263. package/dist/src/api/info/metaAndAssetCtxs.js.map +1 -0
  264. package/dist/src/api/info/openOrders.d.ts +82 -0
  265. package/dist/src/api/info/openOrders.d.ts.map +1 -0
  266. package/dist/src/api/info/openOrders.js.map +1 -0
  267. package/dist/src/api/info/orderStatus.d.ts +150 -0
  268. package/dist/src/api/info/orderStatus.d.ts.map +1 -0
  269. package/dist/src/api/info/orderStatus.js.map +1 -0
  270. package/dist/src/api/info/perpDeployAuctionStatus.d.ts +56 -0
  271. package/dist/src/api/info/perpDeployAuctionStatus.d.ts.map +1 -0
  272. package/dist/src/api/info/perpDeployAuctionStatus.js.map +1 -0
  273. package/dist/src/api/info/perpDexLimits.d.ts +63 -0
  274. package/dist/src/api/info/perpDexLimits.d.ts.map +1 -0
  275. package/dist/src/api/info/perpDexLimits.js.map +1 -0
  276. package/dist/src/api/info/perpDexs.d.ts +78 -0
  277. package/dist/src/api/info/perpDexs.d.ts.map +1 -0
  278. package/dist/src/api/info/perpDexs.js +70 -0
  279. package/dist/src/api/info/perpDexs.js.map +1 -0
  280. package/dist/src/api/info/perpsAtOpenInterestCap.d.ts +47 -0
  281. package/dist/src/api/info/perpsAtOpenInterestCap.d.ts.map +1 -0
  282. package/dist/src/api/info/perpsAtOpenInterestCap.js.map +1 -0
  283. package/dist/src/api/info/portfolio.d.ts +169 -0
  284. package/dist/src/api/info/portfolio.d.ts.map +1 -0
  285. package/dist/src/api/info/portfolio.js.map +1 -0
  286. package/dist/src/api/info/preTransferCheck.d.ts +66 -0
  287. package/dist/src/api/info/preTransferCheck.d.ts.map +1 -0
  288. package/dist/src/api/info/preTransferCheck.js.map +1 -0
  289. package/dist/src/api/info/predictedFundings.d.ts +66 -0
  290. package/dist/src/api/info/predictedFundings.d.ts.map +1 -0
  291. package/dist/src/api/info/predictedFundings.js.map +1 -0
  292. package/dist/src/api/info/recentTrades.d.ts +84 -0
  293. package/dist/src/api/info/recentTrades.d.ts.map +1 -0
  294. package/dist/src/api/info/recentTrades.js.map +1 -0
  295. package/dist/src/api/info/referral.d.ts +274 -0
  296. package/dist/src/api/info/referral.d.ts.map +1 -0
  297. package/dist/src/api/info/referral.js.map +1 -0
  298. package/dist/src/api/info/spotClearinghouseState.d.ts +103 -0
  299. package/dist/src/api/info/spotClearinghouseState.d.ts.map +1 -0
  300. package/dist/src/api/info/spotClearinghouseState.js.map +1 -0
  301. package/dist/src/api/info/spotDeployState.d.ts +162 -0
  302. package/dist/src/api/info/spotDeployState.d.ts.map +1 -0
  303. package/dist/src/api/info/spotDeployState.js.map +1 -0
  304. package/dist/src/api/info/spotMeta.d.ts +137 -0
  305. package/dist/src/api/info/spotMeta.d.ts.map +1 -0
  306. package/dist/src/api/info/spotMeta.js.map +1 -0
  307. package/dist/src/api/info/spotMetaAndAssetCtxs.d.ts +185 -0
  308. package/dist/src/api/info/spotMetaAndAssetCtxs.d.ts.map +1 -0
  309. package/dist/src/api/info/spotMetaAndAssetCtxs.js.map +1 -0
  310. package/dist/src/api/info/spotPairDeployAuctionStatus.d.ts +56 -0
  311. package/dist/src/api/info/spotPairDeployAuctionStatus.d.ts.map +1 -0
  312. package/dist/src/api/info/spotPairDeployAuctionStatus.js.map +1 -0
  313. package/dist/src/api/info/subAccounts.d.ts +412 -0
  314. package/dist/src/api/info/subAccounts.d.ts.map +1 -0
  315. package/dist/src/api/info/subAccounts.js.map +1 -0
  316. package/dist/src/api/info/subAccounts2.d.ts +498 -0
  317. package/dist/src/api/info/subAccounts2.d.ts.map +1 -0
  318. package/dist/src/api/info/subAccounts2.js.map +1 -0
  319. package/dist/src/api/info/tokenDetails.d.ts +114 -0
  320. package/dist/src/api/info/tokenDetails.d.ts.map +1 -0
  321. package/dist/src/api/info/tokenDetails.js.map +1 -0
  322. package/dist/src/api/info/twapHistory.d.ts +132 -0
  323. package/dist/src/api/info/twapHistory.d.ts.map +1 -0
  324. package/dist/src/api/info/twapHistory.js.map +1 -0
  325. package/dist/src/api/info/txDetails.d.ts +102 -0
  326. package/dist/src/api/info/txDetails.d.ts.map +1 -0
  327. package/dist/src/api/info/txDetails.js.map +1 -0
  328. package/dist/src/api/info/userDetails.d.ts +106 -0
  329. package/dist/src/api/info/userDetails.d.ts.map +1 -0
  330. package/dist/src/api/info/userDetails.js.map +1 -0
  331. package/dist/src/api/info/userDexAbstraction.d.ts +49 -0
  332. package/dist/src/api/info/userDexAbstraction.d.ts.map +1 -0
  333. package/dist/src/api/info/userDexAbstraction.js.map +1 -0
  334. package/dist/src/api/info/userFees.d.ts +269 -0
  335. package/dist/src/api/info/userFees.d.ts.map +1 -0
  336. package/dist/src/api/info/userFees.js.map +1 -0
  337. package/dist/src/api/info/userFills.d.ts +122 -0
  338. package/dist/src/api/info/userFills.d.ts.map +1 -0
  339. package/dist/src/api/info/userFills.js.map +1 -0
  340. package/dist/src/api/info/userFillsByTime.d.ts +128 -0
  341. package/dist/src/api/info/userFillsByTime.d.ts.map +1 -0
  342. package/dist/src/api/info/userFillsByTime.js.map +1 -0
  343. package/dist/src/api/info/userFunding.d.ts +104 -0
  344. package/dist/src/api/info/userFunding.d.ts.map +1 -0
  345. package/dist/src/api/info/userFunding.js.map +1 -0
  346. package/dist/src/api/info/userNonFundingLedgerUpdates.d.ts +711 -0
  347. package/dist/src/api/info/userNonFundingLedgerUpdates.d.ts.map +1 -0
  348. package/dist/src/api/info/userNonFundingLedgerUpdates.js.map +1 -0
  349. package/dist/src/api/info/userRateLimit.d.ts +63 -0
  350. package/dist/src/api/info/userRateLimit.d.ts.map +1 -0
  351. package/dist/src/api/info/userRateLimit.js +61 -0
  352. package/dist/src/api/info/userRateLimit.js.map +1 -0
  353. package/dist/src/api/info/userRole.d.ts +84 -0
  354. package/dist/src/api/info/userRole.d.ts.map +1 -0
  355. package/dist/src/api/info/userRole.js.map +1 -0
  356. package/dist/src/api/info/userToMultiSigSigners.d.ts +57 -0
  357. package/dist/src/api/info/userToMultiSigSigners.d.ts.map +1 -0
  358. package/dist/src/api/info/userToMultiSigSigners.js.map +1 -0
  359. package/dist/src/api/info/userTwapSliceFills.d.ts +124 -0
  360. package/dist/src/api/info/userTwapSliceFills.d.ts.map +1 -0
  361. package/dist/src/api/info/userTwapSliceFills.js.map +1 -0
  362. package/dist/src/api/info/userTwapSliceFillsByTime.d.ts +133 -0
  363. package/dist/src/api/info/userTwapSliceFillsByTime.d.ts.map +1 -0
  364. package/dist/src/api/info/userTwapSliceFillsByTime.js.map +1 -0
  365. package/dist/src/api/info/userVaultEquities.d.ts +64 -0
  366. package/dist/src/api/info/userVaultEquities.d.ts.map +1 -0
  367. package/dist/src/api/info/userVaultEquities.js.map +1 -0
  368. package/dist/src/api/info/validatorL1Votes.d.ts +70 -0
  369. package/dist/src/api/info/validatorL1Votes.d.ts.map +1 -0
  370. package/dist/src/api/info/validatorL1Votes.js.map +1 -0
  371. package/dist/src/api/info/validatorSummaries.d.ts +155 -0
  372. package/dist/src/api/info/validatorSummaries.d.ts.map +1 -0
  373. package/dist/src/api/info/validatorSummaries.js.map +1 -0
  374. package/dist/src/api/info/vaultDetails.d.ts +359 -0
  375. package/dist/src/api/info/vaultDetails.d.ts.map +1 -0
  376. package/dist/src/api/info/vaultDetails.js +134 -0
  377. package/dist/src/api/info/vaultDetails.js.map +1 -0
  378. package/dist/src/api/info/vaultSummaries.d.ts +104 -0
  379. package/dist/src/api/info/vaultSummaries.d.ts.map +1 -0
  380. package/dist/src/api/info/vaultSummaries.js.map +1 -0
  381. package/dist/src/api/info/webData2.d.ts +821 -0
  382. package/dist/src/api/info/webData2.d.ts.map +1 -0
  383. package/dist/src/api/info/webData2.js.map +1 -0
  384. package/dist/src/api/info/~client.d.ts +2697 -0
  385. package/dist/src/api/info/~client.d.ts.map +1 -0
  386. package/dist/src/api/info/~client.js.map +1 -0
  387. package/dist/src/api/info/~mod.d.ts +91 -0
  388. package/dist/src/api/info/~mod.d.ts.map +1 -0
  389. package/dist/src/api/info/~mod.js.map +1 -0
  390. package/dist/src/api/subscription/_types.d.ts +7 -0
  391. package/dist/src/api/subscription/_types.d.ts.map +1 -0
  392. package/dist/src/api/subscription/_types.js.map +1 -0
  393. package/dist/src/api/subscription/activeAssetCtx.d.ts +97 -0
  394. package/dist/src/api/subscription/activeAssetCtx.d.ts.map +1 -0
  395. package/dist/src/api/subscription/activeAssetCtx.js.map +1 -0
  396. package/dist/src/api/subscription/activeAssetData.d.ts +84 -0
  397. package/dist/src/api/subscription/activeAssetData.d.ts.map +1 -0
  398. package/dist/src/api/subscription/activeAssetData.js.map +1 -0
  399. package/dist/src/api/subscription/activeSpotAssetCtx.d.ts +89 -0
  400. package/dist/src/api/subscription/activeSpotAssetCtx.d.ts.map +1 -0
  401. package/dist/src/api/subscription/activeSpotAssetCtx.js.map +1 -0
  402. package/dist/src/api/subscription/allMids.d.ts +58 -0
  403. package/dist/src/api/subscription/allMids.d.ts.map +1 -0
  404. package/dist/src/api/subscription/allMids.js.map +1 -0
  405. package/dist/src/api/subscription/assetCtxs.d.ts +108 -0
  406. package/dist/src/api/subscription/assetCtxs.d.ts.map +1 -0
  407. package/dist/src/api/subscription/assetCtxs.js.map +1 -0
  408. package/dist/src/api/subscription/bbo.d.ts +89 -0
  409. package/dist/src/api/subscription/bbo.d.ts.map +1 -0
  410. package/dist/src/api/subscription/bbo.js.map +1 -0
  411. package/dist/src/api/subscription/candle.d.ts +71 -0
  412. package/dist/src/api/subscription/candle.d.ts.map +1 -0
  413. package/dist/src/api/subscription/candle.js.map +1 -0
  414. package/dist/src/api/subscription/clearinghouseState.d.ts +285 -0
  415. package/dist/src/api/subscription/clearinghouseState.d.ts.map +1 -0
  416. package/dist/src/api/subscription/clearinghouseState.js.map +1 -0
  417. package/dist/src/api/subscription/explorerBlock.d.ts +64 -0
  418. package/dist/src/api/subscription/explorerBlock.d.ts.map +1 -0
  419. package/dist/src/api/subscription/explorerBlock.js.map +1 -0
  420. package/dist/src/api/subscription/explorerTxs.d.ts +83 -0
  421. package/dist/src/api/subscription/explorerTxs.d.ts.map +1 -0
  422. package/dist/src/api/subscription/explorerTxs.js.map +1 -0
  423. package/dist/src/api/subscription/l2Book.d.ts +95 -0
  424. package/dist/src/api/subscription/l2Book.d.ts.map +1 -0
  425. package/dist/src/api/subscription/l2Book.js.map +1 -0
  426. package/dist/src/api/subscription/notification.d.ts +51 -0
  427. package/dist/src/api/subscription/notification.d.ts.map +1 -0
  428. package/dist/src/api/subscription/notification.js.map +1 -0
  429. package/dist/src/api/subscription/openOrders.d.ts +128 -0
  430. package/dist/src/api/subscription/openOrders.d.ts.map +1 -0
  431. package/dist/src/api/subscription/openOrders.js.map +1 -0
  432. package/dist/src/api/subscription/orderUpdates.d.ts +101 -0
  433. package/dist/src/api/subscription/orderUpdates.d.ts.map +1 -0
  434. package/dist/src/api/subscription/orderUpdates.js.map +1 -0
  435. package/dist/src/api/subscription/spotState.d.ts +91 -0
  436. package/dist/src/api/subscription/spotState.d.ts.map +1 -0
  437. package/dist/src/api/subscription/spotState.js.map +1 -0
  438. package/dist/src/api/subscription/trades.d.ts +73 -0
  439. package/dist/src/api/subscription/trades.d.ts.map +1 -0
  440. package/dist/src/api/subscription/trades.js.map +1 -0
  441. package/dist/src/api/subscription/userEvents.d.ts +876 -0
  442. package/dist/src/api/subscription/userEvents.d.ts.map +1 -0
  443. package/dist/src/api/subscription/userEvents.js.map +1 -0
  444. package/dist/src/api/subscription/userFills.d.ts +152 -0
  445. package/dist/src/api/subscription/userFills.d.ts.map +1 -0
  446. package/dist/src/api/subscription/userFills.js.map +1 -0
  447. package/dist/src/api/subscription/userFundings.d.ts +91 -0
  448. package/dist/src/api/subscription/userFundings.d.ts.map +1 -0
  449. package/dist/src/api/subscription/userFundings.js.map +1 -0
  450. package/dist/src/api/subscription/userHistoricalOrders.d.ts +161 -0
  451. package/dist/src/api/subscription/userHistoricalOrders.d.ts.map +1 -0
  452. package/dist/src/api/subscription/userHistoricalOrders.js.map +1 -0
  453. package/dist/src/api/subscription/userNonFundingLedgerUpdates.d.ts +493 -0
  454. package/dist/src/api/subscription/userNonFundingLedgerUpdates.d.ts.map +1 -0
  455. package/dist/src/api/subscription/userNonFundingLedgerUpdates.js.map +1 -0
  456. package/dist/src/api/subscription/userTwapHistory.d.ts +161 -0
  457. package/dist/src/api/subscription/userTwapHistory.d.ts.map +1 -0
  458. package/dist/src/api/subscription/userTwapHistory.js.map +1 -0
  459. package/dist/src/api/subscription/userTwapSliceFills.d.ts +132 -0
  460. package/dist/src/api/subscription/userTwapSliceFills.d.ts.map +1 -0
  461. package/dist/src/api/subscription/userTwapSliceFills.js.map +1 -0
  462. package/dist/src/api/subscription/webData2.d.ts +694 -0
  463. package/dist/src/api/subscription/webData2.d.ts.map +1 -0
  464. package/dist/src/api/subscription/webData2.js.map +1 -0
  465. package/dist/src/api/subscription/webData3.d.ts +541 -0
  466. package/dist/src/api/subscription/webData3.d.ts.map +1 -0
  467. package/dist/src/api/subscription/webData3.js.map +1 -0
  468. package/dist/src/api/subscription/~client.d.ts +577 -0
  469. package/dist/src/api/subscription/~client.d.ts.map +1 -0
  470. package/dist/src/api/subscription/~client.js.map +1 -0
  471. package/dist/src/api/subscription/~mod.d.ts +52 -0
  472. package/dist/src/api/subscription/~mod.d.ts.map +1 -0
  473. package/dist/src/api/subscription/~mod.js.map +1 -0
  474. package/dist/src/mod.d.ts +9 -0
  475. package/dist/src/mod.d.ts.map +1 -0
  476. package/dist/src/mod.js.map +1 -0
  477. package/dist/src/signing/_signTypedData.d.ts +123 -0
  478. package/dist/src/signing/_signTypedData.d.ts.map +1 -0
  479. package/dist/src/signing/_signTypedData.js +161 -0
  480. package/dist/src/signing/_signTypedData.js.map +1 -0
  481. package/dist/src/signing/mod.d.ts +324 -0
  482. package/dist/src/signing/mod.d.ts.map +1 -0
  483. package/dist/src/signing/mod.js +366 -0
  484. package/dist/src/signing/mod.js.map +1 -0
  485. package/dist/src/transport/_polyfills.d.ts +23 -0
  486. package/dist/src/transport/_polyfills.d.ts.map +1 -0
  487. package/dist/src/transport/_polyfills.js +48 -0
  488. package/dist/src/transport/_polyfills.js.map +1 -0
  489. package/dist/src/transport/base.d.ts +48 -0
  490. package/dist/src/transport/base.d.ts.map +1 -0
  491. package/dist/src/transport/base.js +9 -0
  492. package/dist/src/transport/base.js.map +1 -0
  493. package/dist/src/transport/http/mod.d.ts +94 -0
  494. package/dist/src/transport/http/mod.d.ts.map +1 -0
  495. package/dist/src/transport/http/mod.js.map +1 -0
  496. package/dist/src/transport/websocket/_hyperliquid_event_target.d.ts +91 -0
  497. package/dist/src/transport/websocket/_hyperliquid_event_target.d.ts.map +1 -0
  498. package/dist/src/transport/websocket/_hyperliquid_event_target.js +54 -0
  499. package/dist/src/transport/websocket/_hyperliquid_event_target.js.map +1 -0
  500. package/dist/src/transport/websocket/_websocket_async_request.d.ts +37 -0
  501. package/dist/src/transport/websocket/_websocket_async_request.d.ts.map +1 -0
  502. package/dist/src/transport/websocket/_websocket_async_request.js +192 -0
  503. package/dist/src/transport/websocket/_websocket_async_request.js.map +1 -0
  504. package/dist/src/transport/websocket/mod.d.ts +123 -0
  505. package/dist/src/transport/websocket/mod.d.ts.map +1 -0
  506. package/dist/src/transport/websocket/mod.js +250 -0
  507. package/dist/src/transport/websocket/mod.js.map +1 -0
  508. package/dist/src/utils/_eip712.d.ts +42 -0
  509. package/dist/src/utils/_eip712.d.ts.map +1 -0
  510. package/dist/src/utils/_eip712.js.map +1 -0
  511. package/dist/src/utils/_format.d.ts.map +1 -0
  512. package/dist/src/utils/_format.js.map +1 -0
  513. package/dist/src/utils/_recover.d.ts +89 -0
  514. package/dist/src/utils/_recover.d.ts.map +1 -0
  515. package/dist/src/utils/_recover.js.map +1 -0
  516. package/dist/src/utils/_symbolConverter.d.ts +90 -0
  517. package/dist/src/utils/_symbolConverter.d.ts.map +1 -0
  518. package/dist/src/utils/_symbolConverter.js.map +1 -0
  519. package/dist/src/utils/mod.d.ts +4 -0
  520. package/dist/src/utils/mod.d.ts.map +1 -0
  521. package/dist/src/utils/mod.js.map +1 -0
  522. package/package.json +47 -44
  523. package/src/api/_base.ts +159 -0
  524. package/src/api/_common_schemas.ts +767 -0
  525. package/src/api/exchange/_base/_errors.ts +57 -0
  526. package/src/api/exchange/_base/_execute.ts +244 -0
  527. package/src/api/exchange/_base/_helpers.ts +26 -0
  528. package/src/api/exchange/_base/_schemas.ts +73 -0
  529. package/src/api/exchange/_base/_types.ts +88 -0
  530. package/src/api/exchange/_base/mod.ts +5 -0
  531. package/src/api/exchange/agentEnableDexAbstraction.ts +104 -0
  532. package/src/api/exchange/approveAgent.ts +141 -0
  533. package/src/api/exchange/approveBuilderFee.ts +141 -0
  534. package/src/api/exchange/batchModify.ts +148 -0
  535. package/src/api/exchange/cDeposit.ts +135 -0
  536. package/src/api/exchange/cSignerAction.ts +136 -0
  537. package/src/api/exchange/cValidatorAction.ts +276 -0
  538. package/src/api/exchange/cWithdraw.ts +135 -0
  539. package/src/api/exchange/cancel.ts +218 -0
  540. package/src/api/exchange/cancelByCloid.ts +136 -0
  541. package/src/api/exchange/claimRewards.ts +100 -0
  542. package/src/api/exchange/convertToMultiSigUser.ts +192 -0
  543. package/src/api/exchange/createSubAccount.ts +144 -0
  544. package/src/api/exchange/createVault.ts +165 -0
  545. package/src/api/exchange/evmUserModify.ts +115 -0
  546. package/src/api/exchange/linkStakingUser.ts +157 -0
  547. package/src/api/exchange/modify.ts +139 -0
  548. package/src/api/exchange/multiSig.ts +303 -0
  549. package/src/api/exchange/noop.ts +102 -0
  550. package/src/api/exchange/order.ts +350 -0
  551. package/src/api/exchange/perpDeploy.ts +381 -0
  552. package/src/api/exchange/registerReferrer.ts +116 -0
  553. package/src/api/exchange/reserveRequestWeight.ts +115 -0
  554. package/src/api/exchange/scheduleCancel.ts +145 -0
  555. package/src/api/exchange/sendAsset.ts +171 -0
  556. package/src/api/exchange/setDisplayName.ts +122 -0
  557. package/src/api/exchange/setReferrer.ts +116 -0
  558. package/src/api/exchange/spotDeploy.ts +358 -0
  559. package/src/api/exchange/spotSend.ts +151 -0
  560. package/src/api/exchange/spotUser.ts +121 -0
  561. package/src/api/exchange/subAccountModify.ts +121 -0
  562. package/src/api/exchange/subAccountSpotTransfer.ts +135 -0
  563. package/src/api/exchange/subAccountTransfer.ts +125 -0
  564. package/src/api/exchange/tokenDelegate.ts +147 -0
  565. package/src/api/exchange/twapCancel.ts +206 -0
  566. package/src/api/exchange/twapOrder.ts +265 -0
  567. package/src/api/exchange/updateIsolatedMargin.ts +131 -0
  568. package/src/api/exchange/updateLeverage.ts +131 -0
  569. package/src/api/exchange/usdClassTransfer.ts +141 -0
  570. package/src/api/exchange/usdSend.ts +141 -0
  571. package/src/api/exchange/userDexAbstraction.ts +145 -0
  572. package/src/api/exchange/vaultDistribute.ts +127 -0
  573. package/src/api/exchange/vaultModify.ts +129 -0
  574. package/src/api/exchange/vaultTransfer.ts +125 -0
  575. package/src/api/exchange/withdraw3.ts +141 -0
  576. package/src/api/exchange/~client.ts +1567 -0
  577. package/src/api/exchange/~mod.ts +87 -0
  578. package/src/api/info/_types.ts +7 -0
  579. package/src/api/info/activeAssetData.ts +147 -0
  580. package/src/api/info/alignedQuoteTokenInfo.ts +121 -0
  581. package/src/api/info/allMids.ts +88 -0
  582. package/src/api/info/allPerpMetas.ts +70 -0
  583. package/src/api/info/blockDetails.ts +165 -0
  584. package/src/api/info/candleSnapshot.ts +153 -0
  585. package/src/api/info/clearinghouseState.ts +279 -0
  586. package/src/api/info/delegations.ts +101 -0
  587. package/src/api/info/delegatorHistory.ts +156 -0
  588. package/src/api/info/delegatorRewards.ts +101 -0
  589. package/src/api/info/delegatorSummary.ts +100 -0
  590. package/src/api/info/exchangeStatus.ts +74 -0
  591. package/src/api/info/extraAgents.ts +102 -0
  592. package/src/api/info/frontendOpenOrders.ts +86 -0
  593. package/src/api/info/fundingHistory.ts +116 -0
  594. package/src/api/info/gossipRootIps.ts +65 -0
  595. package/src/api/info/historicalOrders.ts +97 -0
  596. package/src/api/info/isVip.ts +79 -0
  597. package/src/api/info/l2Book.ts +119 -0
  598. package/src/api/info/leadingVaults.ts +96 -0
  599. package/src/api/info/legalCheck.ts +95 -0
  600. package/src/api/info/liquidatable.ts +63 -0
  601. package/src/api/info/marginTable.ts +110 -0
  602. package/src/api/info/maxBuilderFee.ts +86 -0
  603. package/src/api/info/maxMarketOrderNtls.ts +74 -0
  604. package/src/api/info/meta.ts +160 -0
  605. package/src/api/info/metaAndAssetCtxs.ts +153 -0
  606. package/src/api/info/openOrders.ts +86 -0
  607. package/src/api/info/orderStatus.ts +122 -0
  608. package/src/api/info/perpDeployAuctionStatus.ts +91 -0
  609. package/src/api/info/perpDexLimits.ts +102 -0
  610. package/src/api/info/perpDexs.ts +124 -0
  611. package/src/api/info/perpsAtOpenInterestCap.ts +88 -0
  612. package/src/api/info/portfolio.ts +113 -0
  613. package/src/api/info/preTransferCheck.ts +105 -0
  614. package/src/api/info/predictedFundings.ts +117 -0
  615. package/src/api/info/recentTrades.ts +126 -0
  616. package/src/api/info/referral.ts +314 -0
  617. package/src/api/info/spotClearinghouseState.ts +121 -0
  618. package/src/api/info/spotDeployState.ts +194 -0
  619. package/src/api/info/spotMeta.ts +168 -0
  620. package/src/api/info/spotMetaAndAssetCtxs.ts +121 -0
  621. package/src/api/info/spotPairDeployAuctionStatus.ts +91 -0
  622. package/src/api/info/subAccounts.ts +111 -0
  623. package/src/api/info/subAccounts2.ts +120 -0
  624. package/src/api/info/tokenDetails.ts +178 -0
  625. package/src/api/info/twapHistory.ts +102 -0
  626. package/src/api/info/txDetails.ts +128 -0
  627. package/src/api/info/userDetails.ts +93 -0
  628. package/src/api/info/userDexAbstraction.ts +79 -0
  629. package/src/api/info/userFees.ts +333 -0
  630. package/src/api/info/userFills.ts +86 -0
  631. package/src/api/info/userFillsByTime.ts +96 -0
  632. package/src/api/info/userFunding.ts +142 -0
  633. package/src/api/info/userNonFundingLedgerUpdates.ts +530 -0
  634. package/src/api/info/userRateLimit.ts +100 -0
  635. package/src/api/info/userRole.ts +123 -0
  636. package/src/api/info/userToMultiSigSigners.ts +94 -0
  637. package/src/api/info/userTwapSliceFills.ts +95 -0
  638. package/src/api/info/userTwapSliceFillsByTime.ts +110 -0
  639. package/src/api/info/userVaultEquities.ts +101 -0
  640. package/src/api/info/validatorL1Votes.ts +94 -0
  641. package/src/api/info/validatorSummaries.ts +156 -0
  642. package/src/api/info/vaultDetails.ts +273 -0
  643. package/src/api/info/vaultSummaries.ts +133 -0
  644. package/src/api/info/webData2.ts +81 -0
  645. package/src/api/info/~client.ts +1716 -0
  646. package/src/api/info/~mod.ts +92 -0
  647. package/src/api/subscription/_types.ts +7 -0
  648. package/src/api/subscription/activeAssetCtx.ts +139 -0
  649. package/src/api/subscription/activeAssetData.ts +81 -0
  650. package/src/api/subscription/activeSpotAssetCtx.ts +129 -0
  651. package/src/api/subscription/allMids.ts +103 -0
  652. package/src/api/subscription/assetCtxs.ts +160 -0
  653. package/src/api/subscription/bbo.ts +95 -0
  654. package/src/api/subscription/candle.ts +79 -0
  655. package/src/api/subscription/clearinghouseState.ts +101 -0
  656. package/src/api/subscription/explorerBlock.ts +100 -0
  657. package/src/api/subscription/explorerTxs.ts +111 -0
  658. package/src/api/subscription/l2Book.ts +120 -0
  659. package/src/api/subscription/notification.ts +81 -0
  660. package/src/api/subscription/openOrders.ts +104 -0
  661. package/src/api/subscription/orderUpdates.ts +93 -0
  662. package/src/api/subscription/spotState.ts +96 -0
  663. package/src/api/subscription/trades.ts +76 -0
  664. package/src/api/subscription/userEvents.ts +275 -0
  665. package/src/api/subscription/userFills.ts +104 -0
  666. package/src/api/subscription/userFundings.ts +130 -0
  667. package/src/api/subscription/userHistoricalOrders.ts +111 -0
  668. package/src/api/subscription/userNonFundingLedgerUpdates.ts +95 -0
  669. package/src/api/subscription/userTwapHistory.ts +116 -0
  670. package/src/api/subscription/userTwapSliceFills.ts +105 -0
  671. package/src/api/subscription/webData2.ts +180 -0
  672. package/src/api/subscription/webData3.ts +179 -0
  673. package/src/api/subscription/~client.ts +713 -0
  674. package/src/api/subscription/~mod.ts +53 -0
  675. package/src/mod.ts +10 -0
  676. package/src/signing/_signTypedData.ts +314 -0
  677. package/src/signing/mod.ts +475 -0
  678. package/src/transport/_polyfills.ts +55 -0
  679. package/src/transport/base.ts +54 -0
  680. package/src/transport/http/mod.ts +218 -0
  681. package/src/transport/websocket/_hyperliquid_event_target.ts +137 -0
  682. package/src/transport/websocket/_websocket_async_request.ts +242 -0
  683. package/src/transport/websocket/mod.ts +349 -0
  684. package/src/utils/_eip712.ts +243 -0
  685. package/src/utils/_recover.ts +178 -0
  686. package/src/utils/_symbolConverter.ts +203 -0
  687. package/src/utils/mod.ts +3 -0
  688. package/CONTRIBUTING.md +0 -51
  689. package/esm/bin/_utils.d.ts.map +0 -1
  690. package/esm/bin/_utils.js.map +0 -1
  691. package/esm/bin/cli.d.ts.map +0 -1
  692. package/esm/bin/cli.js +0 -297
  693. package/esm/bin/cli.js.map +0 -1
  694. package/esm/package.json +0 -3
  695. package/esm/src/_base.d.ts.map +0 -1
  696. package/esm/src/_base.js.map +0 -1
  697. package/esm/src/api/_base.d.ts +0 -51
  698. package/esm/src/api/_base.d.ts.map +0 -1
  699. package/esm/src/api/_base.js +0 -62
  700. package/esm/src/api/_base.js.map +0 -1
  701. package/esm/src/api/_common_schemas.d.ts +0 -425
  702. package/esm/src/api/_common_schemas.d.ts.map +0 -1
  703. package/esm/src/api/_common_schemas.js.map +0 -1
  704. package/esm/src/api/exchange/_base/_errors.d.ts +0 -14
  705. package/esm/src/api/exchange/_base/_errors.d.ts.map +0 -1
  706. package/esm/src/api/exchange/_base/_errors.js +0 -51
  707. package/esm/src/api/exchange/_base/_errors.js.map +0 -1
  708. package/esm/src/api/exchange/_base/_execute.d.ts +0 -33
  709. package/esm/src/api/exchange/_base/_execute.d.ts.map +0 -1
  710. package/esm/src/api/exchange/_base/_execute.js.map +0 -1
  711. package/esm/src/api/exchange/_base/_helpers.d.ts +0 -11
  712. package/esm/src/api/exchange/_base/_helpers.d.ts.map +0 -1
  713. package/esm/src/api/exchange/_base/_helpers.js.map +0 -1
  714. package/esm/src/api/exchange/_base/_nonce.d.ts.map +0 -1
  715. package/esm/src/api/exchange/_base/_nonce.js.map +0 -1
  716. package/esm/src/api/exchange/_base/_schemas.d.ts.map +0 -1
  717. package/esm/src/api/exchange/_base/_schemas.js.map +0 -1
  718. package/esm/src/api/exchange/_base/_types.d.ts +0 -61
  719. package/esm/src/api/exchange/_base/_types.d.ts.map +0 -1
  720. package/esm/src/api/exchange/_base/_types.js.map +0 -1
  721. package/esm/src/api/exchange/_base/mod.d.ts +0 -6
  722. package/esm/src/api/exchange/_base/mod.d.ts.map +0 -1
  723. package/esm/src/api/exchange/_base/mod.js.map +0 -1
  724. package/esm/src/api/exchange/agentEnableDexAbstraction.d.ts +0 -74
  725. package/esm/src/api/exchange/agentEnableDexAbstraction.d.ts.map +0 -1
  726. package/esm/src/api/exchange/agentEnableDexAbstraction.js.map +0 -1
  727. package/esm/src/api/exchange/approveAgent.d.ts +0 -104
  728. package/esm/src/api/exchange/approveAgent.d.ts.map +0 -1
  729. package/esm/src/api/exchange/approveAgent.js.map +0 -1
  730. package/esm/src/api/exchange/approveBuilderFee.d.ts +0 -104
  731. package/esm/src/api/exchange/approveBuilderFee.d.ts.map +0 -1
  732. package/esm/src/api/exchange/approveBuilderFee.js.map +0 -1
  733. package/esm/src/api/exchange/batchModify.d.ts +0 -221
  734. package/esm/src/api/exchange/batchModify.d.ts.map +0 -1
  735. package/esm/src/api/exchange/batchModify.js.map +0 -1
  736. package/esm/src/api/exchange/cDeposit.d.ts +0 -100
  737. package/esm/src/api/exchange/cDeposit.d.ts.map +0 -1
  738. package/esm/src/api/exchange/cDeposit.js.map +0 -1
  739. package/esm/src/api/exchange/cSignerAction.d.ts +0 -102
  740. package/esm/src/api/exchange/cSignerAction.d.ts.map +0 -1
  741. package/esm/src/api/exchange/cSignerAction.js.map +0 -1
  742. package/esm/src/api/exchange/cValidatorAction.d.ts +0 -265
  743. package/esm/src/api/exchange/cValidatorAction.d.ts.map +0 -1
  744. package/esm/src/api/exchange/cValidatorAction.js.map +0 -1
  745. package/esm/src/api/exchange/cWithdraw.d.ts +0 -100
  746. package/esm/src/api/exchange/cWithdraw.d.ts.map +0 -1
  747. package/esm/src/api/exchange/cWithdraw.js.map +0 -1
  748. package/esm/src/api/exchange/cancel.d.ts +0 -176
  749. package/esm/src/api/exchange/cancel.d.ts.map +0 -1
  750. package/esm/src/api/exchange/cancel.js.map +0 -1
  751. package/esm/src/api/exchange/cancelByCloid.d.ts +0 -105
  752. package/esm/src/api/exchange/cancelByCloid.d.ts.map +0 -1
  753. package/esm/src/api/exchange/cancelByCloid.js.map +0 -1
  754. package/esm/src/api/exchange/claimRewards.d.ts +0 -72
  755. package/esm/src/api/exchange/claimRewards.d.ts.map +0 -1
  756. package/esm/src/api/exchange/claimRewards.js.map +0 -1
  757. package/esm/src/api/exchange/convertToMultiSigUser.d.ts +0 -149
  758. package/esm/src/api/exchange/convertToMultiSigUser.d.ts.map +0 -1
  759. package/esm/src/api/exchange/convertToMultiSigUser.js.map +0 -1
  760. package/esm/src/api/exchange/createSubAccount.d.ts +0 -104
  761. package/esm/src/api/exchange/createSubAccount.d.ts.map +0 -1
  762. package/esm/src/api/exchange/createSubAccount.js.map +0 -1
  763. package/esm/src/api/exchange/createVault.d.ts +0 -120
  764. package/esm/src/api/exchange/createVault.d.ts.map +0 -1
  765. package/esm/src/api/exchange/createVault.js.map +0 -1
  766. package/esm/src/api/exchange/evmUserModify.d.ts +0 -84
  767. package/esm/src/api/exchange/evmUserModify.d.ts.map +0 -1
  768. package/esm/src/api/exchange/evmUserModify.js.map +0 -1
  769. package/esm/src/api/exchange/linkStakingUser.d.ts +0 -112
  770. package/esm/src/api/exchange/linkStakingUser.d.ts.map +0 -1
  771. package/esm/src/api/exchange/linkStakingUser.js.map +0 -1
  772. package/esm/src/api/exchange/modify.d.ts +0 -190
  773. package/esm/src/api/exchange/modify.d.ts.map +0 -1
  774. package/esm/src/api/exchange/modify.js.map +0 -1
  775. package/esm/src/api/exchange/multiSig.d.ts +0 -2982
  776. package/esm/src/api/exchange/multiSig.d.ts.map +0 -1
  777. package/esm/src/api/exchange/multiSig.js.map +0 -1
  778. package/esm/src/api/exchange/noop.d.ts +0 -74
  779. package/esm/src/api/exchange/noop.d.ts.map +0 -1
  780. package/esm/src/api/exchange/noop.js.map +0 -1
  781. package/esm/src/api/exchange/order.d.ts +0 -456
  782. package/esm/src/api/exchange/order.d.ts.map +0 -1
  783. package/esm/src/api/exchange/order.js.map +0 -1
  784. package/esm/src/api/exchange/perpDeploy.d.ts +0 -400
  785. package/esm/src/api/exchange/perpDeploy.d.ts.map +0 -1
  786. package/esm/src/api/exchange/perpDeploy.js +0 -185
  787. package/esm/src/api/exchange/perpDeploy.js.map +0 -1
  788. package/esm/src/api/exchange/registerReferrer.d.ts +0 -84
  789. package/esm/src/api/exchange/registerReferrer.d.ts.map +0 -1
  790. package/esm/src/api/exchange/registerReferrer.js.map +0 -1
  791. package/esm/src/api/exchange/reserveRequestWeight.d.ts +0 -84
  792. package/esm/src/api/exchange/reserveRequestWeight.d.ts.map +0 -1
  793. package/esm/src/api/exchange/reserveRequestWeight.js.map +0 -1
  794. package/esm/src/api/exchange/scheduleCancel.d.ts +0 -93
  795. package/esm/src/api/exchange/scheduleCancel.d.ts.map +0 -1
  796. package/esm/src/api/exchange/scheduleCancel.js.map +0 -1
  797. package/esm/src/api/exchange/sendAsset.d.ts +0 -126
  798. package/esm/src/api/exchange/sendAsset.d.ts.map +0 -1
  799. package/esm/src/api/exchange/sendAsset.js.map +0 -1
  800. package/esm/src/api/exchange/setDisplayName.d.ts +0 -88
  801. package/esm/src/api/exchange/setDisplayName.d.ts.map +0 -1
  802. package/esm/src/api/exchange/setDisplayName.js.map +0 -1
  803. package/esm/src/api/exchange/setReferrer.d.ts +0 -84
  804. package/esm/src/api/exchange/setReferrer.d.ts.map +0 -1
  805. package/esm/src/api/exchange/setReferrer.js.map +0 -1
  806. package/esm/src/api/exchange/spotDeploy.d.ts +0 -357
  807. package/esm/src/api/exchange/spotDeploy.d.ts.map +0 -1
  808. package/esm/src/api/exchange/spotDeploy.js.map +0 -1
  809. package/esm/src/api/exchange/spotSend.d.ts +0 -112
  810. package/esm/src/api/exchange/spotSend.d.ts.map +0 -1
  811. package/esm/src/api/exchange/spotSend.js.map +0 -1
  812. package/esm/src/api/exchange/spotUser.d.ts +0 -93
  813. package/esm/src/api/exchange/spotUser.d.ts.map +0 -1
  814. package/esm/src/api/exchange/spotUser.js.map +0 -1
  815. package/esm/src/api/exchange/subAccountModify.d.ts +0 -88
  816. package/esm/src/api/exchange/subAccountModify.d.ts.map +0 -1
  817. package/esm/src/api/exchange/subAccountModify.js.map +0 -1
  818. package/esm/src/api/exchange/subAccountSpotTransfer.d.ts +0 -101
  819. package/esm/src/api/exchange/subAccountSpotTransfer.d.ts.map +0 -1
  820. package/esm/src/api/exchange/subAccountSpotTransfer.js.map +0 -1
  821. package/esm/src/api/exchange/subAccountTransfer.d.ts +0 -92
  822. package/esm/src/api/exchange/subAccountTransfer.d.ts.map +0 -1
  823. package/esm/src/api/exchange/subAccountTransfer.js.map +0 -1
  824. package/esm/src/api/exchange/tokenDelegate.d.ts +0 -108
  825. package/esm/src/api/exchange/tokenDelegate.d.ts.map +0 -1
  826. package/esm/src/api/exchange/tokenDelegate.js.map +0 -1
  827. package/esm/src/api/exchange/twapCancel.d.ts +0 -162
  828. package/esm/src/api/exchange/twapCancel.d.ts.map +0 -1
  829. package/esm/src/api/exchange/twapCancel.js.map +0 -1
  830. package/esm/src/api/exchange/twapOrder.d.ts +0 -249
  831. package/esm/src/api/exchange/twapOrder.d.ts.map +0 -1
  832. package/esm/src/api/exchange/twapOrder.js.map +0 -1
  833. package/esm/src/api/exchange/updateIsolatedMargin.d.ts +0 -95
  834. package/esm/src/api/exchange/updateIsolatedMargin.d.ts.map +0 -1
  835. package/esm/src/api/exchange/updateIsolatedMargin.js.map +0 -1
  836. package/esm/src/api/exchange/updateLeverage.d.ts +0 -95
  837. package/esm/src/api/exchange/updateLeverage.d.ts.map +0 -1
  838. package/esm/src/api/exchange/updateLeverage.js.map +0 -1
  839. package/esm/src/api/exchange/usdClassTransfer.d.ts +0 -104
  840. package/esm/src/api/exchange/usdClassTransfer.d.ts.map +0 -1
  841. package/esm/src/api/exchange/usdClassTransfer.js.map +0 -1
  842. package/esm/src/api/exchange/usdSend.d.ts +0 -104
  843. package/esm/src/api/exchange/usdSend.d.ts.map +0 -1
  844. package/esm/src/api/exchange/usdSend.js.map +0 -1
  845. package/esm/src/api/exchange/userDexAbstraction.d.ts +0 -104
  846. package/esm/src/api/exchange/userDexAbstraction.d.ts.map +0 -1
  847. package/esm/src/api/exchange/userDexAbstraction.js.map +0 -1
  848. package/esm/src/api/exchange/vaultDistribute.d.ts +0 -92
  849. package/esm/src/api/exchange/vaultDistribute.d.ts.map +0 -1
  850. package/esm/src/api/exchange/vaultDistribute.js.map +0 -1
  851. package/esm/src/api/exchange/vaultModify.d.ts +0 -96
  852. package/esm/src/api/exchange/vaultModify.d.ts.map +0 -1
  853. package/esm/src/api/exchange/vaultModify.js.map +0 -1
  854. package/esm/src/api/exchange/vaultTransfer.d.ts +0 -92
  855. package/esm/src/api/exchange/vaultTransfer.d.ts.map +0 -1
  856. package/esm/src/api/exchange/vaultTransfer.js.map +0 -1
  857. package/esm/src/api/exchange/withdraw3.d.ts +0 -104
  858. package/esm/src/api/exchange/withdraw3.d.ts.map +0 -1
  859. package/esm/src/api/exchange/withdraw3.js.map +0 -1
  860. package/esm/src/api/exchange/~client.d.ts +0 -1711
  861. package/esm/src/api/exchange/~client.d.ts.map +0 -1
  862. package/esm/src/api/exchange/~client.js.map +0 -1
  863. package/esm/src/api/exchange/~mod.d.ts +0 -86
  864. package/esm/src/api/exchange/~mod.d.ts.map +0 -1
  865. package/esm/src/api/exchange/~mod.js.map +0 -1
  866. package/esm/src/api/info/_types.d.ts +0 -7
  867. package/esm/src/api/info/_types.d.ts.map +0 -1
  868. package/esm/src/api/info/_types.js.map +0 -1
  869. package/esm/src/api/info/activeAssetData.d.ts +0 -98
  870. package/esm/src/api/info/activeAssetData.d.ts.map +0 -1
  871. package/esm/src/api/info/activeAssetData.js.map +0 -1
  872. package/esm/src/api/info/alignedQuoteTokenInfo.d.ts +0 -66
  873. package/esm/src/api/info/alignedQuoteTokenInfo.d.ts.map +0 -1
  874. package/esm/src/api/info/alignedQuoteTokenInfo.js +0 -68
  875. package/esm/src/api/info/alignedQuoteTokenInfo.js.map +0 -1
  876. package/esm/src/api/info/allMids.d.ts +0 -49
  877. package/esm/src/api/info/allMids.d.ts.map +0 -1
  878. package/esm/src/api/info/allMids.js.map +0 -1
  879. package/esm/src/api/info/allPerpMetas.d.ts +0 -135
  880. package/esm/src/api/info/allPerpMetas.d.ts.map +0 -1
  881. package/esm/src/api/info/allPerpMetas.js.map +0 -1
  882. package/esm/src/api/info/blockDetails.d.ts +0 -151
  883. package/esm/src/api/info/blockDetails.d.ts.map +0 -1
  884. package/esm/src/api/info/blockDetails.js.map +0 -1
  885. package/esm/src/api/info/candleSnapshot.d.ts +0 -111
  886. package/esm/src/api/info/candleSnapshot.d.ts.map +0 -1
  887. package/esm/src/api/info/candleSnapshot.js.map +0 -1
  888. package/esm/src/api/info/clearinghouseState.d.ts +0 -269
  889. package/esm/src/api/info/clearinghouseState.d.ts.map +0 -1
  890. package/esm/src/api/info/clearinghouseState.js.map +0 -1
  891. package/esm/src/api/info/delegations.d.ts +0 -64
  892. package/esm/src/api/info/delegations.d.ts.map +0 -1
  893. package/esm/src/api/info/delegations.js.map +0 -1
  894. package/esm/src/api/info/delegatorHistory.d.ts +0 -142
  895. package/esm/src/api/info/delegatorHistory.d.ts.map +0 -1
  896. package/esm/src/api/info/delegatorHistory.js.map +0 -1
  897. package/esm/src/api/info/delegatorRewards.d.ts +0 -64
  898. package/esm/src/api/info/delegatorRewards.d.ts.map +0 -1
  899. package/esm/src/api/info/delegatorRewards.js.map +0 -1
  900. package/esm/src/api/info/delegatorSummary.d.ts +0 -63
  901. package/esm/src/api/info/delegatorSummary.d.ts.map +0 -1
  902. package/esm/src/api/info/delegatorSummary.js.map +0 -1
  903. package/esm/src/api/info/exchangeStatus.d.ts +0 -46
  904. package/esm/src/api/info/exchangeStatus.d.ts.map +0 -1
  905. package/esm/src/api/info/exchangeStatus.js.map +0 -1
  906. package/esm/src/api/info/extraAgents.d.ts +0 -64
  907. package/esm/src/api/info/extraAgents.d.ts.map +0 -1
  908. package/esm/src/api/info/extraAgents.js.map +0 -1
  909. package/esm/src/api/info/frontendOpenOrders.d.ts +0 -103
  910. package/esm/src/api/info/frontendOpenOrders.d.ts.map +0 -1
  911. package/esm/src/api/info/frontendOpenOrders.js.map +0 -1
  912. package/esm/src/api/info/fundingHistory.d.ts +0 -74
  913. package/esm/src/api/info/fundingHistory.d.ts.map +0 -1
  914. package/esm/src/api/info/fundingHistory.js.map +0 -1
  915. package/esm/src/api/info/gossipRootIps.d.ts +0 -39
  916. package/esm/src/api/info/gossipRootIps.d.ts.map +0 -1
  917. package/esm/src/api/info/gossipRootIps.js.map +0 -1
  918. package/esm/src/api/info/historicalOrders.d.ts +0 -132
  919. package/esm/src/api/info/historicalOrders.d.ts.map +0 -1
  920. package/esm/src/api/info/historicalOrders.js.map +0 -1
  921. package/esm/src/api/info/isVip.d.ts +0 -49
  922. package/esm/src/api/info/isVip.d.ts.map +0 -1
  923. package/esm/src/api/info/isVip.js.map +0 -1
  924. package/esm/src/api/info/l2Book.d.ts +0 -98
  925. package/esm/src/api/info/l2Book.d.ts.map +0 -1
  926. package/esm/src/api/info/l2Book.js.map +0 -1
  927. package/esm/src/api/info/leadingVaults.d.ts +0 -60
  928. package/esm/src/api/info/leadingVaults.d.ts.map +0 -1
  929. package/esm/src/api/info/leadingVaults.js.map +0 -1
  930. package/esm/src/api/info/legalCheck.d.ts +0 -60
  931. package/esm/src/api/info/legalCheck.d.ts.map +0 -1
  932. package/esm/src/api/info/legalCheck.js.map +0 -1
  933. package/esm/src/api/info/liquidatable.d.ts +0 -38
  934. package/esm/src/api/info/liquidatable.d.ts.map +0 -1
  935. package/esm/src/api/info/liquidatable.js.map +0 -1
  936. package/esm/src/api/info/marginTable.d.ts +0 -71
  937. package/esm/src/api/info/marginTable.d.ts.map +0 -1
  938. package/esm/src/api/info/marginTable.js.map +0 -1
  939. package/esm/src/api/info/maxBuilderFee.d.ts +0 -52
  940. package/esm/src/api/info/maxBuilderFee.d.ts.map +0 -1
  941. package/esm/src/api/info/maxBuilderFee.js.map +0 -1
  942. package/esm/src/api/info/maxMarketOrderNtls.d.ts +0 -41
  943. package/esm/src/api/info/maxMarketOrderNtls.d.ts.map +0 -1
  944. package/esm/src/api/info/maxMarketOrderNtls.js.map +0 -1
  945. package/esm/src/api/info/meta.d.ts +0 -133
  946. package/esm/src/api/info/meta.d.ts.map +0 -1
  947. package/esm/src/api/info/meta.js.map +0 -1
  948. package/esm/src/api/info/metaAndAssetCtxs.d.ts +0 -194
  949. package/esm/src/api/info/metaAndAssetCtxs.d.ts.map +0 -1
  950. package/esm/src/api/info/metaAndAssetCtxs.js.map +0 -1
  951. package/esm/src/api/info/openOrders.d.ts +0 -82
  952. package/esm/src/api/info/openOrders.d.ts.map +0 -1
  953. package/esm/src/api/info/openOrders.js.map +0 -1
  954. package/esm/src/api/info/orderStatus.d.ts +0 -150
  955. package/esm/src/api/info/orderStatus.d.ts.map +0 -1
  956. package/esm/src/api/info/orderStatus.js.map +0 -1
  957. package/esm/src/api/info/perpDeployAuctionStatus.d.ts +0 -56
  958. package/esm/src/api/info/perpDeployAuctionStatus.d.ts.map +0 -1
  959. package/esm/src/api/info/perpDeployAuctionStatus.js.map +0 -1
  960. package/esm/src/api/info/perpDexLimits.d.ts +0 -63
  961. package/esm/src/api/info/perpDexLimits.d.ts.map +0 -1
  962. package/esm/src/api/info/perpDexLimits.js.map +0 -1
  963. package/esm/src/api/info/perpDexs.d.ts +0 -70
  964. package/esm/src/api/info/perpDexs.d.ts.map +0 -1
  965. package/esm/src/api/info/perpDexs.js +0 -66
  966. package/esm/src/api/info/perpDexs.js.map +0 -1
  967. package/esm/src/api/info/perpsAtOpenInterestCap.d.ts +0 -47
  968. package/esm/src/api/info/perpsAtOpenInterestCap.d.ts.map +0 -1
  969. package/esm/src/api/info/perpsAtOpenInterestCap.js.map +0 -1
  970. package/esm/src/api/info/portfolio.d.ts +0 -169
  971. package/esm/src/api/info/portfolio.d.ts.map +0 -1
  972. package/esm/src/api/info/portfolio.js.map +0 -1
  973. package/esm/src/api/info/preTransferCheck.d.ts +0 -66
  974. package/esm/src/api/info/preTransferCheck.d.ts.map +0 -1
  975. package/esm/src/api/info/preTransferCheck.js.map +0 -1
  976. package/esm/src/api/info/predictedFundings.d.ts +0 -66
  977. package/esm/src/api/info/predictedFundings.d.ts.map +0 -1
  978. package/esm/src/api/info/predictedFundings.js.map +0 -1
  979. package/esm/src/api/info/recentTrades.d.ts +0 -84
  980. package/esm/src/api/info/recentTrades.d.ts.map +0 -1
  981. package/esm/src/api/info/recentTrades.js.map +0 -1
  982. package/esm/src/api/info/referral.d.ts +0 -274
  983. package/esm/src/api/info/referral.d.ts.map +0 -1
  984. package/esm/src/api/info/referral.js.map +0 -1
  985. package/esm/src/api/info/spotClearinghouseState.d.ts +0 -103
  986. package/esm/src/api/info/spotClearinghouseState.d.ts.map +0 -1
  987. package/esm/src/api/info/spotClearinghouseState.js.map +0 -1
  988. package/esm/src/api/info/spotDeployState.d.ts +0 -162
  989. package/esm/src/api/info/spotDeployState.d.ts.map +0 -1
  990. package/esm/src/api/info/spotDeployState.js.map +0 -1
  991. package/esm/src/api/info/spotMeta.d.ts +0 -137
  992. package/esm/src/api/info/spotMeta.d.ts.map +0 -1
  993. package/esm/src/api/info/spotMeta.js.map +0 -1
  994. package/esm/src/api/info/spotMetaAndAssetCtxs.d.ts +0 -185
  995. package/esm/src/api/info/spotMetaAndAssetCtxs.d.ts.map +0 -1
  996. package/esm/src/api/info/spotMetaAndAssetCtxs.js.map +0 -1
  997. package/esm/src/api/info/spotPairDeployAuctionStatus.d.ts +0 -56
  998. package/esm/src/api/info/spotPairDeployAuctionStatus.d.ts.map +0 -1
  999. package/esm/src/api/info/spotPairDeployAuctionStatus.js.map +0 -1
  1000. package/esm/src/api/info/subAccounts.d.ts +0 -412
  1001. package/esm/src/api/info/subAccounts.d.ts.map +0 -1
  1002. package/esm/src/api/info/subAccounts.js.map +0 -1
  1003. package/esm/src/api/info/subAccounts2.d.ts +0 -498
  1004. package/esm/src/api/info/subAccounts2.d.ts.map +0 -1
  1005. package/esm/src/api/info/subAccounts2.js.map +0 -1
  1006. package/esm/src/api/info/tokenDetails.d.ts +0 -114
  1007. package/esm/src/api/info/tokenDetails.d.ts.map +0 -1
  1008. package/esm/src/api/info/tokenDetails.js.map +0 -1
  1009. package/esm/src/api/info/twapHistory.d.ts +0 -132
  1010. package/esm/src/api/info/twapHistory.d.ts.map +0 -1
  1011. package/esm/src/api/info/twapHistory.js.map +0 -1
  1012. package/esm/src/api/info/txDetails.d.ts +0 -102
  1013. package/esm/src/api/info/txDetails.d.ts.map +0 -1
  1014. package/esm/src/api/info/txDetails.js.map +0 -1
  1015. package/esm/src/api/info/userDetails.d.ts +0 -106
  1016. package/esm/src/api/info/userDetails.d.ts.map +0 -1
  1017. package/esm/src/api/info/userDetails.js.map +0 -1
  1018. package/esm/src/api/info/userDexAbstraction.d.ts +0 -49
  1019. package/esm/src/api/info/userDexAbstraction.d.ts.map +0 -1
  1020. package/esm/src/api/info/userDexAbstraction.js.map +0 -1
  1021. package/esm/src/api/info/userFees.d.ts +0 -269
  1022. package/esm/src/api/info/userFees.d.ts.map +0 -1
  1023. package/esm/src/api/info/userFees.js.map +0 -1
  1024. package/esm/src/api/info/userFills.d.ts +0 -122
  1025. package/esm/src/api/info/userFills.d.ts.map +0 -1
  1026. package/esm/src/api/info/userFills.js.map +0 -1
  1027. package/esm/src/api/info/userFillsByTime.d.ts +0 -128
  1028. package/esm/src/api/info/userFillsByTime.d.ts.map +0 -1
  1029. package/esm/src/api/info/userFillsByTime.js.map +0 -1
  1030. package/esm/src/api/info/userFunding.d.ts +0 -104
  1031. package/esm/src/api/info/userFunding.d.ts.map +0 -1
  1032. package/esm/src/api/info/userFunding.js.map +0 -1
  1033. package/esm/src/api/info/userNonFundingLedgerUpdates.d.ts +0 -711
  1034. package/esm/src/api/info/userNonFundingLedgerUpdates.d.ts.map +0 -1
  1035. package/esm/src/api/info/userNonFundingLedgerUpdates.js.map +0 -1
  1036. package/esm/src/api/info/userRateLimit.d.ts +0 -60
  1037. package/esm/src/api/info/userRateLimit.d.ts.map +0 -1
  1038. package/esm/src/api/info/userRateLimit.js +0 -59
  1039. package/esm/src/api/info/userRateLimit.js.map +0 -1
  1040. package/esm/src/api/info/userRole.d.ts +0 -84
  1041. package/esm/src/api/info/userRole.d.ts.map +0 -1
  1042. package/esm/src/api/info/userRole.js.map +0 -1
  1043. package/esm/src/api/info/userToMultiSigSigners.d.ts +0 -57
  1044. package/esm/src/api/info/userToMultiSigSigners.d.ts.map +0 -1
  1045. package/esm/src/api/info/userToMultiSigSigners.js.map +0 -1
  1046. package/esm/src/api/info/userTwapSliceFills.d.ts +0 -124
  1047. package/esm/src/api/info/userTwapSliceFills.d.ts.map +0 -1
  1048. package/esm/src/api/info/userTwapSliceFills.js.map +0 -1
  1049. package/esm/src/api/info/userTwapSliceFillsByTime.d.ts +0 -133
  1050. package/esm/src/api/info/userTwapSliceFillsByTime.d.ts.map +0 -1
  1051. package/esm/src/api/info/userTwapSliceFillsByTime.js.map +0 -1
  1052. package/esm/src/api/info/userVaultEquities.d.ts +0 -64
  1053. package/esm/src/api/info/userVaultEquities.d.ts.map +0 -1
  1054. package/esm/src/api/info/userVaultEquities.js.map +0 -1
  1055. package/esm/src/api/info/validatorL1Votes.d.ts +0 -70
  1056. package/esm/src/api/info/validatorL1Votes.d.ts.map +0 -1
  1057. package/esm/src/api/info/validatorL1Votes.js.map +0 -1
  1058. package/esm/src/api/info/validatorSummaries.d.ts +0 -155
  1059. package/esm/src/api/info/validatorSummaries.d.ts.map +0 -1
  1060. package/esm/src/api/info/validatorSummaries.js.map +0 -1
  1061. package/esm/src/api/info/vaultDetails.d.ts +0 -359
  1062. package/esm/src/api/info/vaultDetails.d.ts.map +0 -1
  1063. package/esm/src/api/info/vaultDetails.js +0 -134
  1064. package/esm/src/api/info/vaultDetails.js.map +0 -1
  1065. package/esm/src/api/info/vaultSummaries.d.ts +0 -104
  1066. package/esm/src/api/info/vaultSummaries.d.ts.map +0 -1
  1067. package/esm/src/api/info/vaultSummaries.js.map +0 -1
  1068. package/esm/src/api/info/webData2.d.ts +0 -821
  1069. package/esm/src/api/info/webData2.d.ts.map +0 -1
  1070. package/esm/src/api/info/webData2.js.map +0 -1
  1071. package/esm/src/api/info/~client.d.ts +0 -2694
  1072. package/esm/src/api/info/~client.d.ts.map +0 -1
  1073. package/esm/src/api/info/~client.js.map +0 -1
  1074. package/esm/src/api/info/~mod.d.ts +0 -91
  1075. package/esm/src/api/info/~mod.d.ts.map +0 -1
  1076. package/esm/src/api/info/~mod.js.map +0 -1
  1077. package/esm/src/api/subscription/_types.d.ts +0 -7
  1078. package/esm/src/api/subscription/_types.d.ts.map +0 -1
  1079. package/esm/src/api/subscription/_types.js.map +0 -1
  1080. package/esm/src/api/subscription/activeAssetCtx.d.ts +0 -97
  1081. package/esm/src/api/subscription/activeAssetCtx.d.ts.map +0 -1
  1082. package/esm/src/api/subscription/activeAssetCtx.js.map +0 -1
  1083. package/esm/src/api/subscription/activeAssetData.d.ts +0 -84
  1084. package/esm/src/api/subscription/activeAssetData.d.ts.map +0 -1
  1085. package/esm/src/api/subscription/activeAssetData.js.map +0 -1
  1086. package/esm/src/api/subscription/activeSpotAssetCtx.d.ts +0 -89
  1087. package/esm/src/api/subscription/activeSpotAssetCtx.d.ts.map +0 -1
  1088. package/esm/src/api/subscription/activeSpotAssetCtx.js.map +0 -1
  1089. package/esm/src/api/subscription/allMids.d.ts +0 -58
  1090. package/esm/src/api/subscription/allMids.d.ts.map +0 -1
  1091. package/esm/src/api/subscription/allMids.js.map +0 -1
  1092. package/esm/src/api/subscription/assetCtxs.d.ts +0 -108
  1093. package/esm/src/api/subscription/assetCtxs.d.ts.map +0 -1
  1094. package/esm/src/api/subscription/assetCtxs.js.map +0 -1
  1095. package/esm/src/api/subscription/bbo.d.ts +0 -89
  1096. package/esm/src/api/subscription/bbo.d.ts.map +0 -1
  1097. package/esm/src/api/subscription/bbo.js.map +0 -1
  1098. package/esm/src/api/subscription/candle.d.ts +0 -71
  1099. package/esm/src/api/subscription/candle.d.ts.map +0 -1
  1100. package/esm/src/api/subscription/candle.js.map +0 -1
  1101. package/esm/src/api/subscription/clearinghouseState.d.ts +0 -285
  1102. package/esm/src/api/subscription/clearinghouseState.d.ts.map +0 -1
  1103. package/esm/src/api/subscription/clearinghouseState.js.map +0 -1
  1104. package/esm/src/api/subscription/explorerBlock.d.ts +0 -64
  1105. package/esm/src/api/subscription/explorerBlock.d.ts.map +0 -1
  1106. package/esm/src/api/subscription/explorerBlock.js.map +0 -1
  1107. package/esm/src/api/subscription/explorerTxs.d.ts +0 -83
  1108. package/esm/src/api/subscription/explorerTxs.d.ts.map +0 -1
  1109. package/esm/src/api/subscription/explorerTxs.js.map +0 -1
  1110. package/esm/src/api/subscription/l2Book.d.ts +0 -95
  1111. package/esm/src/api/subscription/l2Book.d.ts.map +0 -1
  1112. package/esm/src/api/subscription/l2Book.js.map +0 -1
  1113. package/esm/src/api/subscription/notification.d.ts +0 -51
  1114. package/esm/src/api/subscription/notification.d.ts.map +0 -1
  1115. package/esm/src/api/subscription/notification.js.map +0 -1
  1116. package/esm/src/api/subscription/openOrders.d.ts +0 -128
  1117. package/esm/src/api/subscription/openOrders.d.ts.map +0 -1
  1118. package/esm/src/api/subscription/openOrders.js.map +0 -1
  1119. package/esm/src/api/subscription/orderUpdates.d.ts +0 -101
  1120. package/esm/src/api/subscription/orderUpdates.d.ts.map +0 -1
  1121. package/esm/src/api/subscription/orderUpdates.js.map +0 -1
  1122. package/esm/src/api/subscription/spotState.d.ts +0 -91
  1123. package/esm/src/api/subscription/spotState.d.ts.map +0 -1
  1124. package/esm/src/api/subscription/spotState.js.map +0 -1
  1125. package/esm/src/api/subscription/trades.d.ts +0 -73
  1126. package/esm/src/api/subscription/trades.d.ts.map +0 -1
  1127. package/esm/src/api/subscription/trades.js.map +0 -1
  1128. package/esm/src/api/subscription/userEvents.d.ts +0 -876
  1129. package/esm/src/api/subscription/userEvents.d.ts.map +0 -1
  1130. package/esm/src/api/subscription/userEvents.js.map +0 -1
  1131. package/esm/src/api/subscription/userFills.d.ts +0 -152
  1132. package/esm/src/api/subscription/userFills.d.ts.map +0 -1
  1133. package/esm/src/api/subscription/userFills.js.map +0 -1
  1134. package/esm/src/api/subscription/userFundings.d.ts +0 -91
  1135. package/esm/src/api/subscription/userFundings.d.ts.map +0 -1
  1136. package/esm/src/api/subscription/userFundings.js.map +0 -1
  1137. package/esm/src/api/subscription/userHistoricalOrders.d.ts +0 -161
  1138. package/esm/src/api/subscription/userHistoricalOrders.d.ts.map +0 -1
  1139. package/esm/src/api/subscription/userHistoricalOrders.js.map +0 -1
  1140. package/esm/src/api/subscription/userNonFundingLedgerUpdates.d.ts +0 -493
  1141. package/esm/src/api/subscription/userNonFundingLedgerUpdates.d.ts.map +0 -1
  1142. package/esm/src/api/subscription/userNonFundingLedgerUpdates.js.map +0 -1
  1143. package/esm/src/api/subscription/userTwapHistory.d.ts +0 -161
  1144. package/esm/src/api/subscription/userTwapHistory.d.ts.map +0 -1
  1145. package/esm/src/api/subscription/userTwapHistory.js.map +0 -1
  1146. package/esm/src/api/subscription/userTwapSliceFills.d.ts +0 -132
  1147. package/esm/src/api/subscription/userTwapSliceFills.d.ts.map +0 -1
  1148. package/esm/src/api/subscription/userTwapSliceFills.js.map +0 -1
  1149. package/esm/src/api/subscription/webData2.d.ts +0 -694
  1150. package/esm/src/api/subscription/webData2.d.ts.map +0 -1
  1151. package/esm/src/api/subscription/webData2.js.map +0 -1
  1152. package/esm/src/api/subscription/webData3.d.ts +0 -541
  1153. package/esm/src/api/subscription/webData3.d.ts.map +0 -1
  1154. package/esm/src/api/subscription/webData3.js.map +0 -1
  1155. package/esm/src/api/subscription/~client.d.ts +0 -577
  1156. package/esm/src/api/subscription/~client.d.ts.map +0 -1
  1157. package/esm/src/api/subscription/~client.js.map +0 -1
  1158. package/esm/src/api/subscription/~mod.d.ts +0 -52
  1159. package/esm/src/api/subscription/~mod.d.ts.map +0 -1
  1160. package/esm/src/api/subscription/~mod.js.map +0 -1
  1161. package/esm/src/mod.d.ts +0 -9
  1162. package/esm/src/mod.d.ts.map +0 -1
  1163. package/esm/src/mod.js.map +0 -1
  1164. package/esm/src/signing/_signTypedData.d.ts +0 -118
  1165. package/esm/src/signing/_signTypedData.d.ts.map +0 -1
  1166. package/esm/src/signing/_signTypedData.js +0 -103
  1167. package/esm/src/signing/_signTypedData.js.map +0 -1
  1168. package/esm/src/signing/mod.d.ts +0 -324
  1169. package/esm/src/signing/mod.d.ts.map +0 -1
  1170. package/esm/src/signing/mod.js +0 -366
  1171. package/esm/src/signing/mod.js.map +0 -1
  1172. package/esm/src/transport/_polyfills.d.ts +0 -12
  1173. package/esm/src/transport/_polyfills.d.ts.map +0 -1
  1174. package/esm/src/transport/_polyfills.js +0 -46
  1175. package/esm/src/transport/_polyfills.js.map +0 -1
  1176. package/esm/src/transport/base.d.ts +0 -48
  1177. package/esm/src/transport/base.d.ts.map +0 -1
  1178. package/esm/src/transport/base.js +0 -9
  1179. package/esm/src/transport/base.js.map +0 -1
  1180. package/esm/src/transport/http/mod.d.ts +0 -94
  1181. package/esm/src/transport/http/mod.d.ts.map +0 -1
  1182. package/esm/src/transport/http/mod.js.map +0 -1
  1183. package/esm/src/transport/websocket/_hyperliquid_event_target.d.ts +0 -87
  1184. package/esm/src/transport/websocket/_hyperliquid_event_target.d.ts.map +0 -1
  1185. package/esm/src/transport/websocket/_hyperliquid_event_target.js +0 -55
  1186. package/esm/src/transport/websocket/_hyperliquid_event_target.js.map +0 -1
  1187. package/esm/src/transport/websocket/_reconnecting_websocket.d.ts +0 -108
  1188. package/esm/src/transport/websocket/_reconnecting_websocket.d.ts.map +0 -1
  1189. package/esm/src/transport/websocket/_reconnecting_websocket.js +0 -298
  1190. package/esm/src/transport/websocket/_reconnecting_websocket.js.map +0 -1
  1191. package/esm/src/transport/websocket/_websocket_async_request.d.ts +0 -37
  1192. package/esm/src/transport/websocket/_websocket_async_request.d.ts.map +0 -1
  1193. package/esm/src/transport/websocket/_websocket_async_request.js +0 -192
  1194. package/esm/src/transport/websocket/_websocket_async_request.js.map +0 -1
  1195. package/esm/src/transport/websocket/mod.d.ts +0 -123
  1196. package/esm/src/transport/websocket/mod.d.ts.map +0 -1
  1197. package/esm/src/transport/websocket/mod.js +0 -250
  1198. package/esm/src/transport/websocket/mod.js.map +0 -1
  1199. package/esm/src/utils/_eip712.d.ts +0 -42
  1200. package/esm/src/utils/_eip712.d.ts.map +0 -1
  1201. package/esm/src/utils/_eip712.js.map +0 -1
  1202. package/esm/src/utils/_format.d.ts.map +0 -1
  1203. package/esm/src/utils/_format.js.map +0 -1
  1204. package/esm/src/utils/_recover.d.ts +0 -89
  1205. package/esm/src/utils/_recover.d.ts.map +0 -1
  1206. package/esm/src/utils/_recover.js.map +0 -1
  1207. package/esm/src/utils/_symbolConverter.d.ts +0 -90
  1208. package/esm/src/utils/_symbolConverter.d.ts.map +0 -1
  1209. package/esm/src/utils/_symbolConverter.js.map +0 -1
  1210. package/esm/src/utils/mod.d.ts +0 -4
  1211. package/esm/src/utils/mod.d.ts.map +0 -1
  1212. package/esm/src/utils/mod.js.map +0 -1
  1213. package/script/bin/_utils.d.ts +0 -80
  1214. package/script/bin/_utils.d.ts.map +0 -1
  1215. package/script/bin/_utils.js +0 -112
  1216. package/script/bin/_utils.js.map +0 -1
  1217. package/script/bin/cli.d.ts +0 -3
  1218. package/script/bin/cli.d.ts.map +0 -1
  1219. package/script/bin/cli.js +0 -332
  1220. package/script/bin/cli.js.map +0 -1
  1221. package/script/package.json +0 -3
  1222. package/script/src/_base.d.ts +0 -5
  1223. package/script/src/_base.d.ts.map +0 -1
  1224. package/script/src/_base.js +0 -12
  1225. package/script/src/_base.js.map +0 -1
  1226. package/script/src/api/_base.d.ts +0 -51
  1227. package/script/src/api/_base.d.ts.map +0 -1
  1228. package/script/src/api/_base.js +0 -100
  1229. package/script/src/api/_base.js.map +0 -1
  1230. package/script/src/api/_common_schemas.d.ts +0 -425
  1231. package/script/src/api/_common_schemas.d.ts.map +0 -1
  1232. package/script/src/api/_common_schemas.js +0 -471
  1233. package/script/src/api/_common_schemas.js.map +0 -1
  1234. package/script/src/api/exchange/_base/_errors.d.ts +0 -14
  1235. package/script/src/api/exchange/_base/_errors.d.ts.map +0 -1
  1236. package/script/src/api/exchange/_base/_errors.js +0 -56
  1237. package/script/src/api/exchange/_base/_errors.js.map +0 -1
  1238. package/script/src/api/exchange/_base/_execute.d.ts +0 -33
  1239. package/script/src/api/exchange/_base/_execute.d.ts.map +0 -1
  1240. package/script/src/api/exchange/_base/_execute.js +0 -171
  1241. package/script/src/api/exchange/_base/_execute.js.map +0 -1
  1242. package/script/src/api/exchange/_base/_helpers.d.ts +0 -11
  1243. package/script/src/api/exchange/_base/_helpers.d.ts.map +0 -1
  1244. package/script/src/api/exchange/_base/_helpers.js +0 -21
  1245. package/script/src/api/exchange/_base/_helpers.js.map +0 -1
  1246. package/script/src/api/exchange/_base/_nonce.d.ts +0 -11
  1247. package/script/src/api/exchange/_base/_nonce.d.ts.map +0 -1
  1248. package/script/src/api/exchange/_base/_nonce.js +0 -22
  1249. package/script/src/api/exchange/_base/_nonce.js.map +0 -1
  1250. package/script/src/api/exchange/_base/_schemas.d.ts +0 -45
  1251. package/script/src/api/exchange/_base/_schemas.d.ts.map +0 -1
  1252. package/script/src/api/exchange/_base/_schemas.js +0 -71
  1253. package/script/src/api/exchange/_base/_schemas.js.map +0 -1
  1254. package/script/src/api/exchange/_base/_types.d.ts +0 -61
  1255. package/script/src/api/exchange/_base/_types.d.ts.map +0 -1
  1256. package/script/src/api/exchange/_base/_types.js +0 -3
  1257. package/script/src/api/exchange/_base/_types.js.map +0 -1
  1258. package/script/src/api/exchange/_base/mod.d.ts +0 -6
  1259. package/script/src/api/exchange/_base/mod.d.ts.map +0 -1
  1260. package/script/src/api/exchange/_base/mod.js +0 -22
  1261. package/script/src/api/exchange/_base/mod.js.map +0 -1
  1262. package/script/src/api/exchange/agentEnableDexAbstraction.d.ts +0 -74
  1263. package/script/src/api/exchange/agentEnableDexAbstraction.d.ts.map +0 -1
  1264. package/script/src/api/exchange/agentEnableDexAbstraction.js +0 -103
  1265. package/script/src/api/exchange/agentEnableDexAbstraction.js.map +0 -1
  1266. package/script/src/api/exchange/approveAgent.d.ts +0 -104
  1267. package/script/src/api/exchange/approveAgent.d.ts.map +0 -1
  1268. package/script/src/api/exchange/approveAgent.js +0 -124
  1269. package/script/src/api/exchange/approveAgent.js.map +0 -1
  1270. package/script/src/api/exchange/approveBuilderFee.d.ts +0 -104
  1271. package/script/src/api/exchange/approveBuilderFee.d.ts.map +0 -1
  1272. package/script/src/api/exchange/approveBuilderFee.js +0 -124
  1273. package/script/src/api/exchange/approveBuilderFee.js.map +0 -1
  1274. package/script/src/api/exchange/batchModify.d.ts +0 -221
  1275. package/script/src/api/exchange/batchModify.d.ts.map +0 -1
  1276. package/script/src/api/exchange/batchModify.js +0 -135
  1277. package/script/src/api/exchange/batchModify.js.map +0 -1
  1278. package/script/src/api/exchange/cDeposit.d.ts +0 -100
  1279. package/script/src/api/exchange/cDeposit.d.ts.map +0 -1
  1280. package/script/src/api/exchange/cDeposit.js +0 -121
  1281. package/script/src/api/exchange/cDeposit.js.map +0 -1
  1282. package/script/src/api/exchange/cSignerAction.d.ts +0 -102
  1283. package/script/src/api/exchange/cSignerAction.d.ts.map +0 -1
  1284. package/script/src/api/exchange/cSignerAction.js +0 -124
  1285. package/script/src/api/exchange/cSignerAction.js.map +0 -1
  1286. package/script/src/api/exchange/cValidatorAction.d.ts +0 -265
  1287. package/script/src/api/exchange/cValidatorAction.d.ts.map +0 -1
  1288. package/script/src/api/exchange/cValidatorAction.js +0 -200
  1289. package/script/src/api/exchange/cValidatorAction.js.map +0 -1
  1290. package/script/src/api/exchange/cWithdraw.d.ts +0 -100
  1291. package/script/src/api/exchange/cWithdraw.d.ts.map +0 -1
  1292. package/script/src/api/exchange/cWithdraw.js +0 -121
  1293. package/script/src/api/exchange/cWithdraw.js.map +0 -1
  1294. package/script/src/api/exchange/cancel.d.ts +0 -176
  1295. package/script/src/api/exchange/cancel.d.ts.map +0 -1
  1296. package/script/src/api/exchange/cancel.js +0 -159
  1297. package/script/src/api/exchange/cancel.js.map +0 -1
  1298. package/script/src/api/exchange/cancelByCloid.d.ts +0 -105
  1299. package/script/src/api/exchange/cancelByCloid.d.ts.map +0 -1
  1300. package/script/src/api/exchange/cancelByCloid.js +0 -121
  1301. package/script/src/api/exchange/cancelByCloid.js.map +0 -1
  1302. package/script/src/api/exchange/claimRewards.d.ts +0 -72
  1303. package/script/src/api/exchange/claimRewards.d.ts.map +0 -1
  1304. package/script/src/api/exchange/claimRewards.js +0 -101
  1305. package/script/src/api/exchange/claimRewards.js.map +0 -1
  1306. package/script/src/api/exchange/convertToMultiSigUser.d.ts +0 -149
  1307. package/script/src/api/exchange/convertToMultiSigUser.d.ts.map +0 -1
  1308. package/script/src/api/exchange/convertToMultiSigUser.js +0 -154
  1309. package/script/src/api/exchange/convertToMultiSigUser.js.map +0 -1
  1310. package/script/src/api/exchange/createSubAccount.d.ts +0 -104
  1311. package/script/src/api/exchange/createSubAccount.d.ts.map +0 -1
  1312. package/script/src/api/exchange/createSubAccount.js +0 -121
  1313. package/script/src/api/exchange/createSubAccount.js.map +0 -1
  1314. package/script/src/api/exchange/createVault.d.ts +0 -120
  1315. package/script/src/api/exchange/createVault.d.ts.map +0 -1
  1316. package/script/src/api/exchange/createVault.js +0 -133
  1317. package/script/src/api/exchange/createVault.js.map +0 -1
  1318. package/script/src/api/exchange/evmUserModify.d.ts +0 -84
  1319. package/script/src/api/exchange/evmUserModify.d.ts.map +0 -1
  1320. package/script/src/api/exchange/evmUserModify.js +0 -109
  1321. package/script/src/api/exchange/evmUserModify.js.map +0 -1
  1322. package/script/src/api/exchange/linkStakingUser.d.ts +0 -112
  1323. package/script/src/api/exchange/linkStakingUser.d.ts.map +0 -1
  1324. package/script/src/api/exchange/linkStakingUser.js +0 -136
  1325. package/script/src/api/exchange/linkStakingUser.js.map +0 -1
  1326. package/script/src/api/exchange/modify.d.ts +0 -190
  1327. package/script/src/api/exchange/modify.d.ts.map +0 -1
  1328. package/script/src/api/exchange/modify.js +0 -129
  1329. package/script/src/api/exchange/modify.js.map +0 -1
  1330. package/script/src/api/exchange/multiSig.d.ts +0 -2982
  1331. package/script/src/api/exchange/multiSig.d.ts.map +0 -1
  1332. package/script/src/api/exchange/multiSig.js +0 -261
  1333. package/script/src/api/exchange/multiSig.js.map +0 -1
  1334. package/script/src/api/exchange/noop.d.ts +0 -74
  1335. package/script/src/api/exchange/noop.d.ts.map +0 -1
  1336. package/script/src/api/exchange/noop.js +0 -103
  1337. package/script/src/api/exchange/noop.js.map +0 -1
  1338. package/script/src/api/exchange/order.d.ts +0 -456
  1339. package/script/src/api/exchange/order.d.ts.map +0 -1
  1340. package/script/src/api/exchange/order.js +0 -229
  1341. package/script/src/api/exchange/order.js.map +0 -1
  1342. package/script/src/api/exchange/perpDeploy.d.ts +0 -400
  1343. package/script/src/api/exchange/perpDeploy.d.ts.map +0 -1
  1344. package/script/src/api/exchange/perpDeploy.js +0 -222
  1345. package/script/src/api/exchange/perpDeploy.js.map +0 -1
  1346. package/script/src/api/exchange/registerReferrer.d.ts +0 -84
  1347. package/script/src/api/exchange/registerReferrer.d.ts.map +0 -1
  1348. package/script/src/api/exchange/registerReferrer.js +0 -109
  1349. package/script/src/api/exchange/registerReferrer.js.map +0 -1
  1350. package/script/src/api/exchange/reserveRequestWeight.d.ts +0 -84
  1351. package/script/src/api/exchange/reserveRequestWeight.d.ts.map +0 -1
  1352. package/script/src/api/exchange/reserveRequestWeight.js +0 -109
  1353. package/script/src/api/exchange/reserveRequestWeight.js.map +0 -1
  1354. package/script/src/api/exchange/scheduleCancel.d.ts +0 -93
  1355. package/script/src/api/exchange/scheduleCancel.d.ts.map +0 -1
  1356. package/script/src/api/exchange/scheduleCancel.js +0 -96
  1357. package/script/src/api/exchange/scheduleCancel.js.map +0 -1
  1358. package/script/src/api/exchange/sendAsset.d.ts +0 -126
  1359. package/script/src/api/exchange/sendAsset.d.ts.map +0 -1
  1360. package/script/src/api/exchange/sendAsset.js +0 -142
  1361. package/script/src/api/exchange/sendAsset.js.map +0 -1
  1362. package/script/src/api/exchange/setDisplayName.d.ts +0 -88
  1363. package/script/src/api/exchange/setDisplayName.d.ts.map +0 -1
  1364. package/script/src/api/exchange/setDisplayName.js +0 -114
  1365. package/script/src/api/exchange/setDisplayName.js.map +0 -1
  1366. package/script/src/api/exchange/setReferrer.d.ts +0 -84
  1367. package/script/src/api/exchange/setReferrer.d.ts.map +0 -1
  1368. package/script/src/api/exchange/setReferrer.js +0 -109
  1369. package/script/src/api/exchange/setReferrer.js.map +0 -1
  1370. package/script/src/api/exchange/spotDeploy.d.ts +0 -357
  1371. package/script/src/api/exchange/spotDeploy.d.ts.map +0 -1
  1372. package/script/src/api/exchange/spotDeploy.js +0 -221
  1373. package/script/src/api/exchange/spotDeploy.js.map +0 -1
  1374. package/script/src/api/exchange/spotSend.d.ts +0 -112
  1375. package/script/src/api/exchange/spotSend.d.ts.map +0 -1
  1376. package/script/src/api/exchange/spotSend.js +0 -131
  1377. package/script/src/api/exchange/spotSend.js.map +0 -1
  1378. package/script/src/api/exchange/spotUser.d.ts +0 -93
  1379. package/script/src/api/exchange/spotUser.d.ts.map +0 -1
  1380. package/script/src/api/exchange/spotUser.js +0 -112
  1381. package/script/src/api/exchange/spotUser.js.map +0 -1
  1382. package/script/src/api/exchange/subAccountModify.d.ts +0 -88
  1383. package/script/src/api/exchange/subAccountModify.d.ts.map +0 -1
  1384. package/script/src/api/exchange/subAccountModify.js +0 -111
  1385. package/script/src/api/exchange/subAccountModify.js.map +0 -1
  1386. package/script/src/api/exchange/subAccountSpotTransfer.d.ts +0 -101
  1387. package/script/src/api/exchange/subAccountSpotTransfer.d.ts.map +0 -1
  1388. package/script/src/api/exchange/subAccountSpotTransfer.js +0 -120
  1389. package/script/src/api/exchange/subAccountSpotTransfer.js.map +0 -1
  1390. package/script/src/api/exchange/subAccountTransfer.d.ts +0 -92
  1391. package/script/src/api/exchange/subAccountTransfer.d.ts.map +0 -1
  1392. package/script/src/api/exchange/subAccountTransfer.js +0 -113
  1393. package/script/src/api/exchange/subAccountTransfer.js.map +0 -1
  1394. package/script/src/api/exchange/tokenDelegate.d.ts +0 -108
  1395. package/script/src/api/exchange/tokenDelegate.d.ts.map +0 -1
  1396. package/script/src/api/exchange/tokenDelegate.js +0 -127
  1397. package/script/src/api/exchange/tokenDelegate.js.map +0 -1
  1398. package/script/src/api/exchange/twapCancel.d.ts +0 -162
  1399. package/script/src/api/exchange/twapCancel.d.ts.map +0 -1
  1400. package/script/src/api/exchange/twapCancel.js +0 -152
  1401. package/script/src/api/exchange/twapCancel.js.map +0 -1
  1402. package/script/src/api/exchange/twapOrder.d.ts +0 -249
  1403. package/script/src/api/exchange/twapOrder.d.ts.map +0 -1
  1404. package/script/src/api/exchange/twapOrder.js +0 -184
  1405. package/script/src/api/exchange/twapOrder.js.map +0 -1
  1406. package/script/src/api/exchange/updateIsolatedMargin.d.ts +0 -95
  1407. package/script/src/api/exchange/updateIsolatedMargin.d.ts.map +0 -1
  1408. package/script/src/api/exchange/updateIsolatedMargin.js +0 -116
  1409. package/script/src/api/exchange/updateIsolatedMargin.js.map +0 -1
  1410. package/script/src/api/exchange/updateLeverage.d.ts +0 -95
  1411. package/script/src/api/exchange/updateLeverage.d.ts.map +0 -1
  1412. package/script/src/api/exchange/updateLeverage.js +0 -116
  1413. package/script/src/api/exchange/updateLeverage.js.map +0 -1
  1414. package/script/src/api/exchange/usdClassTransfer.d.ts +0 -104
  1415. package/script/src/api/exchange/usdClassTransfer.d.ts.map +0 -1
  1416. package/script/src/api/exchange/usdClassTransfer.js +0 -124
  1417. package/script/src/api/exchange/usdClassTransfer.js.map +0 -1
  1418. package/script/src/api/exchange/usdSend.d.ts +0 -104
  1419. package/script/src/api/exchange/usdSend.d.ts.map +0 -1
  1420. package/script/src/api/exchange/usdSend.js +0 -124
  1421. package/script/src/api/exchange/usdSend.js.map +0 -1
  1422. package/script/src/api/exchange/userDexAbstraction.d.ts +0 -104
  1423. package/script/src/api/exchange/userDexAbstraction.d.ts.map +0 -1
  1424. package/script/src/api/exchange/userDexAbstraction.js +0 -124
  1425. package/script/src/api/exchange/userDexAbstraction.js.map +0 -1
  1426. package/script/src/api/exchange/vaultDistribute.d.ts +0 -92
  1427. package/script/src/api/exchange/vaultDistribute.d.ts.map +0 -1
  1428. package/script/src/api/exchange/vaultDistribute.js +0 -116
  1429. package/script/src/api/exchange/vaultDistribute.js.map +0 -1
  1430. package/script/src/api/exchange/vaultModify.d.ts +0 -96
  1431. package/script/src/api/exchange/vaultModify.d.ts.map +0 -1
  1432. package/script/src/api/exchange/vaultModify.js +0 -117
  1433. package/script/src/api/exchange/vaultModify.js.map +0 -1
  1434. package/script/src/api/exchange/vaultTransfer.d.ts +0 -92
  1435. package/script/src/api/exchange/vaultTransfer.d.ts.map +0 -1
  1436. package/script/src/api/exchange/vaultTransfer.js +0 -113
  1437. package/script/src/api/exchange/vaultTransfer.js.map +0 -1
  1438. package/script/src/api/exchange/withdraw3.d.ts +0 -104
  1439. package/script/src/api/exchange/withdraw3.d.ts.map +0 -1
  1440. package/script/src/api/exchange/withdraw3.js +0 -124
  1441. package/script/src/api/exchange/withdraw3.js.map +0 -1
  1442. package/script/src/api/exchange/~client.d.ts +0 -1711
  1443. package/script/src/api/exchange/~client.d.ts.map +0 -1
  1444. package/script/src/api/exchange/~client.js +0 -1439
  1445. package/script/src/api/exchange/~client.js.map +0 -1
  1446. package/script/src/api/exchange/~mod.d.ts +0 -86
  1447. package/script/src/api/exchange/~mod.d.ts.map +0 -1
  1448. package/script/src/api/exchange/~mod.js +0 -106
  1449. package/script/src/api/exchange/~mod.js.map +0 -1
  1450. package/script/src/api/info/_types.d.ts +0 -7
  1451. package/script/src/api/info/_types.d.ts.map +0 -1
  1452. package/script/src/api/info/_types.js +0 -3
  1453. package/script/src/api/info/_types.js.map +0 -1
  1454. package/script/src/api/info/activeAssetData.d.ts +0 -98
  1455. package/script/src/api/info/activeAssetData.d.ts.map +0 -1
  1456. package/script/src/api/info/activeAssetData.js +0 -119
  1457. package/script/src/api/info/activeAssetData.js.map +0 -1
  1458. package/script/src/api/info/alignedQuoteTokenInfo.d.ts +0 -66
  1459. package/script/src/api/info/alignedQuoteTokenInfo.d.ts.map +0 -1
  1460. package/script/src/api/info/alignedQuoteTokenInfo.js +0 -105
  1461. package/script/src/api/info/alignedQuoteTokenInfo.js.map +0 -1
  1462. package/script/src/api/info/allMids.d.ts +0 -49
  1463. package/script/src/api/info/allMids.d.ts.map +0 -1
  1464. package/script/src/api/info/allMids.js +0 -69
  1465. package/script/src/api/info/allMids.js.map +0 -1
  1466. package/script/src/api/info/allPerpMetas.d.ts +0 -135
  1467. package/script/src/api/info/allPerpMetas.d.ts.map +0 -1
  1468. package/script/src/api/info/allPerpMetas.js +0 -83
  1469. package/script/src/api/info/allPerpMetas.js.map +0 -1
  1470. package/script/src/api/info/blockDetails.d.ts +0 -151
  1471. package/script/src/api/info/blockDetails.d.ts.map +0 -1
  1472. package/script/src/api/info/blockDetails.js +0 -125
  1473. package/script/src/api/info/blockDetails.js.map +0 -1
  1474. package/script/src/api/info/candleSnapshot.d.ts +0 -111
  1475. package/script/src/api/info/candleSnapshot.d.ts.map +0 -1
  1476. package/script/src/api/info/candleSnapshot.js +0 -122
  1477. package/script/src/api/info/candleSnapshot.js.map +0 -1
  1478. package/script/src/api/info/clearinghouseState.d.ts +0 -269
  1479. package/script/src/api/info/clearinghouseState.d.ts.map +0 -1
  1480. package/script/src/api/info/clearinghouseState.js +0 -174
  1481. package/script/src/api/info/clearinghouseState.js.map +0 -1
  1482. package/script/src/api/info/delegations.d.ts +0 -64
  1483. package/script/src/api/info/delegations.d.ts.map +0 -1
  1484. package/script/src/api/info/delegations.js +0 -98
  1485. package/script/src/api/info/delegations.js.map +0 -1
  1486. package/script/src/api/info/delegatorHistory.d.ts +0 -142
  1487. package/script/src/api/info/delegatorHistory.d.ts.map +0 -1
  1488. package/script/src/api/info/delegatorHistory.js +0 -126
  1489. package/script/src/api/info/delegatorHistory.js.map +0 -1
  1490. package/script/src/api/info/delegatorRewards.d.ts +0 -64
  1491. package/script/src/api/info/delegatorRewards.d.ts.map +0 -1
  1492. package/script/src/api/info/delegatorRewards.js +0 -98
  1493. package/script/src/api/info/delegatorRewards.js.map +0 -1
  1494. package/script/src/api/info/delegatorSummary.d.ts +0 -63
  1495. package/script/src/api/info/delegatorSummary.d.ts.map +0 -1
  1496. package/script/src/api/info/delegatorSummary.js +0 -98
  1497. package/script/src/api/info/delegatorSummary.js.map +0 -1
  1498. package/script/src/api/info/exchangeStatus.d.ts +0 -46
  1499. package/script/src/api/info/exchangeStatus.d.ts.map +0 -1
  1500. package/script/src/api/info/exchangeStatus.js +0 -87
  1501. package/script/src/api/info/exchangeStatus.js.map +0 -1
  1502. package/script/src/api/info/extraAgents.d.ts +0 -64
  1503. package/script/src/api/info/extraAgents.d.ts.map +0 -1
  1504. package/script/src/api/info/extraAgents.js +0 -98
  1505. package/script/src/api/info/extraAgents.js.map +0 -1
  1506. package/script/src/api/info/frontendOpenOrders.d.ts +0 -103
  1507. package/script/src/api/info/frontendOpenOrders.d.ts.map +0 -1
  1508. package/script/src/api/info/frontendOpenOrders.js +0 -92
  1509. package/script/src/api/info/frontendOpenOrders.js.map +0 -1
  1510. package/script/src/api/info/fundingHistory.d.ts +0 -74
  1511. package/script/src/api/info/fundingHistory.d.ts.map +0 -1
  1512. package/script/src/api/info/fundingHistory.js +0 -104
  1513. package/script/src/api/info/fundingHistory.js.map +0 -1
  1514. package/script/src/api/info/gossipRootIps.d.ts +0 -39
  1515. package/script/src/api/info/gossipRootIps.d.ts.map +0 -1
  1516. package/script/src/api/info/gossipRootIps.js +0 -83
  1517. package/script/src/api/info/gossipRootIps.js.map +0 -1
  1518. package/script/src/api/info/historicalOrders.d.ts +0 -132
  1519. package/script/src/api/info/historicalOrders.d.ts.map +0 -1
  1520. package/script/src/api/info/historicalOrders.js +0 -99
  1521. package/script/src/api/info/historicalOrders.js.map +0 -1
  1522. package/script/src/api/info/isVip.d.ts +0 -49
  1523. package/script/src/api/info/isVip.d.ts.map +0 -1
  1524. package/script/src/api/info/isVip.js +0 -89
  1525. package/script/src/api/info/isVip.js.map +0 -1
  1526. package/script/src/api/info/l2Book.d.ts +0 -98
  1527. package/script/src/api/info/l2Book.d.ts.map +0 -1
  1528. package/script/src/api/info/l2Book.js +0 -101
  1529. package/script/src/api/info/l2Book.js.map +0 -1
  1530. package/script/src/api/info/leadingVaults.d.ts +0 -60
  1531. package/script/src/api/info/leadingVaults.d.ts.map +0 -1
  1532. package/script/src/api/info/leadingVaults.js +0 -96
  1533. package/script/src/api/info/leadingVaults.js.map +0 -1
  1534. package/script/src/api/info/legalCheck.d.ts +0 -60
  1535. package/script/src/api/info/legalCheck.d.ts.map +0 -1
  1536. package/script/src/api/info/legalCheck.js +0 -96
  1537. package/script/src/api/info/legalCheck.js.map +0 -1
  1538. package/script/src/api/info/liquidatable.d.ts +0 -38
  1539. package/script/src/api/info/liquidatable.d.ts.map +0 -1
  1540. package/script/src/api/info/liquidatable.js +0 -82
  1541. package/script/src/api/info/liquidatable.js.map +0 -1
  1542. package/script/src/api/info/marginTable.d.ts +0 -71
  1543. package/script/src/api/info/marginTable.d.ts.map +0 -1
  1544. package/script/src/api/info/marginTable.js +0 -101
  1545. package/script/src/api/info/marginTable.js.map +0 -1
  1546. package/script/src/api/info/maxBuilderFee.d.ts +0 -52
  1547. package/script/src/api/info/maxBuilderFee.d.ts.map +0 -1
  1548. package/script/src/api/info/maxBuilderFee.js +0 -91
  1549. package/script/src/api/info/maxBuilderFee.js.map +0 -1
  1550. package/script/src/api/info/maxMarketOrderNtls.d.ts +0 -41
  1551. package/script/src/api/info/maxMarketOrderNtls.d.ts.map +0 -1
  1552. package/script/src/api/info/maxMarketOrderNtls.js +0 -84
  1553. package/script/src/api/info/maxMarketOrderNtls.js.map +0 -1
  1554. package/script/src/api/info/meta.d.ts +0 -133
  1555. package/script/src/api/info/meta.d.ts.map +0 -1
  1556. package/script/src/api/info/meta.js +0 -99
  1557. package/script/src/api/info/meta.js.map +0 -1
  1558. package/script/src/api/info/metaAndAssetCtxs.d.ts +0 -194
  1559. package/script/src/api/info/metaAndAssetCtxs.d.ts.map +0 -1
  1560. package/script/src/api/info/metaAndAssetCtxs.js +0 -97
  1561. package/script/src/api/info/metaAndAssetCtxs.js.map +0 -1
  1562. package/script/src/api/info/openOrders.d.ts +0 -82
  1563. package/script/src/api/info/openOrders.d.ts.map +0 -1
  1564. package/script/src/api/info/openOrders.js +0 -92
  1565. package/script/src/api/info/openOrders.js.map +0 -1
  1566. package/script/src/api/info/orderStatus.d.ts +0 -150
  1567. package/script/src/api/info/orderStatus.d.ts.map +0 -1
  1568. package/script/src/api/info/orderStatus.js +0 -114
  1569. package/script/src/api/info/orderStatus.js.map +0 -1
  1570. package/script/src/api/info/perpDeployAuctionStatus.d.ts +0 -56
  1571. package/script/src/api/info/perpDeployAuctionStatus.d.ts.map +0 -1
  1572. package/script/src/api/info/perpDeployAuctionStatus.js +0 -94
  1573. package/script/src/api/info/perpDeployAuctionStatus.js.map +0 -1
  1574. package/script/src/api/info/perpDexLimits.d.ts +0 -63
  1575. package/script/src/api/info/perpDexLimits.d.ts.map +0 -1
  1576. package/script/src/api/info/perpDexLimits.js +0 -98
  1577. package/script/src/api/info/perpDexLimits.js.map +0 -1
  1578. package/script/src/api/info/perpDexs.d.ts +0 -70
  1579. package/script/src/api/info/perpDexs.d.ts.map +0 -1
  1580. package/script/src/api/info/perpDexs.js +0 -103
  1581. package/script/src/api/info/perpDexs.js.map +0 -1
  1582. package/script/src/api/info/perpsAtOpenInterestCap.d.ts +0 -47
  1583. package/script/src/api/info/perpsAtOpenInterestCap.d.ts.map +0 -1
  1584. package/script/src/api/info/perpsAtOpenInterestCap.js +0 -69
  1585. package/script/src/api/info/perpsAtOpenInterestCap.js.map +0 -1
  1586. package/script/src/api/info/portfolio.d.ts +0 -169
  1587. package/script/src/api/info/portfolio.d.ts.map +0 -1
  1588. package/script/src/api/info/portfolio.js +0 -109
  1589. package/script/src/api/info/portfolio.js.map +0 -1
  1590. package/script/src/api/info/preTransferCheck.d.ts +0 -66
  1591. package/script/src/api/info/preTransferCheck.d.ts.map +0 -1
  1592. package/script/src/api/info/preTransferCheck.js +0 -100
  1593. package/script/src/api/info/preTransferCheck.js.map +0 -1
  1594. package/script/src/api/info/predictedFundings.d.ts +0 -66
  1595. package/script/src/api/info/predictedFundings.d.ts.map +0 -1
  1596. package/script/src/api/info/predictedFundings.js +0 -104
  1597. package/script/src/api/info/predictedFundings.js.map +0 -1
  1598. package/script/src/api/info/recentTrades.d.ts +0 -84
  1599. package/script/src/api/info/recentTrades.d.ts.map +0 -1
  1600. package/script/src/api/info/recentTrades.js +0 -108
  1601. package/script/src/api/info/recentTrades.js.map +0 -1
  1602. package/script/src/api/info/referral.d.ts +0 -274
  1603. package/script/src/api/info/referral.d.ts.map +0 -1
  1604. package/script/src/api/info/referral.js +0 -190
  1605. package/script/src/api/info/referral.js.map +0 -1
  1606. package/script/src/api/info/spotClearinghouseState.d.ts +0 -103
  1607. package/script/src/api/info/spotClearinghouseState.d.ts.map +0 -1
  1608. package/script/src/api/info/spotClearinghouseState.js +0 -106
  1609. package/script/src/api/info/spotClearinghouseState.js.map +0 -1
  1610. package/script/src/api/info/spotDeployState.d.ts +0 -162
  1611. package/script/src/api/info/spotDeployState.d.ts.map +0 -1
  1612. package/script/src/api/info/spotDeployState.js +0 -137
  1613. package/script/src/api/info/spotDeployState.js.map +0 -1
  1614. package/script/src/api/info/spotMeta.d.ts +0 -137
  1615. package/script/src/api/info/spotMeta.d.ts.map +0 -1
  1616. package/script/src/api/info/spotMeta.js +0 -125
  1617. package/script/src/api/info/spotMeta.js.map +0 -1
  1618. package/script/src/api/info/spotMetaAndAssetCtxs.d.ts +0 -185
  1619. package/script/src/api/info/spotMetaAndAssetCtxs.d.ts.map +0 -1
  1620. package/script/src/api/info/spotMetaAndAssetCtxs.js +0 -107
  1621. package/script/src/api/info/spotMetaAndAssetCtxs.js.map +0 -1
  1622. package/script/src/api/info/spotPairDeployAuctionStatus.d.ts +0 -56
  1623. package/script/src/api/info/spotPairDeployAuctionStatus.d.ts.map +0 -1
  1624. package/script/src/api/info/spotPairDeployAuctionStatus.js +0 -94
  1625. package/script/src/api/info/spotPairDeployAuctionStatus.js.map +0 -1
  1626. package/script/src/api/info/subAccounts.d.ts +0 -412
  1627. package/script/src/api/info/subAccounts.d.ts.map +0 -1
  1628. package/script/src/api/info/subAccounts.js +0 -104
  1629. package/script/src/api/info/subAccounts.js.map +0 -1
  1630. package/script/src/api/info/subAccounts2.d.ts +0 -498
  1631. package/script/src/api/info/subAccounts2.d.ts.map +0 -1
  1632. package/script/src/api/info/subAccounts2.js +0 -107
  1633. package/script/src/api/info/subAccounts2.js.map +0 -1
  1634. package/script/src/api/info/tokenDetails.d.ts +0 -114
  1635. package/script/src/api/info/tokenDetails.d.ts.map +0 -1
  1636. package/script/src/api/info/tokenDetails.js +0 -129
  1637. package/script/src/api/info/tokenDetails.js.map +0 -1
  1638. package/script/src/api/info/twapHistory.d.ts +0 -132
  1639. package/script/src/api/info/twapHistory.d.ts.map +0 -1
  1640. package/script/src/api/info/twapHistory.js +0 -101
  1641. package/script/src/api/info/twapHistory.js.map +0 -1
  1642. package/script/src/api/info/txDetails.d.ts +0 -102
  1643. package/script/src/api/info/txDetails.d.ts.map +0 -1
  1644. package/script/src/api/info/txDetails.js +0 -110
  1645. package/script/src/api/info/txDetails.js.map +0 -1
  1646. package/script/src/api/info/userDetails.d.ts +0 -106
  1647. package/script/src/api/info/userDetails.d.ts.map +0 -1
  1648. package/script/src/api/info/userDetails.js +0 -95
  1649. package/script/src/api/info/userDetails.js.map +0 -1
  1650. package/script/src/api/info/userDexAbstraction.d.ts +0 -49
  1651. package/script/src/api/info/userDexAbstraction.d.ts.map +0 -1
  1652. package/script/src/api/info/userDexAbstraction.js +0 -89
  1653. package/script/src/api/info/userDexAbstraction.js.map +0 -1
  1654. package/script/src/api/info/userFees.d.ts +0 -269
  1655. package/script/src/api/info/userFees.d.ts.map +0 -1
  1656. package/script/src/api/info/userFees.js +0 -204
  1657. package/script/src/api/info/userFees.js.map +0 -1
  1658. package/script/src/api/info/userFills.d.ts +0 -122
  1659. package/script/src/api/info/userFills.d.ts.map +0 -1
  1660. package/script/src/api/info/userFills.js +0 -92
  1661. package/script/src/api/info/userFills.js.map +0 -1
  1662. package/script/src/api/info/userFillsByTime.d.ts +0 -128
  1663. package/script/src/api/info/userFillsByTime.d.ts.map +0 -1
  1664. package/script/src/api/info/userFillsByTime.js +0 -96
  1665. package/script/src/api/info/userFillsByTime.js.map +0 -1
  1666. package/script/src/api/info/userFunding.d.ts +0 -104
  1667. package/script/src/api/info/userFunding.d.ts.map +0 -1
  1668. package/script/src/api/info/userFunding.js +0 -115
  1669. package/script/src/api/info/userFunding.js.map +0 -1
  1670. package/script/src/api/info/userNonFundingLedgerUpdates.d.ts +0 -711
  1671. package/script/src/api/info/userNonFundingLedgerUpdates.d.ts.map +0 -1
  1672. package/script/src/api/info/userNonFundingLedgerUpdates.js +0 -289
  1673. package/script/src/api/info/userNonFundingLedgerUpdates.js.map +0 -1
  1674. package/script/src/api/info/userRateLimit.d.ts +0 -60
  1675. package/script/src/api/info/userRateLimit.d.ts.map +0 -1
  1676. package/script/src/api/info/userRateLimit.js +0 -96
  1677. package/script/src/api/info/userRateLimit.js.map +0 -1
  1678. package/script/src/api/info/userRole.d.ts +0 -84
  1679. package/script/src/api/info/userRole.d.ts.map +0 -1
  1680. package/script/src/api/info/userRole.js +0 -112
  1681. package/script/src/api/info/userRole.js.map +0 -1
  1682. package/script/src/api/info/userToMultiSigSigners.d.ts +0 -57
  1683. package/script/src/api/info/userToMultiSigSigners.d.ts.map +0 -1
  1684. package/script/src/api/info/userToMultiSigSigners.js +0 -94
  1685. package/script/src/api/info/userToMultiSigSigners.js.map +0 -1
  1686. package/script/src/api/info/userTwapSliceFills.d.ts +0 -124
  1687. package/script/src/api/info/userTwapSliceFills.d.ts.map +0 -1
  1688. package/script/src/api/info/userTwapSliceFills.js +0 -97
  1689. package/script/src/api/info/userTwapSliceFills.js.map +0 -1
  1690. package/script/src/api/info/userTwapSliceFillsByTime.d.ts +0 -133
  1691. package/script/src/api/info/userTwapSliceFillsByTime.d.ts.map +0 -1
  1692. package/script/src/api/info/userTwapSliceFillsByTime.js +0 -103
  1693. package/script/src/api/info/userTwapSliceFillsByTime.js.map +0 -1
  1694. package/script/src/api/info/userVaultEquities.d.ts +0 -64
  1695. package/script/src/api/info/userVaultEquities.d.ts.map +0 -1
  1696. package/script/src/api/info/userVaultEquities.js +0 -98
  1697. package/script/src/api/info/userVaultEquities.js.map +0 -1
  1698. package/script/src/api/info/validatorL1Votes.d.ts +0 -70
  1699. package/script/src/api/info/validatorL1Votes.d.ts.map +0 -1
  1700. package/script/src/api/info/validatorL1Votes.js +0 -99
  1701. package/script/src/api/info/validatorL1Votes.js.map +0 -1
  1702. package/script/src/api/info/validatorSummaries.d.ts +0 -155
  1703. package/script/src/api/info/validatorSummaries.d.ts.map +0 -1
  1704. package/script/src/api/info/validatorSummaries.js +0 -123
  1705. package/script/src/api/info/validatorSummaries.js.map +0 -1
  1706. package/script/src/api/info/vaultDetails.d.ts +0 -359
  1707. package/script/src/api/info/vaultDetails.d.ts.map +0 -1
  1708. package/script/src/api/info/vaultDetails.js +0 -171
  1709. package/script/src/api/info/vaultDetails.js.map +0 -1
  1710. package/script/src/api/info/vaultSummaries.d.ts +0 -104
  1711. package/script/src/api/info/vaultSummaries.d.ts.map +0 -1
  1712. package/script/src/api/info/vaultSummaries.js +0 -114
  1713. package/script/src/api/info/vaultSummaries.js.map +0 -1
  1714. package/script/src/api/info/webData2.d.ts +0 -821
  1715. package/script/src/api/info/webData2.d.ts.map +0 -1
  1716. package/script/src/api/info/webData2.js +0 -90
  1717. package/script/src/api/info/webData2.js.map +0 -1
  1718. package/script/src/api/info/~client.d.ts +0 -2694
  1719. package/script/src/api/info/~client.d.ts.map +0 -1
  1720. package/script/src/api/info/~client.js +0 -1557
  1721. package/script/src/api/info/~client.js.map +0 -1
  1722. package/script/src/api/info/~mod.d.ts +0 -91
  1723. package/script/src/api/info/~mod.d.ts.map +0 -1
  1724. package/script/src/api/info/~mod.js +0 -109
  1725. package/script/src/api/info/~mod.js.map +0 -1
  1726. package/script/src/api/subscription/_types.d.ts +0 -7
  1727. package/script/src/api/subscription/_types.d.ts.map +0 -1
  1728. package/script/src/api/subscription/_types.js +0 -3
  1729. package/script/src/api/subscription/_types.js.map +0 -1
  1730. package/script/src/api/subscription/activeAssetCtx.d.ts +0 -97
  1731. package/script/src/api/subscription/activeAssetCtx.d.ts.map +0 -1
  1732. package/script/src/api/subscription/activeAssetCtx.js +0 -112
  1733. package/script/src/api/subscription/activeAssetCtx.js.map +0 -1
  1734. package/script/src/api/subscription/activeAssetData.d.ts +0 -84
  1735. package/script/src/api/subscription/activeAssetData.d.ts.map +0 -1
  1736. package/script/src/api/subscription/activeAssetData.js +0 -89
  1737. package/script/src/api/subscription/activeAssetData.js.map +0 -1
  1738. package/script/src/api/subscription/activeSpotAssetCtx.d.ts +0 -89
  1739. package/script/src/api/subscription/activeSpotAssetCtx.d.ts.map +0 -1
  1740. package/script/src/api/subscription/activeSpotAssetCtx.js +0 -108
  1741. package/script/src/api/subscription/activeSpotAssetCtx.js.map +0 -1
  1742. package/script/src/api/subscription/allMids.d.ts +0 -58
  1743. package/script/src/api/subscription/allMids.d.ts.map +0 -1
  1744. package/script/src/api/subscription/allMids.js +0 -73
  1745. package/script/src/api/subscription/allMids.js.map +0 -1
  1746. package/script/src/api/subscription/assetCtxs.d.ts +0 -108
  1747. package/script/src/api/subscription/assetCtxs.d.ts.map +0 -1
  1748. package/script/src/api/subscription/assetCtxs.js +0 -96
  1749. package/script/src/api/subscription/assetCtxs.js.map +0 -1
  1750. package/script/src/api/subscription/bbo.d.ts +0 -89
  1751. package/script/src/api/subscription/bbo.d.ts.map +0 -1
  1752. package/script/src/api/subscription/bbo.js +0 -94
  1753. package/script/src/api/subscription/bbo.js.map +0 -1
  1754. package/script/src/api/subscription/candle.d.ts +0 -71
  1755. package/script/src/api/subscription/candle.d.ts.map +0 -1
  1756. package/script/src/api/subscription/candle.js +0 -90
  1757. package/script/src/api/subscription/candle.js.map +0 -1
  1758. package/script/src/api/subscription/clearinghouseState.d.ts +0 -285
  1759. package/script/src/api/subscription/clearinghouseState.d.ts.map +0 -1
  1760. package/script/src/api/subscription/clearinghouseState.js +0 -100
  1761. package/script/src/api/subscription/clearinghouseState.js.map +0 -1
  1762. package/script/src/api/subscription/explorerBlock.d.ts +0 -64
  1763. package/script/src/api/subscription/explorerBlock.d.ts.map +0 -1
  1764. package/script/src/api/subscription/explorerBlock.js +0 -94
  1765. package/script/src/api/subscription/explorerBlock.js.map +0 -1
  1766. package/script/src/api/subscription/explorerTxs.d.ts +0 -83
  1767. package/script/src/api/subscription/explorerTxs.d.ts.map +0 -1
  1768. package/script/src/api/subscription/explorerTxs.js +0 -99
  1769. package/script/src/api/subscription/explorerTxs.js.map +0 -1
  1770. package/script/src/api/subscription/l2Book.d.ts +0 -95
  1771. package/script/src/api/subscription/l2Book.d.ts.map +0 -1
  1772. package/script/src/api/subscription/l2Book.js +0 -103
  1773. package/script/src/api/subscription/l2Book.js.map +0 -1
  1774. package/script/src/api/subscription/notification.d.ts +0 -51
  1775. package/script/src/api/subscription/notification.d.ts.map +0 -1
  1776. package/script/src/api/subscription/notification.js +0 -87
  1777. package/script/src/api/subscription/notification.js.map +0 -1
  1778. package/script/src/api/subscription/openOrders.d.ts +0 -128
  1779. package/script/src/api/subscription/openOrders.d.ts.map +0 -1
  1780. package/script/src/api/subscription/openOrders.js +0 -100
  1781. package/script/src/api/subscription/openOrders.js.map +0 -1
  1782. package/script/src/api/subscription/orderUpdates.d.ts +0 -101
  1783. package/script/src/api/subscription/orderUpdates.d.ts.map +0 -1
  1784. package/script/src/api/subscription/orderUpdates.js +0 -94
  1785. package/script/src/api/subscription/orderUpdates.js.map +0 -1
  1786. package/script/src/api/subscription/spotState.d.ts +0 -91
  1787. package/script/src/api/subscription/spotState.d.ts.map +0 -1
  1788. package/script/src/api/subscription/spotState.js +0 -95
  1789. package/script/src/api/subscription/spotState.js.map +0 -1
  1790. package/script/src/api/subscription/trades.d.ts +0 -73
  1791. package/script/src/api/subscription/trades.d.ts.map +0 -1
  1792. package/script/src/api/subscription/trades.js +0 -87
  1793. package/script/src/api/subscription/trades.js.map +0 -1
  1794. package/script/src/api/subscription/userEvents.d.ts +0 -876
  1795. package/script/src/api/subscription/userEvents.d.ts.map +0 -1
  1796. package/script/src/api/subscription/userEvents.js +0 -180
  1797. package/script/src/api/subscription/userEvents.js.map +0 -1
  1798. package/script/src/api/subscription/userFills.d.ts +0 -152
  1799. package/script/src/api/subscription/userFills.d.ts.map +0 -1
  1800. package/script/src/api/subscription/userFills.js +0 -100
  1801. package/script/src/api/subscription/userFills.js.map +0 -1
  1802. package/script/src/api/subscription/userFundings.d.ts +0 -91
  1803. package/script/src/api/subscription/userFundings.d.ts.map +0 -1
  1804. package/script/src/api/subscription/userFundings.js +0 -108
  1805. package/script/src/api/subscription/userFundings.js.map +0 -1
  1806. package/script/src/api/subscription/userHistoricalOrders.d.ts +0 -161
  1807. package/script/src/api/subscription/userHistoricalOrders.d.ts.map +0 -1
  1808. package/script/src/api/subscription/userHistoricalOrders.js +0 -103
  1809. package/script/src/api/subscription/userHistoricalOrders.js.map +0 -1
  1810. package/script/src/api/subscription/userNonFundingLedgerUpdates.d.ts +0 -493
  1811. package/script/src/api/subscription/userNonFundingLedgerUpdates.d.ts.map +0 -1
  1812. package/script/src/api/subscription/userNonFundingLedgerUpdates.js +0 -94
  1813. package/script/src/api/subscription/userNonFundingLedgerUpdates.js.map +0 -1
  1814. package/script/src/api/subscription/userTwapHistory.d.ts +0 -161
  1815. package/script/src/api/subscription/userTwapHistory.d.ts.map +0 -1
  1816. package/script/src/api/subscription/userTwapHistory.js +0 -105
  1817. package/script/src/api/subscription/userTwapHistory.js.map +0 -1
  1818. package/script/src/api/subscription/userTwapSliceFills.d.ts +0 -132
  1819. package/script/src/api/subscription/userTwapSliceFills.d.ts.map +0 -1
  1820. package/script/src/api/subscription/userTwapSliceFills.js +0 -99
  1821. package/script/src/api/subscription/userTwapSliceFills.js.map +0 -1
  1822. package/script/src/api/subscription/webData2.d.ts +0 -694
  1823. package/script/src/api/subscription/webData2.d.ts.map +0 -1
  1824. package/script/src/api/subscription/webData2.js +0 -138
  1825. package/script/src/api/subscription/webData2.js.map +0 -1
  1826. package/script/src/api/subscription/webData3.d.ts +0 -541
  1827. package/script/src/api/subscription/webData3.d.ts.map +0 -1
  1828. package/script/src/api/subscription/webData3.js +0 -131
  1829. package/script/src/api/subscription/webData3.js.map +0 -1
  1830. package/script/src/api/subscription/~client.d.ts +0 -577
  1831. package/script/src/api/subscription/~client.d.ts.map +0 -1
  1832. package/script/src/api/subscription/~client.js +0 -608
  1833. package/script/src/api/subscription/~client.js.map +0 -1
  1834. package/script/src/api/subscription/~mod.d.ts +0 -52
  1835. package/script/src/api/subscription/~mod.d.ts.map +0 -1
  1836. package/script/src/api/subscription/~mod.js +0 -70
  1837. package/script/src/api/subscription/~mod.js.map +0 -1
  1838. package/script/src/mod.d.ts +0 -9
  1839. package/script/src/mod.d.ts.map +0 -1
  1840. package/script/src/mod.js +0 -28
  1841. package/script/src/mod.js.map +0 -1
  1842. package/script/src/signing/_signTypedData.d.ts +0 -118
  1843. package/script/src/signing/_signTypedData.d.ts.map +0 -1
  1844. package/script/src/signing/_signTypedData.js +0 -108
  1845. package/script/src/signing/_signTypedData.js.map +0 -1
  1846. package/script/src/signing/mod.d.ts +0 -324
  1847. package/script/src/signing/mod.d.ts.map +0 -1
  1848. package/script/src/signing/mod.js +0 -375
  1849. package/script/src/signing/mod.js.map +0 -1
  1850. package/script/src/transport/_polyfills.d.ts +0 -12
  1851. package/script/src/transport/_polyfills.d.ts.map +0 -1
  1852. package/script/src/transport/_polyfills.js +0 -49
  1853. package/script/src/transport/_polyfills.js.map +0 -1
  1854. package/script/src/transport/base.d.ts +0 -48
  1855. package/script/src/transport/base.d.ts.map +0 -1
  1856. package/script/src/transport/base.js +0 -13
  1857. package/script/src/transport/base.js.map +0 -1
  1858. package/script/src/transport/http/mod.d.ts +0 -94
  1859. package/script/src/transport/http/mod.d.ts.map +0 -1
  1860. package/script/src/transport/http/mod.js +0 -157
  1861. package/script/src/transport/http/mod.js.map +0 -1
  1862. package/script/src/transport/websocket/_hyperliquid_event_target.d.ts +0 -87
  1863. package/script/src/transport/websocket/_hyperliquid_event_target.d.ts.map +0 -1
  1864. package/script/src/transport/websocket/_hyperliquid_event_target.js +0 -92
  1865. package/script/src/transport/websocket/_hyperliquid_event_target.js.map +0 -1
  1866. package/script/src/transport/websocket/_reconnecting_websocket.d.ts +0 -108
  1867. package/script/src/transport/websocket/_reconnecting_websocket.d.ts.map +0 -1
  1868. package/script/src/transport/websocket/_reconnecting_websocket.js +0 -303
  1869. package/script/src/transport/websocket/_reconnecting_websocket.js.map +0 -1
  1870. package/script/src/transport/websocket/_websocket_async_request.d.ts +0 -37
  1871. package/script/src/transport/websocket/_websocket_async_request.d.ts.map +0 -1
  1872. package/script/src/transport/websocket/_websocket_async_request.js +0 -197
  1873. package/script/src/transport/websocket/_websocket_async_request.js.map +0 -1
  1874. package/script/src/transport/websocket/mod.d.ts +0 -123
  1875. package/script/src/transport/websocket/mod.d.ts.map +0 -1
  1876. package/script/src/transport/websocket/mod.js +0 -255
  1877. package/script/src/transport/websocket/mod.js.map +0 -1
  1878. package/script/src/utils/_eip712.d.ts +0 -42
  1879. package/script/src/utils/_eip712.d.ts.map +0 -1
  1880. package/script/src/utils/_eip712.js +0 -214
  1881. package/script/src/utils/_eip712.js.map +0 -1
  1882. package/script/src/utils/_format.d.ts +0 -28
  1883. package/script/src/utils/_format.d.ts.map +0 -1
  1884. package/script/src/utils/_format.js +0 -161
  1885. package/script/src/utils/_format.js.map +0 -1
  1886. package/script/src/utils/_recover.d.ts +0 -89
  1887. package/script/src/utils/_recover.d.ts.map +0 -1
  1888. package/script/src/utils/_recover.js +0 -156
  1889. package/script/src/utils/_recover.js.map +0 -1
  1890. package/script/src/utils/_symbolConverter.d.ts +0 -90
  1891. package/script/src/utils/_symbolConverter.d.ts.map +0 -1
  1892. package/script/src/utils/_symbolConverter.js +0 -176
  1893. package/script/src/utils/_symbolConverter.js.map +0 -1
  1894. package/script/src/utils/mod.d.ts +0 -4
  1895. package/script/src/utils/mod.d.ts.map +0 -1
  1896. package/script/src/utils/mod.js +0 -20
  1897. package/script/src/utils/mod.js.map +0 -1
  1898. package/src/bin/cli.ts +0 -319
  1899. package/src/src/api/_base.ts +0 -145
  1900. package/src/src/api/_common_schemas.ts +0 -767
  1901. package/src/src/api/exchange/_base/_errors.ts +0 -60
  1902. package/src/src/api/exchange/_base/_execute.ts +0 -244
  1903. package/src/src/api/exchange/_base/_helpers.ts +0 -26
  1904. package/src/src/api/exchange/_base/_schemas.ts +0 -73
  1905. package/src/src/api/exchange/_base/_types.ts +0 -88
  1906. package/src/src/api/exchange/_base/mod.ts +0 -5
  1907. package/src/src/api/exchange/agentEnableDexAbstraction.ts +0 -104
  1908. package/src/src/api/exchange/approveAgent.ts +0 -141
  1909. package/src/src/api/exchange/approveBuilderFee.ts +0 -141
  1910. package/src/src/api/exchange/batchModify.ts +0 -148
  1911. package/src/src/api/exchange/cDeposit.ts +0 -135
  1912. package/src/src/api/exchange/cSignerAction.ts +0 -136
  1913. package/src/src/api/exchange/cValidatorAction.ts +0 -276
  1914. package/src/src/api/exchange/cWithdraw.ts +0 -135
  1915. package/src/src/api/exchange/cancel.ts +0 -218
  1916. package/src/src/api/exchange/cancelByCloid.ts +0 -136
  1917. package/src/src/api/exchange/claimRewards.ts +0 -100
  1918. package/src/src/api/exchange/convertToMultiSigUser.ts +0 -192
  1919. package/src/src/api/exchange/createSubAccount.ts +0 -144
  1920. package/src/src/api/exchange/createVault.ts +0 -165
  1921. package/src/src/api/exchange/evmUserModify.ts +0 -115
  1922. package/src/src/api/exchange/linkStakingUser.ts +0 -157
  1923. package/src/src/api/exchange/modify.ts +0 -139
  1924. package/src/src/api/exchange/multiSig.ts +0 -303
  1925. package/src/src/api/exchange/noop.ts +0 -102
  1926. package/src/src/api/exchange/order.ts +0 -350
  1927. package/src/src/api/exchange/perpDeploy.ts +0 -382
  1928. package/src/src/api/exchange/registerReferrer.ts +0 -116
  1929. package/src/src/api/exchange/reserveRequestWeight.ts +0 -115
  1930. package/src/src/api/exchange/scheduleCancel.ts +0 -145
  1931. package/src/src/api/exchange/sendAsset.ts +0 -171
  1932. package/src/src/api/exchange/setDisplayName.ts +0 -122
  1933. package/src/src/api/exchange/setReferrer.ts +0 -116
  1934. package/src/src/api/exchange/spotDeploy.ts +0 -358
  1935. package/src/src/api/exchange/spotSend.ts +0 -151
  1936. package/src/src/api/exchange/spotUser.ts +0 -121
  1937. package/src/src/api/exchange/subAccountModify.ts +0 -121
  1938. package/src/src/api/exchange/subAccountSpotTransfer.ts +0 -135
  1939. package/src/src/api/exchange/subAccountTransfer.ts +0 -125
  1940. package/src/src/api/exchange/tokenDelegate.ts +0 -147
  1941. package/src/src/api/exchange/twapCancel.ts +0 -206
  1942. package/src/src/api/exchange/twapOrder.ts +0 -265
  1943. package/src/src/api/exchange/updateIsolatedMargin.ts +0 -131
  1944. package/src/src/api/exchange/updateLeverage.ts +0 -131
  1945. package/src/src/api/exchange/usdClassTransfer.ts +0 -141
  1946. package/src/src/api/exchange/usdSend.ts +0 -141
  1947. package/src/src/api/exchange/userDexAbstraction.ts +0 -145
  1948. package/src/src/api/exchange/vaultDistribute.ts +0 -127
  1949. package/src/src/api/exchange/vaultModify.ts +0 -129
  1950. package/src/src/api/exchange/vaultTransfer.ts +0 -125
  1951. package/src/src/api/exchange/withdraw3.ts +0 -141
  1952. package/src/src/api/exchange/~client.ts +0 -1567
  1953. package/src/src/api/exchange/~mod.ts +0 -87
  1954. package/src/src/api/info/_types.ts +0 -7
  1955. package/src/src/api/info/activeAssetData.ts +0 -147
  1956. package/src/src/api/info/alignedQuoteTokenInfo.ts +0 -121
  1957. package/src/src/api/info/allMids.ts +0 -88
  1958. package/src/src/api/info/allPerpMetas.ts +0 -70
  1959. package/src/src/api/info/blockDetails.ts +0 -165
  1960. package/src/src/api/info/candleSnapshot.ts +0 -153
  1961. package/src/src/api/info/clearinghouseState.ts +0 -279
  1962. package/src/src/api/info/delegations.ts +0 -101
  1963. package/src/src/api/info/delegatorHistory.ts +0 -156
  1964. package/src/src/api/info/delegatorRewards.ts +0 -101
  1965. package/src/src/api/info/delegatorSummary.ts +0 -100
  1966. package/src/src/api/info/exchangeStatus.ts +0 -74
  1967. package/src/src/api/info/extraAgents.ts +0 -102
  1968. package/src/src/api/info/frontendOpenOrders.ts +0 -86
  1969. package/src/src/api/info/fundingHistory.ts +0 -116
  1970. package/src/src/api/info/gossipRootIps.ts +0 -65
  1971. package/src/src/api/info/historicalOrders.ts +0 -97
  1972. package/src/src/api/info/isVip.ts +0 -79
  1973. package/src/src/api/info/l2Book.ts +0 -119
  1974. package/src/src/api/info/leadingVaults.ts +0 -96
  1975. package/src/src/api/info/legalCheck.ts +0 -95
  1976. package/src/src/api/info/liquidatable.ts +0 -63
  1977. package/src/src/api/info/marginTable.ts +0 -110
  1978. package/src/src/api/info/maxBuilderFee.ts +0 -86
  1979. package/src/src/api/info/maxMarketOrderNtls.ts +0 -74
  1980. package/src/src/api/info/meta.ts +0 -160
  1981. package/src/src/api/info/metaAndAssetCtxs.ts +0 -153
  1982. package/src/src/api/info/openOrders.ts +0 -86
  1983. package/src/src/api/info/orderStatus.ts +0 -122
  1984. package/src/src/api/info/perpDeployAuctionStatus.ts +0 -91
  1985. package/src/src/api/info/perpDexLimits.ts +0 -102
  1986. package/src/src/api/info/perpDexs.ts +0 -114
  1987. package/src/src/api/info/perpsAtOpenInterestCap.ts +0 -88
  1988. package/src/src/api/info/portfolio.ts +0 -113
  1989. package/src/src/api/info/preTransferCheck.ts +0 -105
  1990. package/src/src/api/info/predictedFundings.ts +0 -117
  1991. package/src/src/api/info/recentTrades.ts +0 -126
  1992. package/src/src/api/info/referral.ts +0 -314
  1993. package/src/src/api/info/spotClearinghouseState.ts +0 -121
  1994. package/src/src/api/info/spotDeployState.ts +0 -194
  1995. package/src/src/api/info/spotMeta.ts +0 -168
  1996. package/src/src/api/info/spotMetaAndAssetCtxs.ts +0 -121
  1997. package/src/src/api/info/spotPairDeployAuctionStatus.ts +0 -91
  1998. package/src/src/api/info/subAccounts.ts +0 -111
  1999. package/src/src/api/info/subAccounts2.ts +0 -120
  2000. package/src/src/api/info/tokenDetails.ts +0 -178
  2001. package/src/src/api/info/twapHistory.ts +0 -102
  2002. package/src/src/api/info/txDetails.ts +0 -128
  2003. package/src/src/api/info/userDetails.ts +0 -93
  2004. package/src/src/api/info/userDexAbstraction.ts +0 -79
  2005. package/src/src/api/info/userFees.ts +0 -333
  2006. package/src/src/api/info/userFills.ts +0 -86
  2007. package/src/src/api/info/userFillsByTime.ts +0 -96
  2008. package/src/src/api/info/userFunding.ts +0 -142
  2009. package/src/src/api/info/userNonFundingLedgerUpdates.ts +0 -530
  2010. package/src/src/api/info/userRateLimit.ts +0 -95
  2011. package/src/src/api/info/userRole.ts +0 -123
  2012. package/src/src/api/info/userToMultiSigSigners.ts +0 -94
  2013. package/src/src/api/info/userTwapSliceFills.ts +0 -95
  2014. package/src/src/api/info/userTwapSliceFillsByTime.ts +0 -110
  2015. package/src/src/api/info/userVaultEquities.ts +0 -101
  2016. package/src/src/api/info/validatorL1Votes.ts +0 -94
  2017. package/src/src/api/info/validatorSummaries.ts +0 -156
  2018. package/src/src/api/info/vaultDetails.ts +0 -275
  2019. package/src/src/api/info/vaultSummaries.ts +0 -133
  2020. package/src/src/api/info/webData2.ts +0 -81
  2021. package/src/src/api/info/~client.ts +0 -1716
  2022. package/src/src/api/info/~mod.ts +0 -92
  2023. package/src/src/api/subscription/_types.ts +0 -7
  2024. package/src/src/api/subscription/activeAssetCtx.ts +0 -139
  2025. package/src/src/api/subscription/activeAssetData.ts +0 -81
  2026. package/src/src/api/subscription/activeSpotAssetCtx.ts +0 -129
  2027. package/src/src/api/subscription/allMids.ts +0 -103
  2028. package/src/src/api/subscription/assetCtxs.ts +0 -160
  2029. package/src/src/api/subscription/bbo.ts +0 -95
  2030. package/src/src/api/subscription/candle.ts +0 -79
  2031. package/src/src/api/subscription/clearinghouseState.ts +0 -101
  2032. package/src/src/api/subscription/explorerBlock.ts +0 -100
  2033. package/src/src/api/subscription/explorerTxs.ts +0 -111
  2034. package/src/src/api/subscription/l2Book.ts +0 -120
  2035. package/src/src/api/subscription/notification.ts +0 -81
  2036. package/src/src/api/subscription/openOrders.ts +0 -104
  2037. package/src/src/api/subscription/orderUpdates.ts +0 -93
  2038. package/src/src/api/subscription/spotState.ts +0 -96
  2039. package/src/src/api/subscription/trades.ts +0 -76
  2040. package/src/src/api/subscription/userEvents.ts +0 -275
  2041. package/src/src/api/subscription/userFills.ts +0 -104
  2042. package/src/src/api/subscription/userFundings.ts +0 -130
  2043. package/src/src/api/subscription/userHistoricalOrders.ts +0 -111
  2044. package/src/src/api/subscription/userNonFundingLedgerUpdates.ts +0 -95
  2045. package/src/src/api/subscription/userTwapHistory.ts +0 -116
  2046. package/src/src/api/subscription/userTwapSliceFills.ts +0 -105
  2047. package/src/src/api/subscription/webData2.ts +0 -180
  2048. package/src/src/api/subscription/webData3.ts +0 -179
  2049. package/src/src/api/subscription/~client.ts +0 -713
  2050. package/src/src/api/subscription/~mod.ts +0 -53
  2051. package/src/src/mod.ts +0 -10
  2052. package/src/src/signing/_signTypedData.ts +0 -237
  2053. package/src/src/signing/mod.ts +0 -474
  2054. package/src/src/transport/_polyfills.ts +0 -47
  2055. package/src/src/transport/base.ts +0 -54
  2056. package/src/src/transport/http/mod.ts +0 -218
  2057. package/src/src/transport/websocket/_hyperliquid_event_target.ts +0 -124
  2058. package/src/src/transport/websocket/_reconnecting_websocket.ts +0 -390
  2059. package/src/src/transport/websocket/_websocket_async_request.ts +0 -239
  2060. package/src/src/transport/websocket/mod.ts +0 -353
  2061. package/src/src/utils/_eip712.ts +0 -243
  2062. package/src/src/utils/_recover.ts +0 -178
  2063. package/src/src/utils/_symbolConverter.ts +0 -203
  2064. package/src/src/utils/mod.ts +0 -3
  2065. /package/{src/bin → bin}/_utils.ts +0 -0
  2066. /package/{esm → dist}/bin/_utils.d.ts +0 -0
  2067. /package/{esm → dist}/bin/_utils.js +0 -0
  2068. /package/{esm → dist}/bin/cli.d.ts +0 -0
  2069. /package/{esm → dist}/src/_base.d.ts +0 -0
  2070. /package/{esm → dist}/src/_base.js +0 -0
  2071. /package/{esm → dist}/src/api/_common_schemas.js +0 -0
  2072. /package/{esm → dist}/src/api/exchange/_base/_execute.js +0 -0
  2073. /package/{esm → dist}/src/api/exchange/_base/_helpers.js +0 -0
  2074. /package/{esm → dist}/src/api/exchange/_base/_nonce.d.ts +0 -0
  2075. /package/{esm → dist}/src/api/exchange/_base/_nonce.js +0 -0
  2076. /package/{esm → dist}/src/api/exchange/_base/_schemas.d.ts +0 -0
  2077. /package/{esm → dist}/src/api/exchange/_base/_schemas.js +0 -0
  2078. /package/{esm → dist}/src/api/exchange/_base/_types.js +0 -0
  2079. /package/{esm → dist}/src/api/exchange/_base/mod.js +0 -0
  2080. /package/{esm → dist}/src/api/exchange/agentEnableDexAbstraction.js +0 -0
  2081. /package/{esm → dist}/src/api/exchange/approveAgent.js +0 -0
  2082. /package/{esm → dist}/src/api/exchange/approveBuilderFee.js +0 -0
  2083. /package/{esm → dist}/src/api/exchange/batchModify.js +0 -0
  2084. /package/{esm → dist}/src/api/exchange/cDeposit.js +0 -0
  2085. /package/{esm → dist}/src/api/exchange/cSignerAction.js +0 -0
  2086. /package/{esm → dist}/src/api/exchange/cValidatorAction.js +0 -0
  2087. /package/{esm → dist}/src/api/exchange/cWithdraw.js +0 -0
  2088. /package/{esm → dist}/src/api/exchange/cancel.js +0 -0
  2089. /package/{esm → dist}/src/api/exchange/cancelByCloid.js +0 -0
  2090. /package/{esm → dist}/src/api/exchange/claimRewards.js +0 -0
  2091. /package/{esm → dist}/src/api/exchange/convertToMultiSigUser.js +0 -0
  2092. /package/{esm → dist}/src/api/exchange/createSubAccount.js +0 -0
  2093. /package/{esm → dist}/src/api/exchange/createVault.js +0 -0
  2094. /package/{esm → dist}/src/api/exchange/evmUserModify.js +0 -0
  2095. /package/{esm → dist}/src/api/exchange/linkStakingUser.js +0 -0
  2096. /package/{esm → dist}/src/api/exchange/modify.js +0 -0
  2097. /package/{esm → dist}/src/api/exchange/multiSig.js +0 -0
  2098. /package/{esm → dist}/src/api/exchange/noop.js +0 -0
  2099. /package/{esm → dist}/src/api/exchange/order.js +0 -0
  2100. /package/{esm → dist}/src/api/exchange/registerReferrer.js +0 -0
  2101. /package/{esm → dist}/src/api/exchange/reserveRequestWeight.js +0 -0
  2102. /package/{esm → dist}/src/api/exchange/scheduleCancel.js +0 -0
  2103. /package/{esm → dist}/src/api/exchange/sendAsset.js +0 -0
  2104. /package/{esm → dist}/src/api/exchange/setDisplayName.js +0 -0
  2105. /package/{esm → dist}/src/api/exchange/setReferrer.js +0 -0
  2106. /package/{esm → dist}/src/api/exchange/spotDeploy.js +0 -0
  2107. /package/{esm → dist}/src/api/exchange/spotSend.js +0 -0
  2108. /package/{esm → dist}/src/api/exchange/spotUser.js +0 -0
  2109. /package/{esm → dist}/src/api/exchange/subAccountModify.js +0 -0
  2110. /package/{esm → dist}/src/api/exchange/subAccountSpotTransfer.js +0 -0
  2111. /package/{esm → dist}/src/api/exchange/subAccountTransfer.js +0 -0
  2112. /package/{esm → dist}/src/api/exchange/tokenDelegate.js +0 -0
  2113. /package/{esm → dist}/src/api/exchange/twapCancel.js +0 -0
  2114. /package/{esm → dist}/src/api/exchange/twapOrder.js +0 -0
  2115. /package/{esm → dist}/src/api/exchange/updateIsolatedMargin.js +0 -0
  2116. /package/{esm → dist}/src/api/exchange/updateLeverage.js +0 -0
  2117. /package/{esm → dist}/src/api/exchange/usdClassTransfer.js +0 -0
  2118. /package/{esm → dist}/src/api/exchange/usdSend.js +0 -0
  2119. /package/{esm → dist}/src/api/exchange/userDexAbstraction.js +0 -0
  2120. /package/{esm → dist}/src/api/exchange/vaultDistribute.js +0 -0
  2121. /package/{esm → dist}/src/api/exchange/vaultModify.js +0 -0
  2122. /package/{esm → dist}/src/api/exchange/vaultTransfer.js +0 -0
  2123. /package/{esm → dist}/src/api/exchange/withdraw3.js +0 -0
  2124. /package/{esm → dist}/src/api/exchange/~client.js +0 -0
  2125. /package/{esm → dist}/src/api/exchange/~mod.js +0 -0
  2126. /package/{esm → dist}/src/api/info/_types.js +0 -0
  2127. /package/{esm → dist}/src/api/info/activeAssetData.js +0 -0
  2128. /package/{esm → dist}/src/api/info/allMids.js +0 -0
  2129. /package/{esm → dist}/src/api/info/allPerpMetas.js +0 -0
  2130. /package/{esm → dist}/src/api/info/blockDetails.js +0 -0
  2131. /package/{esm → dist}/src/api/info/candleSnapshot.js +0 -0
  2132. /package/{esm → dist}/src/api/info/clearinghouseState.js +0 -0
  2133. /package/{esm → dist}/src/api/info/delegations.js +0 -0
  2134. /package/{esm → dist}/src/api/info/delegatorHistory.js +0 -0
  2135. /package/{esm → dist}/src/api/info/delegatorRewards.js +0 -0
  2136. /package/{esm → dist}/src/api/info/delegatorSummary.js +0 -0
  2137. /package/{esm → dist}/src/api/info/exchangeStatus.js +0 -0
  2138. /package/{esm → dist}/src/api/info/extraAgents.js +0 -0
  2139. /package/{esm → dist}/src/api/info/frontendOpenOrders.js +0 -0
  2140. /package/{esm → dist}/src/api/info/fundingHistory.js +0 -0
  2141. /package/{esm → dist}/src/api/info/gossipRootIps.js +0 -0
  2142. /package/{esm → dist}/src/api/info/historicalOrders.js +0 -0
  2143. /package/{esm → dist}/src/api/info/isVip.js +0 -0
  2144. /package/{esm → dist}/src/api/info/l2Book.js +0 -0
  2145. /package/{esm → dist}/src/api/info/leadingVaults.js +0 -0
  2146. /package/{esm → dist}/src/api/info/legalCheck.js +0 -0
  2147. /package/{esm → dist}/src/api/info/liquidatable.js +0 -0
  2148. /package/{esm → dist}/src/api/info/marginTable.js +0 -0
  2149. /package/{esm → dist}/src/api/info/maxBuilderFee.js +0 -0
  2150. /package/{esm → dist}/src/api/info/maxMarketOrderNtls.js +0 -0
  2151. /package/{esm → dist}/src/api/info/meta.js +0 -0
  2152. /package/{esm → dist}/src/api/info/metaAndAssetCtxs.js +0 -0
  2153. /package/{esm → dist}/src/api/info/openOrders.js +0 -0
  2154. /package/{esm → dist}/src/api/info/orderStatus.js +0 -0
  2155. /package/{esm → dist}/src/api/info/perpDeployAuctionStatus.js +0 -0
  2156. /package/{esm → dist}/src/api/info/perpDexLimits.js +0 -0
  2157. /package/{esm → dist}/src/api/info/perpsAtOpenInterestCap.js +0 -0
  2158. /package/{esm → dist}/src/api/info/portfolio.js +0 -0
  2159. /package/{esm → dist}/src/api/info/preTransferCheck.js +0 -0
  2160. /package/{esm → dist}/src/api/info/predictedFundings.js +0 -0
  2161. /package/{esm → dist}/src/api/info/recentTrades.js +0 -0
  2162. /package/{esm → dist}/src/api/info/referral.js +0 -0
  2163. /package/{esm → dist}/src/api/info/spotClearinghouseState.js +0 -0
  2164. /package/{esm → dist}/src/api/info/spotDeployState.js +0 -0
  2165. /package/{esm → dist}/src/api/info/spotMeta.js +0 -0
  2166. /package/{esm → dist}/src/api/info/spotMetaAndAssetCtxs.js +0 -0
  2167. /package/{esm → dist}/src/api/info/spotPairDeployAuctionStatus.js +0 -0
  2168. /package/{esm → dist}/src/api/info/subAccounts.js +0 -0
  2169. /package/{esm → dist}/src/api/info/subAccounts2.js +0 -0
  2170. /package/{esm → dist}/src/api/info/tokenDetails.js +0 -0
  2171. /package/{esm → dist}/src/api/info/twapHistory.js +0 -0
  2172. /package/{esm → dist}/src/api/info/txDetails.js +0 -0
  2173. /package/{esm → dist}/src/api/info/userDetails.js +0 -0
  2174. /package/{esm → dist}/src/api/info/userDexAbstraction.js +0 -0
  2175. /package/{esm → dist}/src/api/info/userFees.js +0 -0
  2176. /package/{esm → dist}/src/api/info/userFills.js +0 -0
  2177. /package/{esm → dist}/src/api/info/userFillsByTime.js +0 -0
  2178. /package/{esm → dist}/src/api/info/userFunding.js +0 -0
  2179. /package/{esm → dist}/src/api/info/userNonFundingLedgerUpdates.js +0 -0
  2180. /package/{esm → dist}/src/api/info/userRole.js +0 -0
  2181. /package/{esm → dist}/src/api/info/userToMultiSigSigners.js +0 -0
  2182. /package/{esm → dist}/src/api/info/userTwapSliceFills.js +0 -0
  2183. /package/{esm → dist}/src/api/info/userTwapSliceFillsByTime.js +0 -0
  2184. /package/{esm → dist}/src/api/info/userVaultEquities.js +0 -0
  2185. /package/{esm → dist}/src/api/info/validatorL1Votes.js +0 -0
  2186. /package/{esm → dist}/src/api/info/validatorSummaries.js +0 -0
  2187. /package/{esm → dist}/src/api/info/vaultSummaries.js +0 -0
  2188. /package/{esm → dist}/src/api/info/webData2.js +0 -0
  2189. /package/{esm → dist}/src/api/info/~client.js +0 -0
  2190. /package/{esm → dist}/src/api/info/~mod.js +0 -0
  2191. /package/{esm → dist}/src/api/subscription/_types.js +0 -0
  2192. /package/{esm → dist}/src/api/subscription/activeAssetCtx.js +0 -0
  2193. /package/{esm → dist}/src/api/subscription/activeAssetData.js +0 -0
  2194. /package/{esm → dist}/src/api/subscription/activeSpotAssetCtx.js +0 -0
  2195. /package/{esm → dist}/src/api/subscription/allMids.js +0 -0
  2196. /package/{esm → dist}/src/api/subscription/assetCtxs.js +0 -0
  2197. /package/{esm → dist}/src/api/subscription/bbo.js +0 -0
  2198. /package/{esm → dist}/src/api/subscription/candle.js +0 -0
  2199. /package/{esm → dist}/src/api/subscription/clearinghouseState.js +0 -0
  2200. /package/{esm → dist}/src/api/subscription/explorerBlock.js +0 -0
  2201. /package/{esm → dist}/src/api/subscription/explorerTxs.js +0 -0
  2202. /package/{esm → dist}/src/api/subscription/l2Book.js +0 -0
  2203. /package/{esm → dist}/src/api/subscription/notification.js +0 -0
  2204. /package/{esm → dist}/src/api/subscription/openOrders.js +0 -0
  2205. /package/{esm → dist}/src/api/subscription/orderUpdates.js +0 -0
  2206. /package/{esm → dist}/src/api/subscription/spotState.js +0 -0
  2207. /package/{esm → dist}/src/api/subscription/trades.js +0 -0
  2208. /package/{esm → dist}/src/api/subscription/userEvents.js +0 -0
  2209. /package/{esm → dist}/src/api/subscription/userFills.js +0 -0
  2210. /package/{esm → dist}/src/api/subscription/userFundings.js +0 -0
  2211. /package/{esm → dist}/src/api/subscription/userHistoricalOrders.js +0 -0
  2212. /package/{esm → dist}/src/api/subscription/userNonFundingLedgerUpdates.js +0 -0
  2213. /package/{esm → dist}/src/api/subscription/userTwapHistory.js +0 -0
  2214. /package/{esm → dist}/src/api/subscription/userTwapSliceFills.js +0 -0
  2215. /package/{esm → dist}/src/api/subscription/webData2.js +0 -0
  2216. /package/{esm → dist}/src/api/subscription/webData3.js +0 -0
  2217. /package/{esm → dist}/src/api/subscription/~client.js +0 -0
  2218. /package/{esm → dist}/src/api/subscription/~mod.js +0 -0
  2219. /package/{esm → dist}/src/mod.js +0 -0
  2220. /package/{esm → dist}/src/transport/http/mod.js +0 -0
  2221. /package/{esm → dist}/src/utils/_eip712.js +0 -0
  2222. /package/{esm → dist}/src/utils/_format.d.ts +0 -0
  2223. /package/{esm → dist}/src/utils/_format.js +0 -0
  2224. /package/{esm → dist}/src/utils/_recover.js +0 -0
  2225. /package/{esm → dist}/src/utils/_symbolConverter.js +0 -0
  2226. /package/{esm → dist}/src/utils/mod.js +0 -0
  2227. /package/src/{src/_base.ts → _base.ts} +0 -0
  2228. /package/src/{src/api → api}/exchange/_base/_nonce.ts +0 -0
  2229. /package/src/{src/utils → utils}/_format.ts +0 -0
@@ -0,0 +1,1716 @@
1
+ import type { OmitFirst, OverloadedParameters } from "../_base.ts";
2
+ import type { IRequestTransport } from "../../transport/base.ts";
3
+ import type { InfoRequestConfig } from "./_types.ts";
4
+
5
+ import { activeAssetData } from "./activeAssetData.ts";
6
+ import { alignedQuoteTokenInfo } from "./alignedQuoteTokenInfo.ts";
7
+ import { allMids } from "./allMids.ts";
8
+ import { allPerpMetas } from "./allPerpMetas.ts";
9
+ import { blockDetails } from "./blockDetails.ts";
10
+ import { candleSnapshot } from "./candleSnapshot.ts";
11
+ import { clearinghouseState } from "./clearinghouseState.ts";
12
+ import { delegations } from "./delegations.ts";
13
+ import { delegatorHistory } from "./delegatorHistory.ts";
14
+ import { delegatorRewards } from "./delegatorRewards.ts";
15
+ import { delegatorSummary } from "./delegatorSummary.ts";
16
+ import { exchangeStatus } from "./exchangeStatus.ts";
17
+ import { extraAgents } from "./extraAgents.ts";
18
+ import { frontendOpenOrders } from "./frontendOpenOrders.ts";
19
+ import { fundingHistory } from "./fundingHistory.ts";
20
+ import { gossipRootIps } from "./gossipRootIps.ts";
21
+ import { historicalOrders } from "./historicalOrders.ts";
22
+ import { isVip } from "./isVip.ts";
23
+ import { l2Book } from "./l2Book.ts";
24
+ import { leadingVaults } from "./leadingVaults.ts";
25
+ import { legalCheck } from "./legalCheck.ts";
26
+ import { liquidatable } from "./liquidatable.ts";
27
+ import { marginTable } from "./marginTable.ts";
28
+ import { maxBuilderFee } from "./maxBuilderFee.ts";
29
+ import { maxMarketOrderNtls } from "./maxMarketOrderNtls.ts";
30
+ import { meta } from "./meta.ts";
31
+ import { metaAndAssetCtxs } from "./metaAndAssetCtxs.ts";
32
+ import { openOrders } from "./openOrders.ts";
33
+ import { orderStatus } from "./orderStatus.ts";
34
+ import { perpDeployAuctionStatus } from "./perpDeployAuctionStatus.ts";
35
+ import { perpDexLimits } from "./perpDexLimits.ts";
36
+ import { perpDexs } from "./perpDexs.ts";
37
+ import { perpsAtOpenInterestCap } from "./perpsAtOpenInterestCap.ts";
38
+ import { portfolio } from "./portfolio.ts";
39
+ import { predictedFundings } from "./predictedFundings.ts";
40
+ import { preTransferCheck } from "./preTransferCheck.ts";
41
+ import { recentTrades } from "./recentTrades.ts";
42
+ import { referral } from "./referral.ts";
43
+ import { spotClearinghouseState } from "./spotClearinghouseState.ts";
44
+ import { spotDeployState } from "./spotDeployState.ts";
45
+ import { spotMeta } from "./spotMeta.ts";
46
+ import { spotMetaAndAssetCtxs } from "./spotMetaAndAssetCtxs.ts";
47
+ import { spotPairDeployAuctionStatus } from "./spotPairDeployAuctionStatus.ts";
48
+ import { subAccounts } from "./subAccounts.ts";
49
+ import { subAccounts2 } from "./subAccounts2.ts";
50
+ import { tokenDetails } from "./tokenDetails.ts";
51
+ import { twapHistory } from "./twapHistory.ts";
52
+ import { txDetails } from "./txDetails.ts";
53
+ import { userDetails } from "./userDetails.ts";
54
+ import { userDexAbstraction } from "./userDexAbstraction.ts";
55
+ import { userFees } from "./userFees.ts";
56
+ import { userFills } from "./userFills.ts";
57
+ import { userFillsByTime } from "./userFillsByTime.ts";
58
+ import { userFunding } from "./userFunding.ts";
59
+ import { userNonFundingLedgerUpdates } from "./userNonFundingLedgerUpdates.ts";
60
+ import { userRateLimit } from "./userRateLimit.ts";
61
+ import { userRole } from "./userRole.ts";
62
+ import { userToMultiSigSigners } from "./userToMultiSigSigners.ts";
63
+ import { userTwapSliceFills } from "./userTwapSliceFills.ts";
64
+ import { userTwapSliceFillsByTime } from "./userTwapSliceFillsByTime.ts";
65
+ import { userVaultEquities } from "./userVaultEquities.ts";
66
+ import { validatorL1Votes } from "./validatorL1Votes.ts";
67
+ import { validatorSummaries } from "./validatorSummaries.ts";
68
+ import { vaultDetails } from "./vaultDetails.ts";
69
+ import { vaultSummaries } from "./vaultSummaries.ts";
70
+ import { webData2 } from "./webData2.ts";
71
+
72
+ export type { ActiveAssetDataParameters, ActiveAssetDataResponse } from "./activeAssetData.ts";
73
+ export type { AlignedQuoteTokenInfoParameters, AlignedQuoteTokenInfoResponse } from "./alignedQuoteTokenInfo.ts";
74
+ export type { AllMidsParameters, AllMidsResponse } from "./allMids.ts";
75
+ export type { AllPerpMetasParameters, AllPerpMetasResponse } from "./allPerpMetas.ts";
76
+ export type { BlockDetailsParameters, BlockDetailsResponse } from "./blockDetails.ts";
77
+ export type { CandleSnapshotParameters, CandleSnapshotResponse } from "./candleSnapshot.ts";
78
+ export type { ClearinghouseStateParameters, ClearinghouseStateResponse } from "./clearinghouseState.ts";
79
+ export type { DelegationsParameters, DelegationsResponse } from "./delegations.ts";
80
+ export type { DelegatorHistoryParameters, DelegatorHistoryResponse } from "./delegatorHistory.ts";
81
+ export type { DelegatorRewardsParameters, DelegatorRewardsResponse } from "./delegatorRewards.ts";
82
+ export type { DelegatorSummaryParameters, DelegatorSummaryResponse } from "./delegatorSummary.ts";
83
+ export type { ExchangeStatusResponse } from "./exchangeStatus.ts";
84
+ export type { ExtraAgentsParameters, ExtraAgentsResponse } from "./extraAgents.ts";
85
+ export type { FrontendOpenOrdersParameters, FrontendOpenOrdersResponse } from "./frontendOpenOrders.ts";
86
+ export type { FundingHistoryParameters, FundingHistoryResponse } from "./fundingHistory.ts";
87
+ export type { GossipRootIpsResponse } from "./gossipRootIps.ts";
88
+ export type { HistoricalOrdersParameters, HistoricalOrdersResponse } from "./historicalOrders.ts";
89
+ export type { IsVipParameters, IsVipResponse } from "./isVip.ts";
90
+ export type { L2BookParameters, L2BookResponse } from "./l2Book.ts";
91
+ export type { LeadingVaultsParameters, LeadingVaultsResponse } from "./leadingVaults.ts";
92
+ export type { LegalCheckParameters, LegalCheckResponse } from "./legalCheck.ts";
93
+ export type { LiquidatableResponse } from "./liquidatable.ts";
94
+ export type { MarginTableParameters, MarginTableResponse } from "./marginTable.ts";
95
+ export type { MaxBuilderFeeParameters, MaxBuilderFeeResponse } from "./maxBuilderFee.ts";
96
+ export type { MaxMarketOrderNtlsParameters, MaxMarketOrderNtlsResponse } from "./maxMarketOrderNtls.ts";
97
+ export type { MetaParameters, MetaResponse } from "./meta.ts";
98
+ export type { MetaAndAssetCtxsParameters, MetaAndAssetCtxsResponse } from "./metaAndAssetCtxs.ts";
99
+ export type { OpenOrdersParameters, OpenOrdersResponse } from "./openOrders.ts";
100
+ export type { OrderStatusParameters, OrderStatusResponse } from "./orderStatus.ts";
101
+ export type { PerpDeployAuctionStatusResponse } from "./perpDeployAuctionStatus.ts";
102
+ export type { PerpDexLimitsParameters, PerpDexLimitsResponse } from "./perpDexLimits.ts";
103
+ export type { PerpDexsResponse } from "./perpDexs.ts";
104
+ export type { PerpsAtOpenInterestCapParameters, PerpsAtOpenInterestCapResponse } from "./perpsAtOpenInterestCap.ts";
105
+ export type { PortfolioParameters, PortfolioResponse } from "./portfolio.ts";
106
+ export type { PredictedFundingsResponse } from "./predictedFundings.ts";
107
+ export type { PreTransferCheckParameters, PreTransferCheckResponse } from "./preTransferCheck.ts";
108
+ export type { RecentTradesParameters, RecentTradesResponse } from "./recentTrades.ts";
109
+ export type { ReferralParameters, ReferralResponse } from "./referral.ts";
110
+ export type { SpotClearinghouseStateParameters, SpotClearinghouseStateResponse } from "./spotClearinghouseState.ts";
111
+ export type { SpotDeployStateParameters, SpotDeployStateResponse } from "./spotDeployState.ts";
112
+ export type { SpotMetaResponse } from "./spotMeta.ts";
113
+ export type { SpotMetaAndAssetCtxsResponse } from "./spotMetaAndAssetCtxs.ts";
114
+ export type { SpotPairDeployAuctionStatusResponse } from "./spotPairDeployAuctionStatus.ts";
115
+ export type { SubAccountsParameters, SubAccountsResponse } from "./subAccounts.ts";
116
+ export type { SubAccounts2Parameters, SubAccounts2Response } from "./subAccounts2.ts";
117
+ export type { TokenDetailsParameters, TokenDetailsResponse } from "./tokenDetails.ts";
118
+ export type { TwapHistoryParameters, TwapHistoryResponse } from "./twapHistory.ts";
119
+ export type { TxDetailsParameters, TxDetailsResponse } from "./txDetails.ts";
120
+ export type { UserDetailsParameters, UserDetailsResponse } from "./userDetails.ts";
121
+ export type { UserDexAbstractionInfoParameters, UserDexAbstractionInfoResponse } from "./userDexAbstraction.ts";
122
+ export type { UserFeesParameters, UserFeesResponse } from "./userFees.ts";
123
+ export type { UserFillsParameters, UserFillsResponse } from "./userFills.ts";
124
+ export type { UserFillsByTimeParameters, UserFillsByTimeResponse } from "./userFillsByTime.ts";
125
+ export type { UserFundingParameters, UserFundingResponse } from "./userFunding.ts";
126
+ export type {
127
+ UserNonFundingLedgerUpdatesParameters,
128
+ UserNonFundingLedgerUpdatesResponse,
129
+ } from "./userNonFundingLedgerUpdates.ts";
130
+ export type { UserRateLimitParameters, UserRateLimitResponse } from "./userRateLimit.ts";
131
+ export type { UserRoleParameters, UserRoleResponse } from "./userRole.ts";
132
+ export type { UserToMultiSigSignersParameters, UserToMultiSigSignersResponse } from "./userToMultiSigSigners.ts";
133
+ export type { UserTwapSliceFillsParameters, UserTwapSliceFillsResponse } from "./userTwapSliceFills.ts";
134
+ export type {
135
+ UserTwapSliceFillsByTimeParameters,
136
+ UserTwapSliceFillsByTimeResponse,
137
+ } from "./userTwapSliceFillsByTime.ts";
138
+ export type { UserVaultEquitiesParameters, UserVaultEquitiesResponse } from "./userVaultEquities.ts";
139
+ export type { ValidatorL1VotesResponse } from "./validatorL1Votes.ts";
140
+ export type { ValidatorSummariesResponse } from "./validatorSummaries.ts";
141
+ export type { VaultDetailsParameters, VaultDetailsResponse } from "./vaultDetails.ts";
142
+ export type { VaultSummariesResponse } from "./vaultSummaries.ts";
143
+ export type { WebData2Parameters, WebData2Response } from "./webData2.ts";
144
+
145
+ export type { InfoRequestConfig } from "./_types.ts";
146
+
147
+ /**
148
+ * A client for interacting with the Hyperliquid Info API.
149
+ * @typeParam T - The transport (extends {@linkcode IRequestTransport}) used to connect to the Hyperliquid API.
150
+ */
151
+ export class InfoClient<T extends IRequestTransport = IRequestTransport> implements InfoRequestConfig<T> {
152
+ transport: T;
153
+
154
+ /**
155
+ * Initialises a new instance.
156
+ * @param args - The arguments for initialisation.
157
+ *
158
+ * @example
159
+ * ```ts
160
+ * import * as hl from "@nktkas/hyperliquid";
161
+ *
162
+ * const transport = new hl.HttpTransport();
163
+ * const infoClient = new hl.InfoClient({ transport });
164
+ * ```
165
+ */
166
+ constructor(args: InfoRequestConfig<T>) {
167
+ this.transport = args.transport;
168
+ }
169
+
170
+ /**
171
+ * Request user active asset data.
172
+ * @param params - Parameters specific to the API request.
173
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
174
+ * @returns User active asset data.
175
+ *
176
+ * @throws {TransportError} When the transport layer throws an error.
177
+ *
178
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint/perpetuals#retrieve-users-active-asset-data
179
+ * @example
180
+ * ```ts
181
+ * import * as hl from "@nktkas/hyperliquid";
182
+ *
183
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
184
+ *
185
+ * const client = new hl.InfoClient({ transport });
186
+ * const data = await client.activeAssetData({ user: "0x...", coin: "ETH" });
187
+ * ```
188
+ */
189
+ activeAssetData(...args: OmitFirst<OverloadedParameters<typeof activeAssetData>>) {
190
+ return activeAssetData(this, ...args);
191
+ }
192
+
193
+ /**
194
+ * Request supply, rate, and pending payment information for an aligned quote token.
195
+ * @param params - Parameters specific to the API request.
196
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
197
+ * @returns Supply, rate, and pending payment information for an aligned quote token.
198
+ *
199
+ * @throws {TransportError} When the transport layer throws an error.
200
+ *
201
+ * @see null
202
+ * @example
203
+ * ```ts
204
+ * import * as hl from "@nktkas/hyperliquid";
205
+ *
206
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
207
+ *
208
+ * const client = new hl.InfoClient({ transport });
209
+ * const data = await client.alignedQuoteTokenInfo({ token: 1328 });
210
+ * ```
211
+ */
212
+ alignedQuoteTokenInfo(...args: OmitFirst<OverloadedParameters<typeof alignedQuoteTokenInfo>>) {
213
+ return alignedQuoteTokenInfo(this, ...args);
214
+ }
215
+
216
+ /**
217
+ * Request mid coin prices.
218
+ * @param params - Parameters specific to the API request.
219
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
220
+ * @returns Mapping of coin symbols to mid prices.
221
+ *
222
+ * @throws {TransportError} When the transport layer throws an error.
223
+ *
224
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#retrieve-mids-for-all-coins
225
+ * @example
226
+ * ```ts
227
+ * import * as hl from "@nktkas/hyperliquid";
228
+ *
229
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
230
+ *
231
+ * const client = new hl.InfoClient({ transport });
232
+ * const data = await client.allMids();
233
+ * ```
234
+ */
235
+ allMids(...args: OmitFirst<OverloadedParameters<typeof allMids>>) {
236
+ return allMids(
237
+ this,
238
+ // @ts-ignore: TypeScript can't resolve overloaded signatures from parameter unions
239
+ ...args,
240
+ );
241
+ }
242
+
243
+ /**
244
+ * Request trading metadata for all DEXes.
245
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
246
+ * @returns Metadata for perpetual assets across all DEXes.
247
+ *
248
+ * @throws {TransportError} When the transport layer throws an error.
249
+ *
250
+ * @see null
251
+ * @example
252
+ * ```ts
253
+ * import * as hl from "@nktkas/hyperliquid";
254
+ *
255
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
256
+ *
257
+ * const client = new hl.InfoClient({ transport });
258
+ * const data = await client.allPerpMetas();
259
+ * ```
260
+ */
261
+ allPerpMetas() {
262
+ return allPerpMetas(this);
263
+ }
264
+
265
+ /**
266
+ * Request block details by block height.
267
+ * @param params - Parameters specific to the API request.
268
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
269
+ * @returns Response containing block information.
270
+ *
271
+ * @throws {TransportError} When the transport layer throws an error.
272
+ *
273
+ * @see null
274
+ * @example
275
+ * ```ts
276
+ * import * as hl from "@nktkas/hyperliquid";
277
+ *
278
+ * const transport = new hl.HttpTransport(); // only `HttpTransport` supports this API
279
+ *
280
+ * const client = new hl.InfoClient({ transport });
281
+ * const data = await client.blockDetails({ height: 123 });
282
+ * ```
283
+ */
284
+ blockDetails(
285
+ this: T extends { request(endpoint: "explorer", ...args: unknown[]): unknown } ? InfoRequestConfig<T> : never,
286
+ ...args: OmitFirst<OverloadedParameters<typeof blockDetails>>
287
+ ) {
288
+ return blockDetails(this, ...args);
289
+ }
290
+
291
+ /**
292
+ * Request candlestick snapshots.
293
+ * @param params - Parameters specific to the API request.
294
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
295
+ * @returns Array of candlestick data points.
296
+ *
297
+ * @throws {TransportError} When the transport layer throws an error.
298
+ *
299
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#candle-snapshot
300
+ * @example
301
+ * ```ts
302
+ * import * as hl from "@nktkas/hyperliquid";
303
+ *
304
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
305
+ *
306
+ * const client = new hl.InfoClient({ transport });
307
+ * const data = await client.candleSnapshot({
308
+ * coin: "ETH",
309
+ * interval: "1h",
310
+ * startTime: Date.now() - 1000 * 60 * 60 * 24,
311
+ * });
312
+ * ```
313
+ */
314
+ candleSnapshot(...args: OmitFirst<OverloadedParameters<typeof candleSnapshot>>) {
315
+ return candleSnapshot(this, ...args);
316
+ }
317
+
318
+ /**
319
+ * Request clearinghouse state.
320
+ * @param params - Parameters specific to the API request.
321
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
322
+ * @returns Account summary for perpetual trading.
323
+ *
324
+ * @throws {TransportError} When the transport layer throws an error.
325
+ *
326
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint/perpetuals#retrieve-users-perpetuals-account-summary
327
+ * @example
328
+ * ```ts
329
+ * import * as hl from "@nktkas/hyperliquid";
330
+ *
331
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
332
+ *
333
+ * const client = new hl.InfoClient({ transport });
334
+ * const data = await client.clearinghouseState({ user: "0x..." });
335
+ * ```
336
+ */
337
+ clearinghouseState(...args: OmitFirst<OverloadedParameters<typeof clearinghouseState>>) {
338
+ return clearinghouseState(this, ...args);
339
+ }
340
+
341
+ /**
342
+ * Request user staking delegations.
343
+ * @param params - Parameters specific to the API request.
344
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
345
+ * @returns Array of user's delegations to validators.
346
+ *
347
+ * @throws {TransportError} When the transport layer throws an error.
348
+ *
349
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#query-a-users-staking-delegations
350
+ * @example
351
+ * ```ts
352
+ * import * as hl from "@nktkas/hyperliquid";
353
+ *
354
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
355
+ *
356
+ * const client = new hl.InfoClient({ transport });
357
+ * const data = await client.delegations({ user: "0x..." });
358
+ * ```
359
+ */
360
+ delegations(...args: OmitFirst<OverloadedParameters<typeof delegations>>) {
361
+ return delegations(this, ...args);
362
+ }
363
+
364
+ /**
365
+ * Request user staking history.
366
+ * @param params - Parameters specific to the API request.
367
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
368
+ * @returns Array of records of staking events by a delegator.
369
+ *
370
+ * @throws {TransportError} When the transport layer throws an error.
371
+ *
372
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#query-a-users-staking-history
373
+ * @example
374
+ * ```ts
375
+ * import * as hl from "@nktkas/hyperliquid";
376
+ *
377
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
378
+ *
379
+ * const client = new hl.InfoClient({ transport });
380
+ * const data = await client.delegatorHistory({ user: "0x..." });
381
+ * ```
382
+ */
383
+ delegatorHistory(...args: OmitFirst<OverloadedParameters<typeof delegatorHistory>>) {
384
+ return delegatorHistory(this, ...args);
385
+ }
386
+
387
+ /**
388
+ * Request user staking rewards.
389
+ * @param params - Parameters specific to the API request.
390
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
391
+ * @returns Array of rewards received from staking activities.
392
+ *
393
+ * @throws {TransportError} When the transport layer throws an error.
394
+ *
395
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#query-a-users-staking-rewards
396
+ * @example
397
+ * ```ts
398
+ * import * as hl from "@nktkas/hyperliquid";
399
+ *
400
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
401
+ *
402
+ * const client = new hl.InfoClient({ transport });
403
+ * const data = await client.delegatorRewards({ user: "0x..." });
404
+ * ```
405
+ */
406
+ delegatorRewards(...args: OmitFirst<OverloadedParameters<typeof delegatorRewards>>) {
407
+ return delegatorRewards(this, ...args);
408
+ }
409
+
410
+ /**
411
+ * Request user's staking summary.
412
+ * @param params - Parameters specific to the API request.
413
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
414
+ * @returns User's staking summary.
415
+ *
416
+ * @throws {TransportError} When the transport layer throws an error.
417
+ *
418
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#query-a-users-staking-summary
419
+ * @example
420
+ * ```ts
421
+ * import * as hl from "@nktkas/hyperliquid";
422
+ *
423
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
424
+ *
425
+ * const client = new hl.InfoClient({ transport });
426
+ * const data = await client.delegatorSummary({ user: "0x..." });
427
+ * ```
428
+ */
429
+ delegatorSummary(...args: OmitFirst<OverloadedParameters<typeof delegatorSummary>>) {
430
+ return delegatorSummary(this, ...args);
431
+ }
432
+
433
+ /**
434
+ * Request exchange system status information.
435
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
436
+ * @returns Exchange system status information.
437
+ *
438
+ * @throws {TransportError} When the transport layer throws an error.
439
+ *
440
+ * @see null
441
+ * @example
442
+ * ```ts
443
+ * import * as hl from "@nktkas/hyperliquid";
444
+ *
445
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
446
+ *
447
+ * const client = new hl.InfoClient({ transport });
448
+ * const data = await client.exchangeStatus();
449
+ * ```
450
+ */
451
+ exchangeStatus(...args: OmitFirst<OverloadedParameters<typeof exchangeStatus>>) {
452
+ return exchangeStatus(this, ...args);
453
+ }
454
+
455
+ /**
456
+ * Request user extra agents.
457
+ * @param params - Parameters specific to the API request.
458
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
459
+ * @returns Array of extra agent details for a user.
460
+ *
461
+ * @throws {TransportError} When the transport layer throws an error.
462
+ *
463
+ * @see null
464
+ * @example
465
+ * ```ts
466
+ * import * as hl from "@nktkas/hyperliquid";
467
+ *
468
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
469
+ *
470
+ * const client = new hl.InfoClient({ transport });
471
+ * const data = await client.extraAgents({ user: "0x..." });
472
+ * ```
473
+ */
474
+ extraAgents(...args: OmitFirst<OverloadedParameters<typeof extraAgents>>) {
475
+ return extraAgents(this, ...args);
476
+ }
477
+
478
+ /**
479
+ * Request frontend open orders.
480
+ * @param params - Parameters specific to the API request.
481
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
482
+ * @returns Array of open orders with additional display information.
483
+ *
484
+ * @throws {TransportError} When the transport layer throws an error.
485
+ *
486
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#retrieve-a-users-open-orders-with-additional-frontend-info
487
+ * @example
488
+ * ```ts
489
+ * import * as hl from "@nktkas/hyperliquid";
490
+ *
491
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
492
+ *
493
+ * const client = new hl.InfoClient({ transport });
494
+ * const data = await client.frontendOpenOrders({ user: "0x..." });
495
+ * ```
496
+ */
497
+ frontendOpenOrders(...args: OmitFirst<OverloadedParameters<typeof frontendOpenOrders>>) {
498
+ return frontendOpenOrders(this, ...args);
499
+ }
500
+
501
+ /**
502
+ * Request funding history.
503
+ * @param params - Parameters specific to the API request.
504
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
505
+ * @returns Array of historical funding rate records for an asset.
506
+ *
507
+ * @throws {TransportError} When the transport layer throws an error.
508
+ *
509
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint/perpetuals#retrieve-historical-funding-rates
510
+ * @example
511
+ * ```ts
512
+ * import * as hl from "@nktkas/hyperliquid";
513
+ *
514
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
515
+ *
516
+ * const client = new hl.InfoClient({ transport });
517
+ * const data = await client.fundingHistory({
518
+ * coin: "ETH",
519
+ * startTime: Date.now() - 1000 * 60 * 60 * 24,
520
+ * });
521
+ * ```
522
+ */
523
+ fundingHistory(...args: OmitFirst<OverloadedParameters<typeof fundingHistory>>) {
524
+ return fundingHistory(this, ...args);
525
+ }
526
+
527
+ /**
528
+ * Request gossip root IPs.
529
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
530
+ * @returns Array of gossip root IPs.
531
+ *
532
+ * @throws {TransportError} When the transport layer throws an error.
533
+ *
534
+ * @see null
535
+ * @example
536
+ * ```ts
537
+ * import * as hl from "@nktkas/hyperliquid";
538
+ *
539
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
540
+ *
541
+ * const client = new hl.InfoClient({ transport });
542
+ * const data = await client.gossipRootIps();
543
+ * ```
544
+ */
545
+ gossipRootIps(...args: OmitFirst<OverloadedParameters<typeof gossipRootIps>>) {
546
+ return gossipRootIps(this, ...args);
547
+ }
548
+
549
+ /**
550
+ * Request user historical orders.
551
+ * @param params - Parameters specific to the API request.
552
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
553
+ * @returns Array of frontend orders with current processing status.
554
+ *
555
+ * @throws {TransportError} When the transport layer throws an error.
556
+ *
557
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#retrieve-a-users-historical-orders
558
+ * @example
559
+ * ```ts
560
+ * import * as hl from "@nktkas/hyperliquid";
561
+ *
562
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
563
+ *
564
+ * const client = new hl.InfoClient({ transport });
565
+ * const data = await client.historicalOrders({ user: "0x..." });
566
+ * ```
567
+ */
568
+ historicalOrders(...args: OmitFirst<OverloadedParameters<typeof historicalOrders>>) {
569
+ return historicalOrders(this, ...args);
570
+ }
571
+
572
+ /**
573
+ * Request to check if a user is a VIP.
574
+ * @param params - Parameters specific to the API request.
575
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
576
+ * @returns Boolean indicating user's VIP status.
577
+ *
578
+ * @throws {TransportError} When the transport layer throws an error.
579
+ *
580
+ * @see null
581
+ * @example
582
+ * ```ts
583
+ * import * as hl from "@nktkas/hyperliquid";
584
+ *
585
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
586
+ *
587
+ * const client = new hl.InfoClient({ transport });
588
+ * const data = await client.isVip({ user: "0x..." });
589
+ * ```
590
+ */
591
+ isVip(...args: OmitFirst<OverloadedParameters<typeof isVip>>) {
592
+ return isVip(this, ...args);
593
+ }
594
+
595
+ /**
596
+ * Request L2 order book.
597
+ * @param params - Parameters specific to the API request.
598
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
599
+ * @returns L2 order book snapshot.
600
+ *
601
+ * @throws {TransportError} When the transport layer throws an error.
602
+ *
603
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#l2-book-snapshot
604
+ * @example
605
+ * ```ts
606
+ * import * as hl from "@nktkas/hyperliquid";
607
+ *
608
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
609
+ *
610
+ * const client = new hl.InfoClient({ transport });
611
+ * const data = await client.l2Book({ coin: "ETH", nSigFigs: 2 });
612
+ * ```
613
+ */
614
+ l2Book(...args: OmitFirst<OverloadedParameters<typeof l2Book>>) {
615
+ return l2Book(this, ...args);
616
+ }
617
+
618
+ /**
619
+ * Request leading vaults for a user.
620
+ * @param params - Parameters specific to the API request.
621
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
622
+ * @returns Array of leading vaults for a user.
623
+ *
624
+ * @throws {TransportError} When the transport layer throws an error.
625
+ *
626
+ * @see null
627
+ * @example
628
+ * ```ts
629
+ * import * as hl from "@nktkas/hyperliquid";
630
+ *
631
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
632
+ *
633
+ * const client = new hl.InfoClient({ transport });
634
+ * const data = await client.leadingVaults({ user: "0x..." });
635
+ * ```
636
+ */
637
+ leadingVaults(...args: OmitFirst<OverloadedParameters<typeof leadingVaults>>) {
638
+ return leadingVaults(this, ...args);
639
+ }
640
+
641
+ /**
642
+ * Request legal verification status of a user.
643
+ * @param params - Parameters specific to the API request.
644
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
645
+ * @returns Legal verification status for a user.
646
+ *
647
+ * @throws {TransportError} When the transport layer throws an error.
648
+ *
649
+ * @see null
650
+ * @example
651
+ * ```ts
652
+ * import * as hl from "@nktkas/hyperliquid";
653
+ *
654
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
655
+ *
656
+ * const client = new hl.InfoClient({ transport });
657
+ * const data = await client.legalCheck({ user: "0x..." });
658
+ * ```
659
+ */
660
+ legalCheck(...args: OmitFirst<OverloadedParameters<typeof legalCheck>>) {
661
+ return legalCheck(this, ...args);
662
+ }
663
+
664
+ /**
665
+ * Request liquidatable.
666
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
667
+ * @returns
668
+ *
669
+ * @throws {TransportError} When the transport layer throws an error.
670
+ *
671
+ * @see null
672
+ * @example
673
+ * ```ts
674
+ * import * as hl from "@nktkas/hyperliquid";
675
+ *
676
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
677
+ *
678
+ * const client = new hl.InfoClient({ transport });
679
+ * const data = await client.liquidatable();
680
+ * ```
681
+ */
682
+ liquidatable(...args: OmitFirst<OverloadedParameters<typeof liquidatable>>) {
683
+ return liquidatable(this, ...args);
684
+ }
685
+
686
+ /**
687
+ * Request margin table data.
688
+ * @param params - Parameters specific to the API request.
689
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
690
+ * @returns Margin requirements table with multiple tiers.
691
+ *
692
+ * @throws {TransportError} When the transport layer throws an error.
693
+ *
694
+ * @see null
695
+ * @example
696
+ * ```ts
697
+ * import * as hl from "@nktkas/hyperliquid";
698
+ *
699
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
700
+ *
701
+ * const client = new hl.InfoClient({ transport });
702
+ * const data = await client.marginTable({ id: 1 });
703
+ * ```
704
+ */
705
+ marginTable(...args: OmitFirst<OverloadedParameters<typeof marginTable>>) {
706
+ return marginTable(this, ...args);
707
+ }
708
+
709
+ /**
710
+ * Request builder fee approval.
711
+ * @param params - Parameters specific to the API request.
712
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
713
+ * @returns Maximum builder fee approval.
714
+ *
715
+ * @throws {TransportError} When the transport layer throws an error.
716
+ *
717
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#check-builder-fee-approval
718
+ * @example
719
+ * ```ts
720
+ * import * as hl from "@nktkas/hyperliquid";
721
+ *
722
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
723
+ *
724
+ * const client = new hl.InfoClient({ transport });
725
+ * const data = await client.maxBuilderFee({ user: "0x...", builder: "0x..." });
726
+ * ```
727
+ */
728
+ maxBuilderFee(...args: OmitFirst<OverloadedParameters<typeof maxBuilderFee>>) {
729
+ return maxBuilderFee(this, ...args);
730
+ }
731
+
732
+ /**
733
+ * Request maximum market order notionals.
734
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
735
+ * @returns Maximum market order notionals.
736
+ *
737
+ * @throws {TransportError} When the transport layer throws an error.
738
+ *
739
+ * @see null
740
+ * @example
741
+ * ```ts
742
+ * import * as hl from "@nktkas/hyperliquid";
743
+ *
744
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
745
+ *
746
+ * const client = new hl.InfoClient({ transport });
747
+ * const data = await client.maxMarketOrderNtls();
748
+ * ```
749
+ */
750
+ maxMarketOrderNtls(...args: OmitFirst<OverloadedParameters<typeof maxMarketOrderNtls>>) {
751
+ return maxMarketOrderNtls(this, ...args);
752
+ }
753
+
754
+ /**
755
+ * Request trading metadata.
756
+ * @param params - Parameters specific to the API request.
757
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
758
+ * @returns Metadata for perpetual assets.
759
+ *
760
+ * @throws {TransportError} When the transport layer throws an error.
761
+ *
762
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint/perpetuals#retrieve-perpetuals-metadata-universe-and-margin-tables
763
+ * @example
764
+ * ```ts
765
+ * import * as hl from "@nktkas/hyperliquid";
766
+ *
767
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
768
+ *
769
+ * const client = new hl.InfoClient({ transport });
770
+ * const data = await client.meta();
771
+ * ```
772
+ */
773
+ meta(...args: OmitFirst<OverloadedParameters<typeof meta>>) {
774
+ return meta(
775
+ this,
776
+ // @ts-ignore: TypeScript can't resolve overloaded signatures from parameter unions
777
+ ...args,
778
+ );
779
+ }
780
+
781
+ /**
782
+ * Request metadata and asset contexts.
783
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
784
+ * @returns Metadata and context for perpetual assets.
785
+ *
786
+ * @throws {TransportError} When the transport layer throws an error.
787
+ *
788
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint/perpetuals#retrieve-perpetuals-asset-contexts-includes-mark-price-current-funding-open-interest-etc
789
+ * @example
790
+ * ```ts
791
+ * import * as hl from "@nktkas/hyperliquid";
792
+ *
793
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
794
+ *
795
+ * const client = new hl.InfoClient({ transport });
796
+ * const data = await client.metaAndAssetCtxs();
797
+ * ```
798
+ */
799
+ metaAndAssetCtxs(...args: OmitFirst<OverloadedParameters<typeof metaAndAssetCtxs>>) {
800
+ return metaAndAssetCtxs(
801
+ this,
802
+ // @ts-ignore: TypeScript can't resolve overloaded signatures from parameter unions
803
+ ...args,
804
+ );
805
+ }
806
+
807
+ /**
808
+ * Request open orders.
809
+ * @param params - Parameters specific to the API request.
810
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
811
+ * @returns Array of open orders.
812
+ *
813
+ * @throws {TransportError} When the transport layer throws an error.
814
+ *
815
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#retrieve-a-users-open-orders
816
+ * @example
817
+ * ```ts
818
+ * import * as hl from "@nktkas/hyperliquid";
819
+ *
820
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
821
+ *
822
+ * const client = new hl.InfoClient({ transport });
823
+ * const data = await client.openOrders({ user: "0x..." });
824
+ * ```
825
+ */
826
+ openOrders(...args: OmitFirst<OverloadedParameters<typeof openOrders>>) {
827
+ return openOrders(this, ...args);
828
+ }
829
+
830
+ /**
831
+ * Request order status.
832
+ * @param params - Parameters specific to the API request.
833
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
834
+ * @returns Order status response.
835
+ *
836
+ * @throws {TransportError} When the transport layer throws an error.
837
+ *
838
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#query-order-status-by-oid-or-cloid
839
+ * @example
840
+ * ```ts
841
+ * import * as hl from "@nktkas/hyperliquid";
842
+ *
843
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
844
+ *
845
+ * const client = new hl.InfoClient({ transport });
846
+ * const data = await client.orderStatus({ user: "0x...", oid: 12345 });
847
+ * ```
848
+ */
849
+ orderStatus(...args: OmitFirst<OverloadedParameters<typeof orderStatus>>) {
850
+ return orderStatus(this, ...args);
851
+ }
852
+
853
+ /**
854
+ * Request for the status of the perpetual deploy auction.
855
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
856
+ * @returns Status of the perpetual deploy auction.
857
+ *
858
+ * @throws {TransportError} When the transport layer throws an error.
859
+ *
860
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint/perpetuals#retrieve-information-about-the-perp-deploy-auction
861
+ * @example
862
+ * ```ts
863
+ * import * as hl from "@nktkas/hyperliquid";
864
+ *
865
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
866
+ *
867
+ * const client = new hl.InfoClient({ transport });
868
+ * const data = await client.perpDeployAuctionStatus();
869
+ * ```
870
+ */
871
+ perpDeployAuctionStatus(...args: OmitFirst<OverloadedParameters<typeof perpDeployAuctionStatus>>) {
872
+ return perpDeployAuctionStatus(this, ...args);
873
+ }
874
+
875
+ /**
876
+ * Request builder deployed perpetual market limits.
877
+ * @param params - Parameters specific to the API request.
878
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
879
+ * @returns Builder deployed perpetual market limits.
880
+ *
881
+ * @throws {TransportError} When the transport layer throws an error.
882
+ *
883
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint/perpetuals#retrieve-builder-deployed-perp-market-limits
884
+ * @example
885
+ * ```ts
886
+ * import * as hl from "@nktkas/hyperliquid";
887
+ *
888
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
889
+ *
890
+ * const client = new hl.InfoClient({ transport });
891
+ * const data = await client.perpDexLimits({ dex: "test" });
892
+ * ```
893
+ */
894
+ perpDexLimits(...args: OmitFirst<OverloadedParameters<typeof perpDexLimits>>) {
895
+ return perpDexLimits(this, ...args);
896
+ }
897
+
898
+ /**
899
+ * Request all perpetual dexs.
900
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
901
+ * @returns Array of perpetual dexes (null is main dex).
902
+ *
903
+ * @throws {TransportError} When the transport layer throws an error.
904
+ *
905
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint/perpetuals#retrieve-all-perpetual-dexs
906
+ * @example
907
+ * ```ts
908
+ * import * as hl from "@nktkas/hyperliquid";
909
+ *
910
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
911
+ *
912
+ * const client = new hl.InfoClient({ transport });
913
+ * const data = await client.perpDexs();
914
+ * ```
915
+ */
916
+ perpDexs(...args: OmitFirst<OverloadedParameters<typeof perpDexs>>) {
917
+ return perpDexs(this, ...args);
918
+ }
919
+
920
+ /**
921
+ * Request perpetuals at open interest cap.
922
+ * @param params - Parameters specific to the API request.
923
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
924
+ * @returns Array of perpetuals at open interest caps.
925
+ *
926
+ * @throws {TransportError} When the transport layer throws an error.
927
+ *
928
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint/perpetuals#query-perps-at-open-interest-caps
929
+ * @example
930
+ * ```ts
931
+ * import * as hl from "@nktkas/hyperliquid";
932
+ *
933
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
934
+ *
935
+ * const client = new hl.InfoClient({ transport });
936
+ * const data = await client.perpsAtOpenInterestCap();
937
+ * ```
938
+ */
939
+ perpsAtOpenInterestCap(...args: OmitFirst<OverloadedParameters<typeof perpsAtOpenInterestCap>>) {
940
+ return perpsAtOpenInterestCap(
941
+ this,
942
+ // @ts-ignore: TypeScript can't resolve overloaded signatures from parameter unions
943
+ ...args,
944
+ );
945
+ }
946
+
947
+ /**
948
+ * Request user portfolio.
949
+ * @param params - Parameters specific to the API request.
950
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
951
+ * @returns Portfolio metrics grouped by time periods.
952
+ *
953
+ * @throws {TransportError} When the transport layer throws an error.
954
+ *
955
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#query-a-users-portfolio
956
+ * @example
957
+ * ```ts
958
+ * import * as hl from "@nktkas/hyperliquid";
959
+ *
960
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
961
+ *
962
+ * const client = new hl.InfoClient({ transport });
963
+ * const data = await client.portfolio({ user: "0x..." });
964
+ * ```
965
+ */
966
+ portfolio(...args: OmitFirst<OverloadedParameters<typeof portfolio>>) {
967
+ return portfolio(this, ...args);
968
+ }
969
+
970
+ /**
971
+ * Request predicted funding rates.
972
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
973
+ * @returns Array of predicted funding rates.
974
+ *
975
+ * @throws {TransportError} When the transport layer throws an error.
976
+ *
977
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint/perpetuals#retrieve-predicted-funding-rates-for-different-venues
978
+ * @example
979
+ * ```ts
980
+ * import * as hl from "@nktkas/hyperliquid";
981
+ *
982
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
983
+ *
984
+ * const client = new hl.InfoClient({ transport });
985
+ * const data = await client.predictedFundings();
986
+ * ```
987
+ */
988
+ predictedFundings(...args: OmitFirst<OverloadedParameters<typeof predictedFundings>>) {
989
+ return predictedFundings(this, ...args);
990
+ }
991
+
992
+ /**
993
+ * Request user existence check before transfer.
994
+ * @param params - Parameters specific to the API request.
995
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
996
+ * @returns Pre-transfer user existence check result.
997
+ *
998
+ * @throws {TransportError} When the transport layer throws an error.
999
+ *
1000
+ * @see null
1001
+ * @example
1002
+ * ```ts
1003
+ * import * as hl from "@nktkas/hyperliquid";
1004
+ *
1005
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1006
+ *
1007
+ * const client = new hl.InfoClient({ transport });
1008
+ * const data = await client.preTransferCheck({ user: "0x...", source: "0x..." });
1009
+ * ```
1010
+ */
1011
+ preTransferCheck(...args: OmitFirst<OverloadedParameters<typeof preTransferCheck>>) {
1012
+ return preTransferCheck(this, ...args);
1013
+ }
1014
+
1015
+ /**
1016
+ * Request recent trades.
1017
+ * @param params - Parameters specific to the API request.
1018
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1019
+ * @returns Array of recent trades.
1020
+ *
1021
+ * @throws {TransportError} When the transport layer throws an error.
1022
+ *
1023
+ * @see null
1024
+ * @example
1025
+ * ```ts
1026
+ * import * as hl from "@nktkas/hyperliquid";
1027
+ *
1028
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1029
+ *
1030
+ * const client = new hl.InfoClient({ transport });
1031
+ * const data = await client.recentTrades({ coin: "ETH" });
1032
+ * ```
1033
+ */
1034
+ recentTrades(...args: OmitFirst<OverloadedParameters<typeof recentTrades>>) {
1035
+ return recentTrades(this, ...args);
1036
+ }
1037
+
1038
+ /**
1039
+ * Request user referral.
1040
+ * @param params - Parameters specific to the API request.
1041
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1042
+ * @returns Referral details for a user.
1043
+ *
1044
+ * @throws {TransportError} When the transport layer throws an error.
1045
+ *
1046
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#query-a-users-referral-information
1047
+ * @example
1048
+ * ```ts
1049
+ * import * as hl from "@nktkas/hyperliquid";
1050
+ *
1051
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1052
+ *
1053
+ * const client = new hl.InfoClient({ transport });
1054
+ * const data = await client.referral({ user: "0x..." });
1055
+ * ```
1056
+ */
1057
+ referral(...args: OmitFirst<OverloadedParameters<typeof referral>>) {
1058
+ return referral(this, ...args);
1059
+ }
1060
+
1061
+ /**
1062
+ * Request spot clearinghouse state.
1063
+ * @param params - Parameters specific to the API request.
1064
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1065
+ * @returns Account summary for spot trading.
1066
+ *
1067
+ * @throws {TransportError} When the transport layer throws an error.
1068
+ *
1069
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint/spot#retrieve-a-users-token-balances
1070
+ * @example
1071
+ * ```ts
1072
+ * import * as hl from "@nktkas/hyperliquid";
1073
+ *
1074
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1075
+ *
1076
+ * const client = new hl.InfoClient({ transport });
1077
+ * const data = await client.spotClearinghouseState({ user: "0x..." });
1078
+ * ```
1079
+ */
1080
+ spotClearinghouseState(...args: OmitFirst<OverloadedParameters<typeof spotClearinghouseState>>) {
1081
+ return spotClearinghouseState(this, ...args);
1082
+ }
1083
+
1084
+ /**
1085
+ * Request spot deploy state.
1086
+ * @param params - Parameters specific to the API request.
1087
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1088
+ * @returns Deploy state for spot tokens.
1089
+ *
1090
+ * @throws {TransportError} When the transport layer throws an error.
1091
+ *
1092
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint/spot#retrieve-information-about-the-spot-deploy-auction
1093
+ * @example
1094
+ * ```ts
1095
+ * import * as hl from "@nktkas/hyperliquid";
1096
+ *
1097
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1098
+ *
1099
+ * const client = new hl.InfoClient({ transport });
1100
+ * const data = await client.spotDeployState({ user: "0x..." });
1101
+ * ```
1102
+ */
1103
+ spotDeployState(...args: OmitFirst<OverloadedParameters<typeof spotDeployState>>) {
1104
+ return spotDeployState(this, ...args);
1105
+ }
1106
+
1107
+ /**
1108
+ * Request spot trading metadata.
1109
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1110
+ * @returns Metadata for spot assets.
1111
+ *
1112
+ * @throws {TransportError} When the transport layer throws an error.
1113
+ *
1114
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint/spot#retrieve-spot-metadata
1115
+ * @example
1116
+ * ```ts
1117
+ * import * as hl from "@nktkas/hyperliquid";
1118
+ *
1119
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1120
+ *
1121
+ * const client = new hl.InfoClient({ transport });
1122
+ * const data = await client.spotMeta();
1123
+ * ```
1124
+ */
1125
+ spotMeta(...args: OmitFirst<OverloadedParameters<typeof spotMeta>>) {
1126
+ return spotMeta(this, ...args);
1127
+ }
1128
+
1129
+ /**
1130
+ * Request spot metadata and asset contexts.
1131
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1132
+ * @returns Metadata and context for spot assets.
1133
+ *
1134
+ * @throws {TransportError} When the transport layer throws an error.
1135
+ *
1136
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint/spot#retrieve-spot-asset-contexts
1137
+ * @example
1138
+ * ```ts
1139
+ * import * as hl from "@nktkas/hyperliquid";
1140
+ *
1141
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1142
+ *
1143
+ * const client = new hl.InfoClient({ transport });
1144
+ * const data = await client.spotMetaAndAssetCtxs();
1145
+ * ```
1146
+ */
1147
+ spotMetaAndAssetCtxs(...args: OmitFirst<OverloadedParameters<typeof spotMetaAndAssetCtxs>>) {
1148
+ return spotMetaAndAssetCtxs(this, ...args);
1149
+ }
1150
+
1151
+ /**
1152
+ * Request for the status of the spot deploy auction.
1153
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1154
+ * @returns Status of the spot deploy auction.
1155
+ *
1156
+ * @throws {TransportError} When the transport layer throws an error.
1157
+ *
1158
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint/spot#retrieve-information-about-the-spot-pair-deploy-auction
1159
+ * @example
1160
+ * ```ts
1161
+ * import * as hl from "@nktkas/hyperliquid";
1162
+ *
1163
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1164
+ *
1165
+ * const client = new hl.InfoClient({ transport });
1166
+ * const data = await client.spotPairDeployAuctionStatus();
1167
+ * ```
1168
+ */
1169
+ spotPairDeployAuctionStatus(...args: OmitFirst<OverloadedParameters<typeof spotPairDeployAuctionStatus>>) {
1170
+ return spotPairDeployAuctionStatus(this, ...args);
1171
+ }
1172
+
1173
+ /**
1174
+ * Request user sub-accounts.
1175
+ * @param params - Parameters specific to the API request.
1176
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1177
+ * @returns Array of user sub-account or null if the user does not have any sub-accounts.
1178
+ *
1179
+ * @throws {TransportError} When the transport layer throws an error.
1180
+ *
1181
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#retrieve-a-users-subaccounts
1182
+ * @example
1183
+ * ```ts
1184
+ * import * as hl from "@nktkas/hyperliquid";
1185
+ *
1186
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1187
+ *
1188
+ * const client = new hl.InfoClient({ transport });
1189
+ * const data = await client.subAccounts({ user: "0x..." });
1190
+ * ```
1191
+ */
1192
+ subAccounts(...args: OmitFirst<OverloadedParameters<typeof subAccounts>>) {
1193
+ return subAccounts(this, ...args);
1194
+ }
1195
+
1196
+ /**
1197
+ * Request user sub-accounts V2.
1198
+ * @param params - Parameters specific to the API request.
1199
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1200
+ * @returns Array of user sub-account or null if the user does not have any sub-accounts.
1201
+ *
1202
+ * @throws {TransportError} When the transport layer throws an error.
1203
+ *
1204
+ * @see null
1205
+ * @example
1206
+ * ```ts
1207
+ * import * as hl from "@nktkas/hyperliquid";
1208
+ *
1209
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1210
+ *
1211
+ * const client = new hl.InfoClient({ transport });
1212
+ * const data = await client.subAccounts2({ user: "0x..." });
1213
+ * ```
1214
+ */
1215
+ subAccounts2(...args: OmitFirst<OverloadedParameters<typeof subAccounts2>>) {
1216
+ return subAccounts2(this, ...args);
1217
+ }
1218
+
1219
+ /**
1220
+ * Request token details.
1221
+ * @param params - Parameters specific to the API request.
1222
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1223
+ * @returns Details of a token.
1224
+ *
1225
+ * @throws {TransportError} When the transport layer throws an error.
1226
+ *
1227
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint/spot#retrieve-information-about-a-token
1228
+ * @example
1229
+ * ```ts
1230
+ * import * as hl from "@nktkas/hyperliquid";
1231
+ *
1232
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1233
+ *
1234
+ * const client = new hl.InfoClient({ transport });
1235
+ * const data = await client.tokenDetails({ tokenId: "0x..." });
1236
+ * ```
1237
+ */
1238
+ tokenDetails(...args: OmitFirst<OverloadedParameters<typeof tokenDetails>>) {
1239
+ return tokenDetails(this, ...args);
1240
+ }
1241
+
1242
+ /**
1243
+ * Request twap history of a user.
1244
+ * @param params - Parameters specific to the API request.
1245
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1246
+ * @returns Array of user's TWAP history.
1247
+ *
1248
+ * @throws {TransportError} When the transport layer throws an error.
1249
+ *
1250
+ * @see null
1251
+ * @example
1252
+ * ```ts
1253
+ * import * as hl from "@nktkas/hyperliquid";
1254
+ *
1255
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1256
+ *
1257
+ * const client = new hl.InfoClient({ transport });
1258
+ * const data = await client.twapHistory({ user: "0x..." });
1259
+ * ```
1260
+ */
1261
+ twapHistory(...args: OmitFirst<OverloadedParameters<typeof twapHistory>>) {
1262
+ return twapHistory(this, ...args);
1263
+ }
1264
+
1265
+ /**
1266
+ * Request transaction details by transaction hash.
1267
+ * @param params - Parameters specific to the API request.
1268
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1269
+ * @returns Transaction details.
1270
+ *
1271
+ * @throws {TransportError} When the transport layer throws an error.
1272
+ *
1273
+ * @see null
1274
+ * @example
1275
+ * ```ts
1276
+ * import * as hl from "@nktkas/hyperliquid";
1277
+ *
1278
+ * const transport = new hl.HttpTransport(); // only `HttpTransport` supports this API
1279
+ *
1280
+ * const client = new hl.InfoClient({ transport });
1281
+ * const data = await client.txDetails({ hash: "0x..." });
1282
+ * ```
1283
+ */
1284
+ txDetails(
1285
+ this: T extends { request(endpoint: "explorer", ...args: unknown[]): unknown } ? InfoRequestConfig<T> : never,
1286
+ ...args: OmitFirst<OverloadedParameters<typeof txDetails>>
1287
+ ) {
1288
+ return txDetails(this, ...args);
1289
+ }
1290
+
1291
+ /**
1292
+ * Request array of user transaction details.
1293
+ * @param params - Parameters specific to the API request.
1294
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1295
+ * @returns Array of user transaction details.
1296
+ *
1297
+ * @throws {TransportError} When the transport layer throws an error.
1298
+ *
1299
+ * @see null
1300
+ * @example
1301
+ * ```ts
1302
+ * import * as hl from "@nktkas/hyperliquid";
1303
+ *
1304
+ * const transport = new hl.HttpTransport(); // only `HttpTransport` supports this API
1305
+ *
1306
+ * const client = new hl.InfoClient({ transport });
1307
+ * const data = await client.userDetails({ user: "0x..." });
1308
+ * ```
1309
+ */
1310
+ userDetails(
1311
+ this: T extends { request(endpoint: "explorer", ...args: unknown[]): unknown } ? InfoRequestConfig<T> : never,
1312
+ ...args: OmitFirst<OverloadedParameters<typeof userDetails>>
1313
+ ) {
1314
+ return userDetails(this, ...args);
1315
+ }
1316
+
1317
+ /**
1318
+ * Request user HIP-3 DEX abstraction state.
1319
+ * @param params - Parameters specific to the API request.
1320
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1321
+ * @returns User HIP-3 DEX abstraction state.
1322
+ *
1323
+ * @throws {TransportError} When the transport layer throws an error.
1324
+ *
1325
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#query-a-users-hip-3-dex-abstraction-state
1326
+ * @example
1327
+ * ```ts
1328
+ * import * as hl from "@nktkas/hyperliquid";
1329
+ *
1330
+ * const transport = new hl.HttpTransport(); // only `HttpTransport` supports this API
1331
+ *
1332
+ * const client = new hl.InfoClient({ transport });
1333
+ * const data = await client.userDexAbstraction({ user: "0x..." });
1334
+ * ```
1335
+ */
1336
+ userDexAbstraction(...args: OmitFirst<OverloadedParameters<typeof userDexAbstraction>>) {
1337
+ return userDexAbstraction(this, ...args);
1338
+ }
1339
+
1340
+ /**
1341
+ * Request user fees.
1342
+ * @param params - Parameters specific to the API request.
1343
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1344
+ * @returns User fees.
1345
+ *
1346
+ * @throws {TransportError} When the transport layer throws an error.
1347
+ *
1348
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#query-a-users-fees
1349
+ * @example
1350
+ * ```ts
1351
+ * import * as hl from "@nktkas/hyperliquid";
1352
+ *
1353
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1354
+ *
1355
+ * const client = new hl.InfoClient({ transport });
1356
+ * const data = await client.userFees({ user: "0x..." });
1357
+ * ```
1358
+ */
1359
+ userFees(...args: OmitFirst<OverloadedParameters<typeof userFees>>) {
1360
+ return userFees(this, ...args);
1361
+ }
1362
+
1363
+ /**
1364
+ * Request array of user fills.
1365
+ * @param params - Parameters specific to the API request.
1366
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1367
+ * @returns Array of user trade fills.
1368
+ *
1369
+ * @throws {TransportError} When the transport layer throws an error.
1370
+ *
1371
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#retrieve-a-users-fills
1372
+ * @example
1373
+ * ```ts
1374
+ * import * as hl from "@nktkas/hyperliquid";
1375
+ *
1376
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1377
+ *
1378
+ * const client = new hl.InfoClient({ transport });
1379
+ * const data = await client.userFills({ user: "0x..." });
1380
+ * ```
1381
+ */
1382
+ userFills(...args: OmitFirst<OverloadedParameters<typeof userFills>>) {
1383
+ return userFills(this, ...args);
1384
+ }
1385
+
1386
+ /**
1387
+ * Request array of user fills by time.
1388
+ * @param params - Parameters specific to the API request.
1389
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1390
+ * @returns Array of user trade fills by time.
1391
+ *
1392
+ * @throws {TransportError} When the transport layer throws an error.
1393
+ *
1394
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#retrieve-a-users-fills-by-time
1395
+ * @example
1396
+ * ```ts
1397
+ * import * as hl from "@nktkas/hyperliquid";
1398
+ *
1399
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1400
+ *
1401
+ * const client = new hl.InfoClient({ transport });
1402
+ * const data = await client.userFillsByTime({
1403
+ * user: "0x...",
1404
+ * startTime: Date.now() - 1000 * 60 * 60 * 24,
1405
+ * });
1406
+ * ```
1407
+ */
1408
+ userFillsByTime(...args: OmitFirst<OverloadedParameters<typeof userFillsByTime>>) {
1409
+ return userFillsByTime(this, ...args);
1410
+ }
1411
+
1412
+ /**
1413
+ * Request array of user funding ledger updates.
1414
+ * @param params - Parameters specific to the API request.
1415
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1416
+ * @returns Array of user funding ledger updates.
1417
+ *
1418
+ * @throws {TransportError} When the transport layer throws an error.
1419
+ *
1420
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint/perpetuals#retrieve-a-users-funding-history-or-non-funding-ledger-updates
1421
+ * @example
1422
+ * ```ts
1423
+ * import * as hl from "@nktkas/hyperliquid";
1424
+ *
1425
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1426
+ *
1427
+ * const client = new hl.InfoClient({ transport });
1428
+ * const data = await client.userFunding({
1429
+ * user: "0x...",
1430
+ * startTime: Date.now() - 1000 * 60 * 60 * 24,
1431
+ * });
1432
+ * ```
1433
+ */
1434
+ userFunding(...args: OmitFirst<OverloadedParameters<typeof userFunding>>) {
1435
+ return userFunding(this, ...args);
1436
+ }
1437
+
1438
+ /**
1439
+ * Request user non-funding ledger updates.
1440
+ * @param params - Parameters specific to the API request.
1441
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1442
+ * @returns Array of user's non-funding ledger update.
1443
+ *
1444
+ * @throws {TransportError} When the transport layer throws an error.
1445
+ *
1446
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint/perpetuals#retrieve-a-users-funding-history-or-non-funding-ledger-updates
1447
+ * @example
1448
+ * ```ts
1449
+ * import * as hl from "@nktkas/hyperliquid";
1450
+ *
1451
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1452
+ *
1453
+ * const client = new hl.InfoClient({ transport });
1454
+ * const data = await client.userNonFundingLedgerUpdates({
1455
+ * user: "0x...",
1456
+ * startTime: Date.now() - 1000 * 60 * 60 * 24,
1457
+ * });
1458
+ * ```
1459
+ */
1460
+ userNonFundingLedgerUpdates(...args: OmitFirst<OverloadedParameters<typeof userNonFundingLedgerUpdates>>) {
1461
+ return userNonFundingLedgerUpdates(this, ...args);
1462
+ }
1463
+
1464
+ /**
1465
+ * Request user rate limits.
1466
+ * @param params - Parameters specific to the API request.
1467
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1468
+ * @returns User rate limits.
1469
+ *
1470
+ * @throws {TransportError} When the transport layer throws an error.
1471
+ *
1472
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#query-user-rate-limits
1473
+ * @example
1474
+ * ```ts
1475
+ * import * as hl from "@nktkas/hyperliquid";
1476
+ *
1477
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1478
+ *
1479
+ * const client = new hl.InfoClient({ transport });
1480
+ * const data = await client.userRateLimit({ user: "0x..." });
1481
+ * ```
1482
+ */
1483
+ userRateLimit(...args: OmitFirst<OverloadedParameters<typeof userRateLimit>>) {
1484
+ return userRateLimit(this, ...args);
1485
+ }
1486
+
1487
+ /**
1488
+ * Request user role.
1489
+ * @param params - Parameters specific to the API request.
1490
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1491
+ * @returns User role.
1492
+ *
1493
+ * @throws {TransportError} When the transport layer throws an error.
1494
+ *
1495
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#query-a-users-role
1496
+ * @example
1497
+ * ```ts
1498
+ * import * as hl from "@nktkas/hyperliquid";
1499
+ *
1500
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1501
+ *
1502
+ * const client = new hl.InfoClient({ transport });
1503
+ * const data = await client.userRole({ user: "0x..." });
1504
+ * ```
1505
+ */
1506
+ userRole(...args: OmitFirst<OverloadedParameters<typeof userRole>>) {
1507
+ return userRole(this, ...args);
1508
+ }
1509
+
1510
+ /**
1511
+ * Request multi-sig signers for a user.
1512
+ * @param params - Parameters specific to the API request.
1513
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1514
+ * @returns Multi-sig signers for a user or null if the user does not have any multi-sig signers.
1515
+ *
1516
+ * @throws {TransportError} When the transport layer throws an error.
1517
+ *
1518
+ * @see null
1519
+ * @example
1520
+ * ```ts
1521
+ * import * as hl from "@nktkas/hyperliquid";
1522
+ *
1523
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1524
+ *
1525
+ * const client = new hl.InfoClient({ transport });
1526
+ * const data = await client.userToMultiSigSigners({ user: "0x..." });
1527
+ * ```
1528
+ */
1529
+ userToMultiSigSigners(...args: OmitFirst<OverloadedParameters<typeof userToMultiSigSigners>>) {
1530
+ return userToMultiSigSigners(this, ...args);
1531
+ }
1532
+
1533
+ /**
1534
+ * Request user TWAP slice fills.
1535
+ * @param params - Parameters specific to the API request.
1536
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1537
+ * @returns Array of user's twap slice fill.
1538
+ *
1539
+ * @throws {TransportError} When the transport layer throws an error.
1540
+ *
1541
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#retrieve-a-users-twap-slice-fills
1542
+ * @example
1543
+ * ```ts
1544
+ * import * as hl from "@nktkas/hyperliquid";
1545
+ *
1546
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1547
+ *
1548
+ * const client = new hl.InfoClient({ transport });
1549
+ * const data = await client.userTwapSliceFills({ user: "0x..." });
1550
+ * ```
1551
+ */
1552
+ userTwapSliceFills(...args: OmitFirst<OverloadedParameters<typeof userTwapSliceFills>>) {
1553
+ return userTwapSliceFills(this, ...args);
1554
+ }
1555
+
1556
+ /**
1557
+ * Request user TWAP slice fills by time.
1558
+ * @param params - Parameters specific to the API request.
1559
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1560
+ * @returns Array of user's twap slice fill by time.
1561
+ *
1562
+ * @throws {TransportError} When the transport layer throws an error.
1563
+ *
1564
+ * @see null
1565
+ * @example
1566
+ * ```ts
1567
+ * import * as hl from "@nktkas/hyperliquid";
1568
+ *
1569
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1570
+ *
1571
+ * const client = new hl.InfoClient({ transport });
1572
+ * const data = await client.userTwapSliceFillsByTime({
1573
+ * user: "0x...",
1574
+ * startTime: Date.now() - 1000 * 60 * 60 * 24,
1575
+ * });
1576
+ * ```
1577
+ */
1578
+ userTwapSliceFillsByTime(...args: OmitFirst<OverloadedParameters<typeof userTwapSliceFillsByTime>>) {
1579
+ return userTwapSliceFillsByTime(this, ...args);
1580
+ }
1581
+
1582
+ /**
1583
+ * Request user vault deposits.
1584
+ * @param params - Parameters specific to the API request.
1585
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1586
+ * @returns Array of user's vault deposits.
1587
+ *
1588
+ * @throws {TransportError} When the transport layer throws an error.
1589
+ *
1590
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#retrieve-a-users-vault-deposits
1591
+ * @example
1592
+ * ```ts
1593
+ * import * as hl from "@nktkas/hyperliquid";
1594
+ *
1595
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1596
+ *
1597
+ * const client = new hl.InfoClient({ transport });
1598
+ * const data = await client.userVaultEquities({ user: "0x..." });
1599
+ * ```
1600
+ */
1601
+ userVaultEquities(...args: OmitFirst<OverloadedParameters<typeof userVaultEquities>>) {
1602
+ return userVaultEquities(this, ...args);
1603
+ }
1604
+
1605
+ /**
1606
+ * Request validator L1 votes.
1607
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1608
+ * @returns Array of L1 governance votes cast by validators.
1609
+ *
1610
+ * @throws {TransportError} When the transport layer throws an error.
1611
+ *
1612
+ * @see null
1613
+ * @example
1614
+ * ```ts
1615
+ * import * as hl from "@nktkas/hyperliquid";
1616
+ *
1617
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1618
+ *
1619
+ * const client = new hl.InfoClient({ transport });
1620
+ * const data = await client.validatorL1Votes();
1621
+ * ```
1622
+ */
1623
+ validatorL1Votes(...args: OmitFirst<OverloadedParameters<typeof validatorL1Votes>>) {
1624
+ return validatorL1Votes(this, ...args);
1625
+ }
1626
+
1627
+ /**
1628
+ * Request validator summaries.
1629
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1630
+ * @returns Array of validator performance statistics.
1631
+ *
1632
+ * @throws {TransportError} When the transport layer throws an error.
1633
+ *
1634
+ * @see null
1635
+ * @example
1636
+ * ```ts
1637
+ * import * as hl from "@nktkas/hyperliquid";
1638
+ *
1639
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1640
+ *
1641
+ * const client = new hl.InfoClient({ transport });
1642
+ * const data = await client.validatorSummaries();
1643
+ * ```
1644
+ */
1645
+ validatorSummaries(...args: OmitFirst<OverloadedParameters<typeof validatorSummaries>>) {
1646
+ return validatorSummaries(this, ...args);
1647
+ }
1648
+
1649
+ /**
1650
+ * Request details of a vault.
1651
+ * @param params - Parameters specific to the API request.
1652
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1653
+ * @returns Details of a vault or null if the vault does not exist.
1654
+ *
1655
+ * @throws {TransportError} When the transport layer throws an error.
1656
+ *
1657
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/info-endpoint#retrieve-details-for-a-vault
1658
+ * @example
1659
+ * ```ts
1660
+ * import * as hl from "@nktkas/hyperliquid";
1661
+ *
1662
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1663
+ *
1664
+ * const client = new hl.InfoClient({ transport });
1665
+ * const data = await client.vaultDetails({ vaultAddress: "0x..." });
1666
+ * ```
1667
+ */
1668
+ vaultDetails(...args: OmitFirst<OverloadedParameters<typeof vaultDetails>>) {
1669
+ return vaultDetails(this, ...args);
1670
+ }
1671
+
1672
+ /**
1673
+ * Request a list of vaults less than 2 hours old.
1674
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1675
+ * @returns Array of vaults less than 2 hours old.
1676
+ *
1677
+ * @throws {TransportError} When the transport layer throws an error.
1678
+ *
1679
+ * @see null
1680
+ * @example
1681
+ * ```ts
1682
+ * import * as hl from "@nktkas/hyperliquid";
1683
+ *
1684
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1685
+ *
1686
+ * const client = new hl.InfoClient({ transport });
1687
+ * const data = await client.vaultSummaries();
1688
+ * ```
1689
+ */
1690
+ vaultSummaries(...args: OmitFirst<OverloadedParameters<typeof vaultSummaries>>) {
1691
+ return vaultSummaries(this, ...args);
1692
+ }
1693
+
1694
+ /**
1695
+ * Request comprehensive user and market data.
1696
+ * @param params - Parameters specific to the API request.
1697
+ * @param signal - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) can be used to cancel the request by calling [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) on the corresponding [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController).
1698
+ * @returns Comprehensive user and market data.
1699
+ *
1700
+ * @throws {TransportError} When the transport layer throws an error.
1701
+ *
1702
+ * @see null
1703
+ * @example
1704
+ * ```ts
1705
+ * import * as hl from "@nktkas/hyperliquid";
1706
+ *
1707
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1708
+ *
1709
+ * const client = new hl.InfoClient({ transport });
1710
+ * const data = await client.webData2({ user: "0x..." });
1711
+ * ```
1712
+ */
1713
+ webData2(...args: OmitFirst<OverloadedParameters<typeof webData2>>) {
1714
+ return webData2(this, ...args);
1715
+ }
1716
+ }