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