@hfunlabs/hyperliquid 0.30.2-hfunlabs.2 → 0.32.2-hfunlabs.3

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 (3517) hide show
  1. package/CONTRIBUTING.md +1 -4
  2. package/README.md +80 -21
  3. package/esm/_base.d.ts +15 -0
  4. package/esm/_base.d.ts.map +1 -0
  5. package/esm/_base.js +28 -0
  6. package/esm/_base.js.map +1 -0
  7. package/esm/api/_schemas.d.ts +30 -0
  8. package/esm/api/_schemas.d.ts.map +1 -0
  9. package/esm/api/_schemas.js +53 -0
  10. package/esm/api/_schemas.js.map +1 -0
  11. package/esm/api/exchange/_methods/_base/_nonce.d.ts +17 -0
  12. package/esm/api/exchange/_methods/_base/_nonce.d.ts.map +1 -0
  13. package/esm/api/exchange/_methods/_base/_nonce.js +29 -0
  14. package/esm/api/exchange/_methods/_base/_nonce.js.map +1 -0
  15. package/esm/api/exchange/_methods/_base/_semaphore.d.ts +13 -0
  16. package/esm/api/exchange/_methods/_base/_semaphore.d.ts.map +1 -0
  17. package/esm/api/exchange/_methods/_base/_semaphore.js +75 -0
  18. package/esm/api/exchange/_methods/_base/_semaphore.js.map +1 -0
  19. package/esm/api/exchange/_methods/_base/errors.d.ts +62 -0
  20. package/esm/api/exchange/_methods/_base/errors.d.ts.map +1 -0
  21. package/esm/api/exchange/_methods/_base/errors.js +86 -0
  22. package/esm/api/exchange/_methods/_base/errors.js.map +1 -0
  23. package/esm/api/exchange/_methods/_base/execute.d.ts +96 -0
  24. package/esm/api/exchange/_methods/_base/execute.d.ts.map +1 -0
  25. package/esm/api/exchange/_methods/_base/execute.js +162 -0
  26. package/esm/api/exchange/_methods/_base/execute.js.map +1 -0
  27. package/esm/api/exchange/_methods/agentEnableDexAbstraction.d.ts +81 -0
  28. package/esm/api/exchange/_methods/agentEnableDexAbstraction.d.ts.map +1 -0
  29. package/esm/api/exchange/_methods/agentEnableDexAbstraction.js +75 -0
  30. package/esm/api/exchange/_methods/agentEnableDexAbstraction.js.map +1 -0
  31. package/esm/api/exchange/_methods/agentSendAsset.d.ts +182 -0
  32. package/esm/api/exchange/_methods/agentSendAsset.d.ts.map +1 -0
  33. package/esm/api/exchange/_methods/agentSendAsset.js +91 -0
  34. package/esm/api/exchange/_methods/agentSendAsset.js.map +1 -0
  35. package/esm/api/exchange/_methods/agentSetAbstraction.d.ts +104 -0
  36. package/esm/api/exchange/_methods/agentSetAbstraction.d.ts.map +1 -0
  37. package/esm/api/exchange/_methods/agentSetAbstraction.js +83 -0
  38. package/esm/api/exchange/_methods/agentSetAbstraction.js.map +1 -0
  39. package/esm/api/exchange/_methods/approveAgent.d.ts +174 -0
  40. package/esm/api/exchange/_methods/approveAgent.d.ts.map +1 -0
  41. package/esm/api/exchange/_methods/approveAgent.js +117 -0
  42. package/esm/api/exchange/_methods/approveAgent.js.map +1 -0
  43. package/esm/api/exchange/_methods/approveBuilderFee.d.ts +158 -0
  44. package/esm/api/exchange/_methods/approveBuilderFee.d.ts.map +1 -0
  45. package/esm/api/exchange/_methods/approveBuilderFee.js +94 -0
  46. package/esm/api/exchange/_methods/approveBuilderFee.js.map +1 -0
  47. package/esm/api/exchange/_methods/batchModify.d.ts +180 -0
  48. package/esm/api/exchange/_methods/batchModify.d.ts.map +1 -0
  49. package/esm/api/exchange/_methods/batchModify.js +137 -0
  50. package/esm/api/exchange/_methods/batchModify.js.map +1 -0
  51. package/esm/api/exchange/_methods/borrowLend.d.ts +106 -0
  52. package/esm/api/exchange/_methods/borrowLend.d.ts.map +1 -0
  53. package/esm/api/exchange/_methods/borrowLend.js +86 -0
  54. package/esm/api/exchange/_methods/borrowLend.js.map +1 -0
  55. package/esm/api/exchange/_methods/cDeposit.d.ts +146 -0
  56. package/esm/api/exchange/_methods/cDeposit.d.ts.map +1 -0
  57. package/esm/api/exchange/_methods/cDeposit.js +90 -0
  58. package/esm/api/exchange/_methods/cDeposit.js.map +1 -0
  59. package/esm/api/exchange/_methods/cSignerAction.d.ts +120 -0
  60. package/esm/api/exchange/_methods/cSignerAction.d.ts.map +1 -0
  61. package/esm/api/exchange/_methods/cSignerAction.js +100 -0
  62. package/esm/api/exchange/_methods/cSignerAction.js.map +1 -0
  63. package/esm/api/exchange/_methods/cValidatorAction.d.ts +206 -0
  64. package/esm/api/exchange/_methods/cValidatorAction.d.ts.map +1 -0
  65. package/esm/api/exchange/_methods/cValidatorAction.js +141 -0
  66. package/esm/api/exchange/_methods/cValidatorAction.js.map +1 -0
  67. package/esm/api/exchange/_methods/cWithdraw.d.ts +146 -0
  68. package/esm/api/exchange/_methods/cWithdraw.d.ts.map +1 -0
  69. package/esm/api/exchange/_methods/cWithdraw.js +90 -0
  70. package/esm/api/exchange/_methods/cWithdraw.js.map +1 -0
  71. package/esm/api/exchange/_methods/cancel.d.ts +109 -0
  72. package/esm/api/exchange/_methods/cancel.d.ts.map +1 -0
  73. package/esm/api/exchange/_methods/cancel.js +85 -0
  74. package/esm/api/exchange/_methods/cancel.js.map +1 -0
  75. package/esm/api/exchange/_methods/cancelByCloid.d.ts +96 -0
  76. package/esm/api/exchange/_methods/cancelByCloid.d.ts.map +1 -0
  77. package/esm/api/exchange/_methods/cancelByCloid.js +87 -0
  78. package/esm/api/exchange/_methods/cancelByCloid.js.map +1 -0
  79. package/esm/api/exchange/_methods/claimRewards.d.ts +79 -0
  80. package/esm/api/exchange/_methods/claimRewards.d.ts.map +1 -0
  81. package/esm/api/exchange/_methods/claimRewards.js +73 -0
  82. package/esm/api/exchange/_methods/claimRewards.js.map +1 -0
  83. package/esm/api/exchange/_methods/convertToMultiSigUser.d.ts +241 -0
  84. package/esm/api/exchange/_methods/convertToMultiSigUser.d.ts.map +1 -0
  85. package/esm/api/exchange/_methods/convertToMultiSigUser.js +125 -0
  86. package/esm/api/exchange/_methods/convertToMultiSigUser.js.map +1 -0
  87. package/esm/api/exchange/_methods/createSubAccount.d.ts +99 -0
  88. package/esm/api/exchange/_methods/createSubAccount.d.ts.map +1 -0
  89. package/esm/api/exchange/_methods/createSubAccount.js +78 -0
  90. package/esm/api/exchange/_methods/createSubAccount.js.map +1 -0
  91. package/esm/api/exchange/_methods/createVault.d.ts +114 -0
  92. package/esm/api/exchange/_methods/createVault.d.ts.map +1 -0
  93. package/esm/api/exchange/_methods/createVault.js +87 -0
  94. package/esm/api/exchange/_methods/createVault.js.map +1 -0
  95. package/esm/api/exchange/_methods/evmUserModify.d.ts +94 -0
  96. package/esm/api/exchange/_methods/evmUserModify.d.ts.map +1 -0
  97. package/esm/api/exchange/_methods/evmUserModify.js +78 -0
  98. package/esm/api/exchange/_methods/evmUserModify.js.map +1 -0
  99. package/esm/api/exchange/_methods/linkStakingUser.d.ts +182 -0
  100. package/esm/api/exchange/_methods/linkStakingUser.d.ts.map +1 -0
  101. package/esm/api/exchange/_methods/linkStakingUser.js +102 -0
  102. package/esm/api/exchange/_methods/linkStakingUser.js.map +1 -0
  103. package/esm/api/exchange/_methods/modify.d.ts +182 -0
  104. package/esm/api/exchange/_methods/modify.d.ts.map +1 -0
  105. package/esm/api/exchange/_methods/modify.js +130 -0
  106. package/esm/api/exchange/_methods/modify.js.map +1 -0
  107. package/esm/api/exchange/_methods/noop.d.ts +79 -0
  108. package/esm/api/exchange/_methods/noop.d.ts.map +1 -0
  109. package/esm/api/exchange/_methods/noop.js +73 -0
  110. package/esm/api/exchange/_methods/noop.js.map +1 -0
  111. package/esm/api/exchange/_methods/order.d.ts +243 -0
  112. package/esm/api/exchange/_methods/order.d.ts.map +1 -0
  113. package/esm/api/exchange/_methods/order.js +144 -0
  114. package/esm/api/exchange/_methods/order.js.map +1 -0
  115. package/esm/api/exchange/_methods/perpDeploy.d.ts +439 -0
  116. package/esm/api/exchange/_methods/perpDeploy.d.ts.map +1 -0
  117. package/esm/api/exchange/_methods/perpDeploy.js +270 -0
  118. package/esm/api/exchange/_methods/perpDeploy.js.map +1 -0
  119. package/esm/api/exchange/_methods/registerReferrer.d.ts +94 -0
  120. package/esm/api/exchange/_methods/registerReferrer.d.ts.map +1 -0
  121. package/esm/api/exchange/_methods/registerReferrer.js +78 -0
  122. package/esm/api/exchange/_methods/registerReferrer.js.map +1 -0
  123. package/esm/api/exchange/_methods/reserveRequestWeight.d.ts +94 -0
  124. package/esm/api/exchange/_methods/reserveRequestWeight.d.ts.map +1 -0
  125. package/esm/api/exchange/_methods/reserveRequestWeight.js +78 -0
  126. package/esm/api/exchange/_methods/reserveRequestWeight.js.map +1 -0
  127. package/esm/api/exchange/_methods/scheduleCancel.d.ts +107 -0
  128. package/esm/api/exchange/_methods/scheduleCancel.d.ts.map +1 -0
  129. package/esm/api/exchange/_methods/scheduleCancel.js +58 -0
  130. package/esm/api/exchange/_methods/scheduleCancel.js.map +1 -0
  131. package/esm/api/exchange/_methods/sendAsset.d.ts +205 -0
  132. package/esm/api/exchange/_methods/sendAsset.d.ts.map +1 -0
  133. package/esm/api/exchange/_methods/sendAsset.js +109 -0
  134. package/esm/api/exchange/_methods/sendAsset.js.map +1 -0
  135. package/esm/api/exchange/_methods/sendToEvmWithData.d.ts +230 -0
  136. package/esm/api/exchange/_methods/sendToEvmWithData.d.ts.map +1 -0
  137. package/esm/api/exchange/_methods/sendToEvmWithData.js +118 -0
  138. package/esm/api/exchange/_methods/sendToEvmWithData.js.map +1 -0
  139. package/esm/api/exchange/_methods/setDisplayName.d.ts +100 -0
  140. package/esm/api/exchange/_methods/setDisplayName.d.ts.map +1 -0
  141. package/esm/api/exchange/_methods/setDisplayName.js +81 -0
  142. package/esm/api/exchange/_methods/setDisplayName.js.map +1 -0
  143. package/esm/api/exchange/_methods/setReferrer.d.ts +94 -0
  144. package/esm/api/exchange/_methods/setReferrer.d.ts.map +1 -0
  145. package/esm/api/exchange/_methods/setReferrer.js +78 -0
  146. package/esm/api/exchange/_methods/setReferrer.js.map +1 -0
  147. package/esm/api/exchange/_methods/spotDeploy.d.ts +284 -0
  148. package/esm/api/exchange/_methods/spotDeploy.d.ts.map +1 -0
  149. package/esm/api/exchange/_methods/spotDeploy.js +185 -0
  150. package/esm/api/exchange/_methods/spotDeploy.js.map +1 -0
  151. package/esm/api/exchange/_methods/spotSend.d.ts +170 -0
  152. package/esm/api/exchange/_methods/spotSend.d.ts.map +1 -0
  153. package/esm/api/exchange/_methods/spotSend.js +98 -0
  154. package/esm/api/exchange/_methods/spotSend.js.map +1 -0
  155. package/esm/api/exchange/_methods/spotUser.d.ts +100 -0
  156. package/esm/api/exchange/_methods/spotUser.d.ts.map +1 -0
  157. package/esm/api/exchange/_methods/spotUser.js +81 -0
  158. package/esm/api/exchange/_methods/spotUser.js.map +1 -0
  159. package/esm/api/exchange/_methods/subAccountModify.d.ts +99 -0
  160. package/esm/api/exchange/_methods/subAccountModify.d.ts.map +1 -0
  161. package/esm/api/exchange/_methods/subAccountModify.js +81 -0
  162. package/esm/api/exchange/_methods/subAccountModify.js.map +1 -0
  163. package/esm/api/exchange/_methods/subAccountSpotTransfer.d.ts +109 -0
  164. package/esm/api/exchange/_methods/subAccountSpotTransfer.d.ts.map +1 -0
  165. package/esm/api/exchange/_methods/subAccountSpotTransfer.js +87 -0
  166. package/esm/api/exchange/_methods/subAccountSpotTransfer.js.map +1 -0
  167. package/esm/api/exchange/_methods/subAccountTransfer.d.ts +104 -0
  168. package/esm/api/exchange/_methods/subAccountTransfer.d.ts.map +1 -0
  169. package/esm/api/exchange/_methods/subAccountTransfer.js +84 -0
  170. package/esm/api/exchange/_methods/subAccountTransfer.js.map +1 -0
  171. package/esm/api/exchange/_methods/tokenDelegate.d.ts +170 -0
  172. package/esm/api/exchange/_methods/tokenDelegate.d.ts.map +1 -0
  173. package/esm/api/exchange/_methods/tokenDelegate.js +98 -0
  174. package/esm/api/exchange/_methods/tokenDelegate.js.map +1 -0
  175. package/esm/api/exchange/_methods/topUpIsolatedOnlyMargin.d.ts +101 -0
  176. package/esm/api/exchange/_methods/topUpIsolatedOnlyMargin.d.ts.map +1 -0
  177. package/esm/api/exchange/_methods/topUpIsolatedOnlyMargin.js +83 -0
  178. package/esm/api/exchange/_methods/topUpIsolatedOnlyMargin.js.map +1 -0
  179. package/esm/api/exchange/_methods/twapCancel.d.ts +104 -0
  180. package/esm/api/exchange/_methods/twapCancel.d.ts.map +1 -0
  181. package/esm/api/exchange/_methods/twapCancel.js +83 -0
  182. package/esm/api/exchange/_methods/twapCancel.js.map +1 -0
  183. package/esm/api/exchange/_methods/twapOrder.d.ts +138 -0
  184. package/esm/api/exchange/_methods/twapOrder.d.ts.map +1 -0
  185. package/esm/api/exchange/_methods/twapOrder.js +100 -0
  186. package/esm/api/exchange/_methods/twapOrder.js.map +1 -0
  187. package/esm/api/exchange/_methods/updateIsolatedMargin.d.ts +106 -0
  188. package/esm/api/exchange/_methods/updateIsolatedMargin.d.ts.map +1 -0
  189. package/esm/api/exchange/_methods/updateIsolatedMargin.js +86 -0
  190. package/esm/api/exchange/_methods/updateIsolatedMargin.js.map +1 -0
  191. package/esm/api/exchange/_methods/updateLeverage.d.ts +106 -0
  192. package/esm/api/exchange/_methods/updateLeverage.d.ts.map +1 -0
  193. package/esm/api/exchange/_methods/updateLeverage.js +86 -0
  194. package/esm/api/exchange/_methods/updateLeverage.js.map +1 -0
  195. package/esm/api/exchange/_methods/usdClassTransfer.d.ts +158 -0
  196. package/esm/api/exchange/_methods/usdClassTransfer.d.ts.map +1 -0
  197. package/esm/api/exchange/_methods/usdClassTransfer.js +94 -0
  198. package/esm/api/exchange/_methods/usdClassTransfer.js.map +1 -0
  199. package/esm/api/exchange/_methods/usdSend.d.ts +158 -0
  200. package/esm/api/exchange/_methods/usdSend.d.ts.map +1 -0
  201. package/esm/api/exchange/_methods/usdSend.js +94 -0
  202. package/esm/api/exchange/_methods/usdSend.js.map +1 -0
  203. package/esm/api/exchange/_methods/userDexAbstraction.d.ts +160 -0
  204. package/esm/api/exchange/_methods/userDexAbstraction.d.ts.map +1 -0
  205. package/esm/api/exchange/_methods/userDexAbstraction.js +96 -0
  206. package/esm/api/exchange/_methods/userDexAbstraction.js.map +1 -0
  207. package/esm/api/exchange/_methods/userPortfolioMargin.d.ts +158 -0
  208. package/esm/api/exchange/_methods/userPortfolioMargin.d.ts.map +1 -0
  209. package/esm/api/exchange/_methods/userPortfolioMargin.js +94 -0
  210. package/esm/api/exchange/_methods/userPortfolioMargin.js.map +1 -0
  211. package/esm/api/exchange/_methods/userSetAbstraction.d.ts +158 -0
  212. package/esm/api/exchange/_methods/userSetAbstraction.d.ts.map +1 -0
  213. package/esm/api/exchange/_methods/userSetAbstraction.js +94 -0
  214. package/esm/api/exchange/_methods/userSetAbstraction.js.map +1 -0
  215. package/esm/api/exchange/_methods/validatorL1Stream.d.ts +94 -0
  216. package/esm/api/exchange/_methods/validatorL1Stream.d.ts.map +1 -0
  217. package/esm/api/exchange/_methods/validatorL1Stream.js +78 -0
  218. package/esm/api/exchange/_methods/validatorL1Stream.js.map +1 -0
  219. package/esm/api/exchange/_methods/vaultDistribute.d.ts +105 -0
  220. package/esm/api/exchange/_methods/vaultDistribute.d.ts.map +1 -0
  221. package/esm/api/exchange/_methods/vaultDistribute.js +84 -0
  222. package/esm/api/exchange/_methods/vaultDistribute.js.map +1 -0
  223. package/esm/api/exchange/_methods/vaultModify.d.ts +104 -0
  224. package/esm/api/exchange/_methods/vaultModify.d.ts.map +1 -0
  225. package/esm/api/exchange/_methods/vaultModify.js +84 -0
  226. package/esm/api/exchange/_methods/vaultModify.js.map +1 -0
  227. package/esm/api/exchange/_methods/vaultTransfer.d.ts +104 -0
  228. package/esm/api/exchange/_methods/vaultTransfer.d.ts.map +1 -0
  229. package/esm/api/exchange/_methods/vaultTransfer.js +84 -0
  230. package/esm/api/exchange/_methods/vaultTransfer.js.map +1 -0
  231. package/esm/api/exchange/_methods/withdraw3.d.ts +158 -0
  232. package/esm/api/exchange/_methods/withdraw3.d.ts.map +1 -0
  233. package/esm/api/exchange/_methods/withdraw3.js +94 -0
  234. package/esm/api/exchange/_methods/withdraw3.js.map +1 -0
  235. package/esm/api/exchange/client.d.ts +1800 -0
  236. package/esm/api/exchange/client.d.ts.map +1 -0
  237. package/esm/api/exchange/client.js +1836 -0
  238. package/esm/api/exchange/client.js.map +1 -0
  239. package/esm/api/exchange/mod.d.ts +93 -0
  240. package/esm/api/exchange/mod.d.ts.map +1 -0
  241. package/esm/api/exchange/mod.js +92 -0
  242. package/esm/api/exchange/mod.js.map +1 -0
  243. package/esm/api/info/_methods/_base/commonSchemas.d.ts +362 -0
  244. package/esm/api/info/_methods/_base/commonSchemas.d.ts.map +1 -0
  245. package/esm/api/info/_methods/_base/commonSchemas.js +6 -0
  246. package/esm/api/info/_methods/_base/commonSchemas.js.map +1 -0
  247. package/esm/api/info/_methods/_base/types.d.ts +11 -0
  248. package/esm/api/info/_methods/_base/types.d.ts.map +1 -0
  249. package/esm/api/info/_methods/_base/types.js +6 -0
  250. package/esm/api/info/_methods/_base/types.js.map +1 -0
  251. package/esm/api/info/_methods/activeAssetData.d.ts +94 -0
  252. package/esm/api/info/_methods/activeAssetData.d.ts.map +1 -0
  253. package/esm/api/info/_methods/activeAssetData.js +57 -0
  254. package/esm/api/info/_methods/activeAssetData.js.map +1 -0
  255. package/esm/api/info/_methods/alignedQuoteTokenInfo.d.ts +69 -0
  256. package/esm/api/info/_methods/alignedQuoteTokenInfo.d.ts.map +1 -0
  257. package/esm/api/info/_methods/alignedQuoteTokenInfo.js +54 -0
  258. package/esm/api/info/_methods/alignedQuoteTokenInfo.js.map +1 -0
  259. package/esm/api/info/_methods/allBorrowLendReserveStates.d.ts +41 -0
  260. package/esm/api/info/_methods/allBorrowLendReserveStates.d.ts.map +1 -0
  261. package/esm/api/info/_methods/allBorrowLendReserveStates.js +44 -0
  262. package/esm/api/info/_methods/allBorrowLendReserveStates.js.map +1 -0
  263. package/esm/api/info/_methods/allMids.d.ts +49 -0
  264. package/esm/api/info/_methods/allMids.d.ts.map +1 -0
  265. package/esm/api/info/_methods/allMids.js +30 -0
  266. package/esm/api/info/_methods/allMids.js.map +1 -0
  267. package/esm/api/info/_methods/allPerpMetas.d.ts +41 -0
  268. package/esm/api/info/_methods/allPerpMetas.d.ts.map +1 -0
  269. package/esm/api/info/_methods/allPerpMetas.js +44 -0
  270. package/esm/api/info/_methods/allPerpMetas.js.map +1 -0
  271. package/esm/api/info/_methods/approvedBuilders.d.ts +47 -0
  272. package/esm/api/info/_methods/approvedBuilders.d.ts.map +1 -0
  273. package/esm/api/info/_methods/approvedBuilders.js +54 -0
  274. package/esm/api/info/_methods/approvedBuilders.js.map +1 -0
  275. package/esm/api/info/_methods/blockDetails.d.ts +72 -0
  276. package/esm/api/info/_methods/blockDetails.d.ts.map +1 -0
  277. package/esm/api/info/_methods/blockDetails.js +54 -0
  278. package/esm/api/info/_methods/blockDetails.js.map +1 -0
  279. package/esm/api/info/_methods/borrowLendReserveState.d.ts +88 -0
  280. package/esm/api/info/_methods/borrowLendReserveState.d.ts.map +1 -0
  281. package/esm/api/info/_methods/borrowLendReserveState.js +54 -0
  282. package/esm/api/info/_methods/borrowLendReserveState.js.map +1 -0
  283. package/esm/api/info/_methods/borrowLendUserState.d.ts +84 -0
  284. package/esm/api/info/_methods/borrowLendUserState.d.ts.map +1 -0
  285. package/esm/api/info/_methods/borrowLendUserState.js +54 -0
  286. package/esm/api/info/_methods/borrowLendUserState.js.map +1 -0
  287. package/esm/api/info/_methods/candleSnapshot.d.ts +94 -0
  288. package/esm/api/info/_methods/candleSnapshot.d.ts.map +1 -0
  289. package/esm/api/info/_methods/candleSnapshot.js +65 -0
  290. package/esm/api/info/_methods/candleSnapshot.js.map +1 -0
  291. package/esm/api/info/_methods/clearinghouseState.d.ts +190 -0
  292. package/esm/api/info/_methods/clearinghouseState.d.ts.map +1 -0
  293. package/esm/api/info/_methods/clearinghouseState.js +56 -0
  294. package/esm/api/info/_methods/clearinghouseState.js.map +1 -0
  295. package/esm/api/info/_methods/delegations.d.ts +60 -0
  296. package/esm/api/info/_methods/delegations.d.ts.map +1 -0
  297. package/esm/api/info/_methods/delegations.js +54 -0
  298. package/esm/api/info/_methods/delegations.js.map +1 -0
  299. package/esm/api/info/_methods/delegatorHistory.d.ts +93 -0
  300. package/esm/api/info/_methods/delegatorHistory.d.ts.map +1 -0
  301. package/esm/api/info/_methods/delegatorHistory.js +54 -0
  302. package/esm/api/info/_methods/delegatorHistory.js.map +1 -0
  303. package/esm/api/info/_methods/delegatorRewards.d.ts +57 -0
  304. package/esm/api/info/_methods/delegatorRewards.d.ts.map +1 -0
  305. package/esm/api/info/_methods/delegatorRewards.js +54 -0
  306. package/esm/api/info/_methods/delegatorRewards.js.map +1 -0
  307. package/esm/api/info/_methods/delegatorSummary.d.ts +65 -0
  308. package/esm/api/info/_methods/delegatorSummary.d.ts.map +1 -0
  309. package/esm/api/info/_methods/delegatorSummary.js +54 -0
  310. package/esm/api/info/_methods/delegatorSummary.js.map +1 -0
  311. package/esm/api/info/_methods/exchangeStatus.d.ts +45 -0
  312. package/esm/api/info/_methods/exchangeStatus.d.ts.map +1 -0
  313. package/esm/api/info/_methods/exchangeStatus.js +47 -0
  314. package/esm/api/info/_methods/exchangeStatus.js.map +1 -0
  315. package/esm/api/info/_methods/extraAgents.d.ts +57 -0
  316. package/esm/api/info/_methods/extraAgents.d.ts.map +1 -0
  317. package/esm/api/info/_methods/extraAgents.js +54 -0
  318. package/esm/api/info/_methods/extraAgents.js.map +1 -0
  319. package/esm/api/info/_methods/frontendOpenOrders.d.ts +50 -0
  320. package/esm/api/info/_methods/frontendOpenOrders.d.ts.map +1 -0
  321. package/esm/api/info/_methods/frontendOpenOrders.js +56 -0
  322. package/esm/api/info/_methods/frontendOpenOrders.js.map +1 -0
  323. package/esm/api/info/_methods/fundingHistory.d.ts +67 -0
  324. package/esm/api/info/_methods/fundingHistory.d.ts.map +1 -0
  325. package/esm/api/info/_methods/fundingHistory.js +59 -0
  326. package/esm/api/info/_methods/fundingHistory.js.map +1 -0
  327. package/esm/api/info/_methods/gossipRootIps.d.ts +40 -0
  328. package/esm/api/info/_methods/gossipRootIps.d.ts.map +1 -0
  329. package/esm/api/info/_methods/gossipRootIps.js +47 -0
  330. package/esm/api/info/_methods/gossipRootIps.js.map +1 -0
  331. package/esm/api/info/_methods/historicalOrders.d.ts +86 -0
  332. package/esm/api/info/_methods/historicalOrders.d.ts.map +1 -0
  333. package/esm/api/info/_methods/historicalOrders.js +54 -0
  334. package/esm/api/info/_methods/historicalOrders.js.map +1 -0
  335. package/esm/api/info/_methods/isVip.d.ts +47 -0
  336. package/esm/api/info/_methods/isVip.d.ts.map +1 -0
  337. package/esm/api/info/_methods/isVip.js +54 -0
  338. package/esm/api/info/_methods/isVip.js.map +1 -0
  339. package/esm/api/info/_methods/l2Book.d.ts +79 -0
  340. package/esm/api/info/_methods/l2Book.d.ts.map +1 -0
  341. package/esm/api/info/_methods/l2Book.js +58 -0
  342. package/esm/api/info/_methods/l2Book.js.map +1 -0
  343. package/esm/api/info/_methods/l3Orders.d.ts +183 -0
  344. package/esm/api/info/_methods/l3Orders.d.ts.map +1 -0
  345. package/esm/api/info/_methods/l3Orders.js.map +1 -0
  346. package/esm/api/info/_methods/l4Orders.d.ts +219 -0
  347. package/esm/api/info/_methods/l4Orders.d.ts.map +1 -0
  348. package/esm/api/info/_methods/l4Orders.js.map +1 -0
  349. package/esm/api/info/_methods/leadingVaults.d.ts +55 -0
  350. package/esm/api/info/_methods/leadingVaults.d.ts.map +1 -0
  351. package/esm/api/info/_methods/leadingVaults.js +54 -0
  352. package/esm/api/info/_methods/leadingVaults.js.map +1 -0
  353. package/esm/api/info/_methods/legalCheck.d.ts +54 -0
  354. package/esm/api/info/_methods/legalCheck.d.ts.map +1 -0
  355. package/esm/api/info/_methods/legalCheck.js +54 -0
  356. package/esm/api/info/_methods/legalCheck.js.map +1 -0
  357. package/esm/api/info/_methods/liquidatable.d.ts +40 -0
  358. package/esm/api/info/_methods/liquidatable.d.ts.map +1 -0
  359. package/esm/api/info/_methods/liquidatable.js +47 -0
  360. package/esm/api/info/_methods/liquidatable.js.map +1 -0
  361. package/esm/api/info/_methods/marginTable.d.ts +60 -0
  362. package/esm/api/info/_methods/marginTable.d.ts.map +1 -0
  363. package/esm/api/info/_methods/marginTable.js +54 -0
  364. package/esm/api/info/_methods/marginTable.js.map +1 -0
  365. package/esm/api/info/_methods/maxBuilderFee.d.ts +50 -0
  366. package/esm/api/info/_methods/maxBuilderFee.d.ts.map +1 -0
  367. package/esm/api/info/_methods/maxBuilderFee.js +57 -0
  368. package/esm/api/info/_methods/maxBuilderFee.js.map +1 -0
  369. package/esm/api/info/_methods/maxMarketOrderNtls.d.ts +40 -0
  370. package/esm/api/info/_methods/maxMarketOrderNtls.d.ts.map +1 -0
  371. package/esm/api/info/_methods/maxMarketOrderNtls.js +47 -0
  372. package/esm/api/info/_methods/maxMarketOrderNtls.js.map +1 -0
  373. package/esm/api/info/_methods/meta.d.ts +73 -0
  374. package/esm/api/info/_methods/meta.d.ts.map +1 -0
  375. package/esm/api/info/_methods/meta.js +27 -0
  376. package/esm/api/info/_methods/meta.js.map +1 -0
  377. package/esm/api/info/_methods/metaAndAssetCtxs.d.ts +48 -0
  378. package/esm/api/info/_methods/metaAndAssetCtxs.d.ts.map +1 -0
  379. package/esm/api/info/_methods/metaAndAssetCtxs.js +27 -0
  380. package/esm/api/info/_methods/metaAndAssetCtxs.js.map +1 -0
  381. package/esm/api/info/_methods/openOrders.d.ts +50 -0
  382. package/esm/api/info/_methods/openOrders.d.ts.map +1 -0
  383. package/esm/api/info/_methods/openOrders.js +56 -0
  384. package/esm/api/info/_methods/openOrders.js.map +1 -0
  385. package/esm/api/info/_methods/orderStatus.d.ts +99 -0
  386. package/esm/api/info/_methods/orderStatus.d.ts.map +1 -0
  387. package/esm/api/info/_methods/orderStatus.js +57 -0
  388. package/esm/api/info/_methods/orderStatus.js.map +1 -0
  389. package/esm/api/info/_methods/outcomeMeta.d.ts +72 -0
  390. package/esm/api/info/_methods/outcomeMeta.d.ts.map +1 -0
  391. package/esm/api/info/_methods/outcomeMeta.js +47 -0
  392. package/esm/api/info/_methods/outcomeMeta.js.map +1 -0
  393. package/esm/api/info/_methods/perpAnnotation.d.ts +56 -0
  394. package/esm/api/info/_methods/perpAnnotation.d.ts.map +1 -0
  395. package/esm/api/info/_methods/perpAnnotation.js +53 -0
  396. package/esm/api/info/_methods/perpAnnotation.js.map +1 -0
  397. package/esm/api/info/_methods/perpCategories.d.ts +45 -0
  398. package/esm/api/info/_methods/perpCategories.d.ts.map +1 -0
  399. package/esm/api/info/_methods/perpCategories.js +47 -0
  400. package/esm/api/info/_methods/perpCategories.js.map +1 -0
  401. package/esm/api/info/_methods/perpConciseAnnotations.d.ts +52 -0
  402. package/esm/api/info/_methods/perpConciseAnnotations.d.ts.map +1 -0
  403. package/esm/api/info/_methods/perpConciseAnnotations.js +47 -0
  404. package/esm/api/info/_methods/perpConciseAnnotations.js.map +1 -0
  405. package/esm/api/info/_methods/perpDeployAuctionStatus.d.ts +60 -0
  406. package/esm/api/info/_methods/perpDeployAuctionStatus.d.ts.map +1 -0
  407. package/esm/api/info/_methods/perpDeployAuctionStatus.js +47 -0
  408. package/esm/api/info/_methods/perpDeployAuctionStatus.js.map +1 -0
  409. package/esm/api/info/_methods/perpDexLimits.d.ts +69 -0
  410. package/esm/api/info/_methods/perpDexLimits.d.ts.map +1 -0
  411. package/esm/api/info/_methods/perpDexLimits.js +53 -0
  412. package/esm/api/info/_methods/perpDexLimits.js.map +1 -0
  413. package/esm/api/info/_methods/perpDexStatus.d.ts +53 -0
  414. package/esm/api/info/_methods/perpDexStatus.d.ts.map +1 -0
  415. package/esm/api/info/_methods/perpDexStatus.js +53 -0
  416. package/esm/api/info/_methods/perpDexStatus.js.map +1 -0
  417. package/esm/api/info/_methods/perpDexs.d.ts +94 -0
  418. package/esm/api/info/_methods/perpDexs.d.ts.map +1 -0
  419. package/esm/api/info/_methods/perpDexs.js +47 -0
  420. package/esm/api/info/_methods/perpDexs.js.map +1 -0
  421. package/esm/api/info/_methods/perpsAtOpenInterestCap.d.ts +46 -0
  422. package/esm/api/info/_methods/perpsAtOpenInterestCap.d.ts.map +1 -0
  423. package/esm/api/info/_methods/perpsAtOpenInterestCap.js +30 -0
  424. package/esm/api/info/_methods/perpsAtOpenInterestCap.js.map +1 -0
  425. package/esm/api/info/_methods/portfolio.d.ts +101 -0
  426. package/esm/api/info/_methods/portfolio.d.ts.map +1 -0
  427. package/esm/api/info/_methods/portfolio.js +54 -0
  428. package/esm/api/info/_methods/portfolio.js.map +1 -0
  429. package/esm/api/info/_methods/preTransferCheck.d.ts +62 -0
  430. package/esm/api/info/_methods/preTransferCheck.d.ts.map +1 -0
  431. package/esm/api/info/_methods/preTransferCheck.js +57 -0
  432. package/esm/api/info/_methods/preTransferCheck.js.map +1 -0
  433. package/esm/api/info/_methods/predictedFundings.d.ts +60 -0
  434. package/esm/api/info/_methods/predictedFundings.d.ts.map +1 -0
  435. package/esm/api/info/_methods/predictedFundings.js +47 -0
  436. package/esm/api/info/_methods/predictedFundings.js.map +1 -0
  437. package/esm/api/info/_methods/recentTrades.d.ts +78 -0
  438. package/esm/api/info/_methods/recentTrades.d.ts.map +1 -0
  439. package/esm/api/info/_methods/recentTrades.js +53 -0
  440. package/esm/api/info/_methods/recentTrades.js.map +1 -0
  441. package/esm/api/info/_methods/referral.d.ts +196 -0
  442. package/esm/api/info/_methods/referral.d.ts.map +1 -0
  443. package/esm/api/info/_methods/referral.js +54 -0
  444. package/esm/api/info/_methods/referral.js.map +1 -0
  445. package/esm/api/info/_methods/spotClearinghouseState.d.ts +84 -0
  446. package/esm/api/info/_methods/spotClearinghouseState.d.ts.map +1 -0
  447. package/esm/api/info/_methods/spotClearinghouseState.js +56 -0
  448. package/esm/api/info/_methods/spotClearinghouseState.js.map +1 -0
  449. package/esm/api/info/_methods/spotDeployState.d.ts +107 -0
  450. package/esm/api/info/_methods/spotDeployState.d.ts.map +1 -0
  451. package/esm/api/info/_methods/spotDeployState.js +54 -0
  452. package/esm/api/info/_methods/spotDeployState.js.map +1 -0
  453. package/esm/api/info/_methods/spotMeta.d.ts +87 -0
  454. package/esm/api/info/_methods/spotMeta.d.ts.map +1 -0
  455. package/esm/api/info/_methods/spotMeta.js +47 -0
  456. package/esm/api/info/_methods/spotMeta.js.map +1 -0
  457. package/esm/api/info/_methods/spotMetaAndAssetCtxs.d.ts +42 -0
  458. package/esm/api/info/_methods/spotMetaAndAssetCtxs.d.ts.map +1 -0
  459. package/esm/api/info/_methods/spotMetaAndAssetCtxs.js +44 -0
  460. package/esm/api/info/_methods/spotMetaAndAssetCtxs.js.map +1 -0
  461. package/esm/api/info/_methods/spotPairDeployAuctionStatus.d.ts +41 -0
  462. package/esm/api/info/_methods/spotPairDeployAuctionStatus.d.ts.map +1 -0
  463. package/esm/api/info/_methods/spotPairDeployAuctionStatus.js +44 -0
  464. package/esm/api/info/_methods/spotPairDeployAuctionStatus.js.map +1 -0
  465. package/esm/api/info/_methods/subAccounts.d.ts +66 -0
  466. package/esm/api/info/_methods/subAccounts.d.ts.map +1 -0
  467. package/esm/api/info/_methods/subAccounts.js +54 -0
  468. package/esm/api/info/_methods/subAccounts.js.map +1 -0
  469. package/esm/api/info/_methods/subAccounts2.d.ts +66 -0
  470. package/esm/api/info/_methods/subAccounts2.d.ts.map +1 -0
  471. package/esm/api/info/_methods/subAccounts2.js +54 -0
  472. package/esm/api/info/_methods/subAccounts2.js.map +1 -0
  473. package/esm/api/info/_methods/tokenDetails.d.ts +137 -0
  474. package/esm/api/info/_methods/tokenDetails.d.ts.map +1 -0
  475. package/esm/api/info/_methods/tokenDetails.js +54 -0
  476. package/esm/api/info/_methods/tokenDetails.js.map +1 -0
  477. package/esm/api/info/_methods/twapHistory.d.ts +71 -0
  478. package/esm/api/info/_methods/twapHistory.d.ts.map +1 -0
  479. package/esm/api/info/_methods/twapHistory.js +54 -0
  480. package/esm/api/info/_methods/twapHistory.js.map +1 -0
  481. package/esm/api/info/_methods/txDetails.d.ts +53 -0
  482. package/esm/api/info/_methods/txDetails.d.ts.map +1 -0
  483. package/esm/api/info/_methods/txDetails.js +54 -0
  484. package/esm/api/info/_methods/txDetails.js.map +1 -0
  485. package/esm/api/info/_methods/userAbstraction.d.ts +47 -0
  486. package/esm/api/info/_methods/userAbstraction.d.ts.map +1 -0
  487. package/esm/api/info/_methods/userAbstraction.js +54 -0
  488. package/esm/api/info/_methods/userAbstraction.js.map +1 -0
  489. package/esm/api/info/_methods/userBorrowLendInterest.d.ts +67 -0
  490. package/esm/api/info/_methods/userBorrowLendInterest.d.ts.map +1 -0
  491. package/esm/api/info/_methods/userBorrowLendInterest.js +59 -0
  492. package/esm/api/info/_methods/userBorrowLendInterest.js.map +1 -0
  493. package/esm/api/info/_methods/userDetails.d.ts +53 -0
  494. package/esm/api/info/_methods/userDetails.d.ts.map +1 -0
  495. package/esm/api/info/_methods/userDetails.js +54 -0
  496. package/esm/api/info/_methods/userDetails.js.map +1 -0
  497. package/esm/api/info/_methods/userDexAbstraction.d.ts +47 -0
  498. package/esm/api/info/_methods/userDexAbstraction.d.ts.map +1 -0
  499. package/esm/api/info/_methods/userDexAbstraction.js +54 -0
  500. package/esm/api/info/_methods/userDexAbstraction.js.map +1 -0
  501. package/esm/api/info/_methods/userFees.d.ts +224 -0
  502. package/esm/api/info/_methods/userFees.d.ts.map +1 -0
  503. package/esm/api/info/_methods/userFees.js +54 -0
  504. package/esm/api/info/_methods/userFees.js.map +1 -0
  505. package/esm/api/info/_methods/userFills.d.ts +71 -0
  506. package/esm/api/info/_methods/userFills.d.ts.map +1 -0
  507. package/esm/api/info/_methods/userFills.js +56 -0
  508. package/esm/api/info/_methods/userFills.js.map +1 -0
  509. package/esm/api/info/_methods/userFillsByTime.d.ts +57 -0
  510. package/esm/api/info/_methods/userFillsByTime.d.ts.map +1 -0
  511. package/esm/api/info/_methods/userFillsByTime.js +63 -0
  512. package/esm/api/info/_methods/userFillsByTime.js.map +1 -0
  513. package/esm/api/info/_methods/userFunding.d.ts +83 -0
  514. package/esm/api/info/_methods/userFunding.d.ts.map +1 -0
  515. package/esm/api/info/_methods/userFunding.js +58 -0
  516. package/esm/api/info/_methods/userFunding.js.map +1 -0
  517. package/esm/api/info/_methods/userNonFundingLedgerUpdates.d.ts +408 -0
  518. package/esm/api/info/_methods/userNonFundingLedgerUpdates.d.ts.map +1 -0
  519. package/esm/api/info/_methods/userNonFundingLedgerUpdates.js +58 -0
  520. package/esm/api/info/_methods/userNonFundingLedgerUpdates.js.map +1 -0
  521. package/esm/api/info/_methods/userRateLimit.d.ts +59 -0
  522. package/esm/api/info/_methods/userRateLimit.d.ts.map +1 -0
  523. package/esm/api/info/_methods/userRateLimit.js +54 -0
  524. package/esm/api/info/_methods/userRateLimit.js.map +1 -0
  525. package/esm/api/info/_methods/userRole.d.ts +72 -0
  526. package/esm/api/info/_methods/userRole.d.ts.map +1 -0
  527. package/esm/api/info/_methods/userRole.js +54 -0
  528. package/esm/api/info/_methods/userRole.js.map +1 -0
  529. package/esm/api/info/_methods/userToMultiSigSigners.d.ts +55 -0
  530. package/esm/api/info/_methods/userToMultiSigSigners.d.ts.map +1 -0
  531. package/esm/api/info/_methods/userToMultiSigSigners.js +54 -0
  532. package/esm/api/info/_methods/userToMultiSigSigners.js.map +1 -0
  533. package/esm/api/info/_methods/userTwapSliceFills.d.ts +53 -0
  534. package/esm/api/info/_methods/userTwapSliceFills.d.ts.map +1 -0
  535. package/esm/api/info/_methods/userTwapSliceFills.js +54 -0
  536. package/esm/api/info/_methods/userTwapSliceFills.js.map +1 -0
  537. package/esm/api/info/_methods/userTwapSliceFillsByTime.d.ts +55 -0
  538. package/esm/api/info/_methods/userTwapSliceFillsByTime.d.ts.map +1 -0
  539. package/esm/api/info/_methods/userTwapSliceFillsByTime.js +61 -0
  540. package/esm/api/info/_methods/userTwapSliceFillsByTime.js.map +1 -0
  541. package/esm/api/info/_methods/userVaultEquities.d.ts +60 -0
  542. package/esm/api/info/_methods/userVaultEquities.d.ts.map +1 -0
  543. package/esm/api/info/_methods/userVaultEquities.js +54 -0
  544. package/esm/api/info/_methods/userVaultEquities.js.map +1 -0
  545. package/esm/api/info/_methods/validatorL1Votes.d.ts +54 -0
  546. package/esm/api/info/_methods/validatorL1Votes.d.ts.map +1 -0
  547. package/esm/api/info/_methods/validatorL1Votes.js +47 -0
  548. package/esm/api/info/_methods/validatorL1Votes.js.map +1 -0
  549. package/esm/api/info/_methods/validatorSummaries.d.ts +101 -0
  550. package/esm/api/info/_methods/validatorSummaries.d.ts.map +1 -0
  551. package/esm/api/info/_methods/validatorSummaries.js +47 -0
  552. package/esm/api/info/_methods/validatorSummaries.js.map +1 -0
  553. package/esm/api/info/_methods/vaultDetails.d.ts +144 -0
  554. package/esm/api/info/_methods/vaultDetails.d.ts.map +1 -0
  555. package/esm/api/info/_methods/vaultDetails.js +56 -0
  556. package/esm/api/info/_methods/vaultDetails.js.map +1 -0
  557. package/esm/api/info/_methods/vaultSummaries.d.ts +65 -0
  558. package/esm/api/info/_methods/vaultSummaries.d.ts.map +1 -0
  559. package/esm/api/info/_methods/vaultSummaries.js +44 -0
  560. package/esm/api/info/_methods/vaultSummaries.js.map +1 -0
  561. package/esm/api/info/_methods/webData2.d.ts +101 -0
  562. package/esm/api/info/_methods/webData2.d.ts.map +1 -0
  563. package/esm/api/info/_methods/webData2.js +54 -0
  564. package/esm/api/info/_methods/webData2.js.map +1 -0
  565. package/esm/api/info/client.d.ts +1965 -0
  566. package/esm/api/info/client.d.ts.map +1 -0
  567. package/esm/api/info/client.js +1966 -0
  568. package/esm/api/info/client.js.map +1 -0
  569. package/esm/api/info/mod.d.ts +104 -0
  570. package/esm/api/info/mod.d.ts.map +1 -0
  571. package/esm/api/info/mod.js +103 -0
  572. package/esm/api/info/mod.js.map +1 -0
  573. package/esm/api/subscription/_methods/_types.d.ts.map +1 -0
  574. package/esm/api/subscription/_methods/_types.js.map +1 -0
  575. package/esm/api/subscription/_methods/activeAssetCtx.d.ts +56 -0
  576. package/esm/api/subscription/_methods/activeAssetCtx.d.ts.map +1 -0
  577. package/esm/api/subscription/_methods/activeAssetCtx.js +53 -0
  578. package/esm/api/subscription/_methods/activeAssetCtx.js.map +1 -0
  579. package/esm/api/subscription/_methods/activeAssetData.d.ts +53 -0
  580. package/esm/api/subscription/_methods/activeAssetData.d.ts.map +1 -0
  581. package/esm/api/subscription/_methods/activeAssetData.js +59 -0
  582. package/esm/api/subscription/_methods/activeAssetData.js.map +1 -0
  583. package/esm/api/subscription/_methods/activeSpotAssetCtx.d.ts +56 -0
  584. package/esm/api/subscription/_methods/activeSpotAssetCtx.d.ts.map +1 -0
  585. package/esm/api/subscription/_methods/activeSpotAssetCtx.js +53 -0
  586. package/esm/api/subscription/_methods/activeSpotAssetCtx.js.map +1 -0
  587. package/esm/api/subscription/_methods/allDexsAssetCtxs.d.ts +48 -0
  588. package/esm/api/subscription/_methods/allDexsAssetCtxs.d.ts.map +1 -0
  589. package/esm/api/subscription/_methods/allDexsAssetCtxs.js +49 -0
  590. package/esm/api/subscription/_methods/allDexsAssetCtxs.js.map +1 -0
  591. package/esm/api/subscription/_methods/allDexsClearinghouseState.d.ts +59 -0
  592. package/esm/api/subscription/_methods/allDexsClearinghouseState.d.ts.map +1 -0
  593. package/esm/api/subscription/_methods/allDexsClearinghouseState.js +60 -0
  594. package/esm/api/subscription/_methods/allDexsClearinghouseState.js.map +1 -0
  595. package/esm/api/subscription/_methods/allMids.d.ts +56 -0
  596. package/esm/api/subscription/_methods/allMids.d.ts.map +1 -0
  597. package/esm/api/subscription/_methods/allMids.js +32 -0
  598. package/esm/api/subscription/_methods/allMids.js.map +1 -0
  599. package/esm/api/subscription/_methods/assetCtxs.d.ts +56 -0
  600. package/esm/api/subscription/_methods/assetCtxs.d.ts.map +1 -0
  601. package/esm/api/subscription/_methods/assetCtxs.js +32 -0
  602. package/esm/api/subscription/_methods/assetCtxs.js.map +1 -0
  603. package/esm/api/subscription/_methods/bbo.d.ts +86 -0
  604. package/esm/api/subscription/_methods/bbo.d.ts.map +1 -0
  605. package/esm/api/subscription/_methods/bbo.js +56 -0
  606. package/esm/api/subscription/_methods/bbo.js.map +1 -0
  607. package/esm/api/subscription/_methods/candle.d.ts +88 -0
  608. package/esm/api/subscription/_methods/candle.d.ts.map +1 -0
  609. package/esm/api/subscription/_methods/candle.js +58 -0
  610. package/esm/api/subscription/_methods/candle.js.map +1 -0
  611. package/esm/api/subscription/_methods/clearinghouseState.d.ts +63 -0
  612. package/esm/api/subscription/_methods/clearinghouseState.d.ts.map +1 -0
  613. package/esm/api/subscription/_methods/clearinghouseState.js +63 -0
  614. package/esm/api/subscription/_methods/clearinghouseState.js.map +1 -0
  615. package/esm/api/subscription/_methods/explorerBlock.d.ts +61 -0
  616. package/esm/api/subscription/_methods/explorerBlock.d.ts.map +1 -0
  617. package/esm/api/subscription/_methods/explorerBlock.js +50 -0
  618. package/esm/api/subscription/_methods/explorerBlock.js.map +1 -0
  619. package/esm/api/subscription/_methods/explorerTxs.d.ts +45 -0
  620. package/esm/api/subscription/_methods/explorerTxs.d.ts.map +1 -0
  621. package/esm/api/subscription/_methods/explorerTxs.js +47 -0
  622. package/esm/api/subscription/_methods/explorerTxs.js.map +1 -0
  623. package/esm/api/subscription/_methods/l2Book.d.ts +83 -0
  624. package/esm/api/subscription/_methods/l2Book.d.ts.map +1 -0
  625. package/esm/api/subscription/_methods/l2Book.js +68 -0
  626. package/esm/api/subscription/_methods/l2Book.js.map +1 -0
  627. package/esm/api/subscription/_methods/notification.d.ts +53 -0
  628. package/esm/api/subscription/_methods/notification.d.ts.map +1 -0
  629. package/esm/api/subscription/_methods/notification.js +55 -0
  630. package/esm/api/subscription/_methods/notification.js.map +1 -0
  631. package/esm/api/subscription/_methods/openOrders.d.ts +63 -0
  632. package/esm/api/subscription/_methods/openOrders.d.ts.map +1 -0
  633. package/esm/api/subscription/_methods/openOrders.js +63 -0
  634. package/esm/api/subscription/_methods/openOrders.js.map +1 -0
  635. package/esm/api/subscription/_methods/orderUpdates.d.ts +89 -0
  636. package/esm/api/subscription/_methods/orderUpdates.d.ts.map +1 -0
  637. package/esm/api/subscription/_methods/orderUpdates.js +55 -0
  638. package/esm/api/subscription/_methods/orderUpdates.js.map +1 -0
  639. package/esm/api/subscription/_methods/spotAssetCtxs.d.ts +45 -0
  640. package/esm/api/subscription/_methods/spotAssetCtxs.d.ts.map +1 -0
  641. package/esm/api/subscription/_methods/spotAssetCtxs.js +47 -0
  642. package/esm/api/subscription/_methods/spotAssetCtxs.js.map +1 -0
  643. package/esm/api/subscription/_methods/spotState.d.ts +61 -0
  644. package/esm/api/subscription/_methods/spotState.d.ts.map +1 -0
  645. package/esm/api/subscription/_methods/spotState.js +59 -0
  646. package/esm/api/subscription/_methods/spotState.js.map +1 -0
  647. package/esm/api/subscription/_methods/trades.d.ts +51 -0
  648. package/esm/api/subscription/_methods/trades.d.ts.map +1 -0
  649. package/esm/api/subscription/_methods/trades.js +53 -0
  650. package/esm/api/subscription/_methods/trades.js.map +1 -0
  651. package/esm/api/subscription/_methods/twapStates.d.ts +63 -0
  652. package/esm/api/subscription/_methods/twapStates.d.ts.map +1 -0
  653. package/esm/api/subscription/_methods/twapStates.js +63 -0
  654. package/esm/api/subscription/_methods/twapStates.js.map +1 -0
  655. package/esm/api/subscription/_methods/userEvents.d.ts +119 -0
  656. package/esm/api/subscription/_methods/userEvents.d.ts.map +1 -0
  657. package/esm/api/subscription/_methods/userEvents.js +55 -0
  658. package/esm/api/subscription/_methods/userEvents.js.map +1 -0
  659. package/esm/api/subscription/_methods/userFills.d.ts +63 -0
  660. package/esm/api/subscription/_methods/userFills.d.ts.map +1 -0
  661. package/esm/api/subscription/_methods/userFills.js +63 -0
  662. package/esm/api/subscription/_methods/userFills.js.map +1 -0
  663. package/esm/api/subscription/_methods/userFundings.d.ts +82 -0
  664. package/esm/api/subscription/_methods/userFundings.d.ts.map +1 -0
  665. package/esm/api/subscription/_methods/userFundings.js +57 -0
  666. package/esm/api/subscription/_methods/userFundings.js.map +1 -0
  667. package/esm/api/subscription/_methods/userHistoricalOrders.d.ts +61 -0
  668. package/esm/api/subscription/_methods/userHistoricalOrders.d.ts.map +1 -0
  669. package/esm/api/subscription/_methods/userHistoricalOrders.js +57 -0
  670. package/esm/api/subscription/_methods/userHistoricalOrders.js.map +1 -0
  671. package/esm/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts +61 -0
  672. package/esm/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts.map +1 -0
  673. package/esm/api/subscription/_methods/userNonFundingLedgerUpdates.js +57 -0
  674. package/esm/api/subscription/_methods/userNonFundingLedgerUpdates.js.map +1 -0
  675. package/esm/api/subscription/_methods/userTwapHistory.d.ts +61 -0
  676. package/esm/api/subscription/_methods/userTwapHistory.d.ts.map +1 -0
  677. package/esm/api/subscription/_methods/userTwapHistory.js +57 -0
  678. package/esm/api/subscription/_methods/userTwapHistory.js.map +1 -0
  679. package/esm/api/subscription/_methods/userTwapSliceFills.d.ts +61 -0
  680. package/esm/api/subscription/_methods/userTwapSliceFills.d.ts.map +1 -0
  681. package/esm/api/subscription/_methods/userTwapSliceFills.js +57 -0
  682. package/esm/api/subscription/_methods/userTwapSliceFills.js.map +1 -0
  683. package/esm/api/subscription/_methods/webData2.d.ts +51 -0
  684. package/esm/api/subscription/_methods/webData2.d.ts.map +1 -0
  685. package/esm/api/subscription/_methods/webData2.js +57 -0
  686. package/esm/api/subscription/_methods/webData2.js.map +1 -0
  687. package/esm/api/subscription/_methods/webData3.d.ts +95 -0
  688. package/esm/api/subscription/_methods/webData3.d.ts.map +1 -0
  689. package/esm/api/subscription/_methods/webData3.js +57 -0
  690. package/esm/api/subscription/_methods/webData3.js.map +1 -0
  691. package/esm/api/subscription/client.d.ts +812 -0
  692. package/esm/api/subscription/client.d.ts.map +1 -0
  693. package/esm/api/subscription/client.js +800 -0
  694. package/esm/api/subscription/client.js.map +1 -0
  695. package/esm/api/subscription/mod.d.ts.map +1 -0
  696. package/esm/api/subscription/mod.js.map +1 -0
  697. package/esm/deps/jsr.io/@std/async/1.1.1/unstable_semaphore.d.ts +94 -0
  698. package/esm/deps/jsr.io/@std/async/1.1.1/unstable_semaphore.d.ts.map +1 -0
  699. package/esm/deps/jsr.io/@std/async/1.1.1/unstable_semaphore.js +138 -0
  700. package/esm/deps/jsr.io/@std/async/1.1.1/unstable_semaphore.js.map +1 -0
  701. package/esm/mod.d.ts +35 -0
  702. package/esm/mod.d.ts.map +1 -0
  703. package/esm/mod.js +35 -0
  704. package/esm/mod.js.map +1 -0
  705. package/esm/signing/_abstractWallet.d.ts +114 -0
  706. package/esm/signing/_abstractWallet.d.ts.map +1 -0
  707. package/esm/signing/_abstractWallet.js +165 -0
  708. package/esm/signing/_abstractWallet.js.map +1 -0
  709. package/esm/signing/_canonicalize.d.ts +32 -0
  710. package/esm/signing/_canonicalize.d.ts.map +1 -0
  711. package/esm/signing/_canonicalize.js +137 -0
  712. package/esm/signing/_canonicalize.js.map +1 -0
  713. package/esm/signing/mod.d.ts +293 -0
  714. package/esm/signing/mod.d.ts.map +1 -0
  715. package/esm/signing/mod.js +402 -0
  716. package/esm/signing/mod.js.map +1 -0
  717. package/esm/transport/_base.d.ts +49 -0
  718. package/esm/transport/_base.d.ts.map +1 -0
  719. package/esm/transport/_base.js.map +1 -0
  720. package/esm/transport/_polyfills.d.ts +48 -0
  721. package/esm/transport/_polyfills.d.ts.map +1 -0
  722. package/esm/transport/_polyfills.js +56 -0
  723. package/esm/transport/_polyfills.js.map +1 -0
  724. package/esm/transport/http/mod.d.ts +112 -0
  725. package/esm/transport/http/mod.d.ts.map +1 -0
  726. package/esm/transport/http/mod.js +163 -0
  727. package/esm/transport/http/mod.js.map +1 -0
  728. package/esm/transport/mod.d.ts.map +1 -0
  729. package/esm/transport/mod.js.map +1 -0
  730. package/esm/transport/websocket/_hyperliquidEventTarget.d.ts +67 -0
  731. package/esm/transport/websocket/_hyperliquidEventTarget.d.ts.map +1 -0
  732. package/esm/transport/websocket/_hyperliquidEventTarget.js +50 -0
  733. package/esm/transport/websocket/_hyperliquidEventTarget.js.map +1 -0
  734. package/esm/transport/websocket/_postRequest.d.ts +42 -0
  735. package/esm/transport/websocket/_postRequest.d.ts.map +1 -0
  736. package/esm/transport/websocket/_postRequest.js +240 -0
  737. package/esm/transport/websocket/_postRequest.js.map +1 -0
  738. package/esm/transport/websocket/_subscriptionManager.d.ts +50 -0
  739. package/esm/transport/websocket/_subscriptionManager.d.ts.map +1 -0
  740. package/esm/transport/websocket/_subscriptionManager.js +149 -0
  741. package/esm/transport/websocket/_subscriptionManager.js.map +1 -0
  742. package/esm/transport/websocket/mod.d.ts +142 -0
  743. package/esm/transport/websocket/mod.d.ts.map +1 -0
  744. package/esm/transport/websocket/mod.js +196 -0
  745. package/esm/transport/websocket/mod.js.map +1 -0
  746. package/esm/utils/_format.d.ts +42 -0
  747. package/esm/utils/_format.d.ts.map +1 -0
  748. package/esm/utils/_format.js +178 -0
  749. package/esm/utils/_format.js.map +1 -0
  750. package/esm/utils/_symbolConverter.d.ts +156 -0
  751. package/esm/utils/_symbolConverter.d.ts.map +1 -0
  752. package/esm/utils/_symbolConverter.js +242 -0
  753. package/esm/utils/_symbolConverter.js.map +1 -0
  754. package/esm/utils/mod.d.ts +27 -0
  755. package/esm/utils/mod.d.ts.map +1 -0
  756. package/esm/utils/mod.js +27 -0
  757. package/esm/utils/mod.js.map +1 -0
  758. package/package.json +18 -21
  759. package/script/_base.d.ts +15 -0
  760. package/script/_base.d.ts.map +1 -0
  761. package/script/_base.js +67 -0
  762. package/script/_base.js.map +1 -0
  763. package/script/api/_schemas.d.ts +30 -0
  764. package/script/api/_schemas.d.ts.map +1 -0
  765. package/script/api/_schemas.js +89 -0
  766. package/script/api/_schemas.js.map +1 -0
  767. package/script/api/exchange/_methods/_base/_nonce.d.ts +17 -0
  768. package/script/api/exchange/_methods/_base/_nonce.d.ts.map +1 -0
  769. package/script/api/exchange/_methods/_base/_nonce.js +32 -0
  770. package/script/api/exchange/_methods/_base/_nonce.js.map +1 -0
  771. package/script/api/exchange/_methods/_base/_semaphore.d.ts +13 -0
  772. package/script/api/exchange/_methods/_base/_semaphore.d.ts.map +1 -0
  773. package/script/api/exchange/_methods/_base/_semaphore.js +78 -0
  774. package/script/api/exchange/_methods/_base/_semaphore.js.map +1 -0
  775. package/script/api/exchange/_methods/_base/errors.d.ts +62 -0
  776. package/script/api/exchange/_methods/_base/errors.d.ts.map +1 -0
  777. package/script/api/exchange/_methods/_base/errors.js +91 -0
  778. package/script/api/exchange/_methods/_base/errors.js.map +1 -0
  779. package/script/api/exchange/_methods/_base/execute.d.ts +96 -0
  780. package/script/api/exchange/_methods/_base/execute.d.ts.map +1 -0
  781. package/script/api/exchange/_methods/_base/execute.js +199 -0
  782. package/script/api/exchange/_methods/_base/execute.js.map +1 -0
  783. package/script/api/exchange/_methods/agentEnableDexAbstraction.d.ts +81 -0
  784. package/script/api/exchange/_methods/agentEnableDexAbstraction.d.ts.map +1 -0
  785. package/script/api/exchange/_methods/agentEnableDexAbstraction.js +112 -0
  786. package/script/api/exchange/_methods/agentEnableDexAbstraction.js.map +1 -0
  787. package/script/api/exchange/_methods/agentSendAsset.d.ts +182 -0
  788. package/script/api/exchange/_methods/agentSendAsset.d.ts.map +1 -0
  789. package/script/api/exchange/_methods/agentSendAsset.js +128 -0
  790. package/script/api/exchange/_methods/agentSendAsset.js.map +1 -0
  791. package/script/api/exchange/_methods/agentSetAbstraction.d.ts +104 -0
  792. package/script/api/exchange/_methods/agentSetAbstraction.d.ts.map +1 -0
  793. package/script/api/exchange/_methods/agentSetAbstraction.js +120 -0
  794. package/script/api/exchange/_methods/agentSetAbstraction.js.map +1 -0
  795. package/script/api/exchange/_methods/approveAgent.d.ts +174 -0
  796. package/script/api/exchange/_methods/approveAgent.d.ts.map +1 -0
  797. package/script/api/exchange/_methods/approveAgent.js +154 -0
  798. package/script/api/exchange/_methods/approveAgent.js.map +1 -0
  799. package/script/api/exchange/_methods/approveBuilderFee.d.ts +158 -0
  800. package/script/api/exchange/_methods/approveBuilderFee.d.ts.map +1 -0
  801. package/script/api/exchange/_methods/approveBuilderFee.js +131 -0
  802. package/script/api/exchange/_methods/approveBuilderFee.js.map +1 -0
  803. package/script/api/exchange/_methods/batchModify.d.ts +180 -0
  804. package/script/api/exchange/_methods/batchModify.d.ts.map +1 -0
  805. package/script/api/exchange/_methods/batchModify.js +174 -0
  806. package/script/api/exchange/_methods/batchModify.js.map +1 -0
  807. package/script/api/exchange/_methods/borrowLend.d.ts +106 -0
  808. package/script/api/exchange/_methods/borrowLend.d.ts.map +1 -0
  809. package/script/api/exchange/_methods/borrowLend.js +123 -0
  810. package/script/api/exchange/_methods/borrowLend.js.map +1 -0
  811. package/script/api/exchange/_methods/cDeposit.d.ts +146 -0
  812. package/script/api/exchange/_methods/cDeposit.d.ts.map +1 -0
  813. package/script/api/exchange/_methods/cDeposit.js +127 -0
  814. package/script/api/exchange/_methods/cDeposit.js.map +1 -0
  815. package/script/api/exchange/_methods/cSignerAction.d.ts +120 -0
  816. package/script/api/exchange/_methods/cSignerAction.d.ts.map +1 -0
  817. package/script/api/exchange/_methods/cSignerAction.js +137 -0
  818. package/script/api/exchange/_methods/cSignerAction.js.map +1 -0
  819. package/script/api/exchange/_methods/cValidatorAction.d.ts +206 -0
  820. package/script/api/exchange/_methods/cValidatorAction.d.ts.map +1 -0
  821. package/script/api/exchange/_methods/cValidatorAction.js +178 -0
  822. package/script/api/exchange/_methods/cValidatorAction.js.map +1 -0
  823. package/script/api/exchange/_methods/cWithdraw.d.ts +146 -0
  824. package/script/api/exchange/_methods/cWithdraw.d.ts.map +1 -0
  825. package/script/api/exchange/_methods/cWithdraw.js +127 -0
  826. package/script/api/exchange/_methods/cWithdraw.js.map +1 -0
  827. package/script/api/exchange/_methods/cancel.d.ts +109 -0
  828. package/script/api/exchange/_methods/cancel.d.ts.map +1 -0
  829. package/script/api/exchange/_methods/cancel.js +122 -0
  830. package/script/api/exchange/_methods/cancel.js.map +1 -0
  831. package/script/api/exchange/_methods/cancelByCloid.d.ts +96 -0
  832. package/script/api/exchange/_methods/cancelByCloid.d.ts.map +1 -0
  833. package/script/api/exchange/_methods/cancelByCloid.js +124 -0
  834. package/script/api/exchange/_methods/cancelByCloid.js.map +1 -0
  835. package/script/api/exchange/_methods/claimRewards.d.ts +79 -0
  836. package/script/api/exchange/_methods/claimRewards.d.ts.map +1 -0
  837. package/script/api/exchange/_methods/claimRewards.js +110 -0
  838. package/script/api/exchange/_methods/claimRewards.js.map +1 -0
  839. package/script/api/exchange/_methods/convertToMultiSigUser.d.ts +241 -0
  840. package/script/api/exchange/_methods/convertToMultiSigUser.d.ts.map +1 -0
  841. package/script/api/exchange/_methods/convertToMultiSigUser.js +162 -0
  842. package/script/api/exchange/_methods/convertToMultiSigUser.js.map +1 -0
  843. package/script/api/exchange/_methods/createSubAccount.d.ts +99 -0
  844. package/script/api/exchange/_methods/createSubAccount.d.ts.map +1 -0
  845. package/script/api/exchange/_methods/createSubAccount.js +115 -0
  846. package/script/api/exchange/_methods/createSubAccount.js.map +1 -0
  847. package/script/api/exchange/_methods/createVault.d.ts +114 -0
  848. package/script/api/exchange/_methods/createVault.d.ts.map +1 -0
  849. package/script/api/exchange/_methods/createVault.js +124 -0
  850. package/script/api/exchange/_methods/createVault.js.map +1 -0
  851. package/script/api/exchange/_methods/evmUserModify.d.ts +94 -0
  852. package/script/api/exchange/_methods/evmUserModify.d.ts.map +1 -0
  853. package/script/api/exchange/_methods/evmUserModify.js +115 -0
  854. package/script/api/exchange/_methods/evmUserModify.js.map +1 -0
  855. package/script/api/exchange/_methods/linkStakingUser.d.ts +182 -0
  856. package/script/api/exchange/_methods/linkStakingUser.d.ts.map +1 -0
  857. package/script/api/exchange/_methods/linkStakingUser.js +139 -0
  858. package/script/api/exchange/_methods/linkStakingUser.js.map +1 -0
  859. package/script/api/exchange/_methods/modify.d.ts +182 -0
  860. package/script/api/exchange/_methods/modify.d.ts.map +1 -0
  861. package/script/api/exchange/_methods/modify.js +167 -0
  862. package/script/api/exchange/_methods/modify.js.map +1 -0
  863. package/script/api/exchange/_methods/noop.d.ts +79 -0
  864. package/script/api/exchange/_methods/noop.d.ts.map +1 -0
  865. package/script/api/exchange/_methods/noop.js +110 -0
  866. package/script/api/exchange/_methods/noop.js.map +1 -0
  867. package/script/api/exchange/_methods/order.d.ts +243 -0
  868. package/script/api/exchange/_methods/order.d.ts.map +1 -0
  869. package/script/api/exchange/_methods/order.js +181 -0
  870. package/script/api/exchange/_methods/order.js.map +1 -0
  871. package/script/api/exchange/_methods/perpDeploy.d.ts +439 -0
  872. package/script/api/exchange/_methods/perpDeploy.d.ts.map +1 -0
  873. package/script/api/exchange/_methods/perpDeploy.js +307 -0
  874. package/script/api/exchange/_methods/perpDeploy.js.map +1 -0
  875. package/script/api/exchange/_methods/registerReferrer.d.ts +94 -0
  876. package/script/api/exchange/_methods/registerReferrer.d.ts.map +1 -0
  877. package/script/api/exchange/_methods/registerReferrer.js +115 -0
  878. package/script/api/exchange/_methods/registerReferrer.js.map +1 -0
  879. package/script/api/exchange/_methods/reserveRequestWeight.d.ts +94 -0
  880. package/script/api/exchange/_methods/reserveRequestWeight.d.ts.map +1 -0
  881. package/script/api/exchange/_methods/reserveRequestWeight.js +115 -0
  882. package/script/api/exchange/_methods/reserveRequestWeight.js.map +1 -0
  883. package/script/api/exchange/_methods/scheduleCancel.d.ts +107 -0
  884. package/script/api/exchange/_methods/scheduleCancel.d.ts.map +1 -0
  885. package/script/api/exchange/_methods/scheduleCancel.js +95 -0
  886. package/script/api/exchange/_methods/scheduleCancel.js.map +1 -0
  887. package/script/api/exchange/_methods/sendAsset.d.ts +205 -0
  888. package/script/api/exchange/_methods/sendAsset.d.ts.map +1 -0
  889. package/script/api/exchange/_methods/sendAsset.js +146 -0
  890. package/script/api/exchange/_methods/sendAsset.js.map +1 -0
  891. package/script/api/exchange/_methods/sendToEvmWithData.d.ts +230 -0
  892. package/script/api/exchange/_methods/sendToEvmWithData.d.ts.map +1 -0
  893. package/script/api/exchange/_methods/sendToEvmWithData.js +155 -0
  894. package/script/api/exchange/_methods/sendToEvmWithData.js.map +1 -0
  895. package/script/api/exchange/_methods/setDisplayName.d.ts +100 -0
  896. package/script/api/exchange/_methods/setDisplayName.d.ts.map +1 -0
  897. package/script/api/exchange/_methods/setDisplayName.js +118 -0
  898. package/script/api/exchange/_methods/setDisplayName.js.map +1 -0
  899. package/script/api/exchange/_methods/setReferrer.d.ts +94 -0
  900. package/script/api/exchange/_methods/setReferrer.d.ts.map +1 -0
  901. package/script/api/exchange/_methods/setReferrer.js +115 -0
  902. package/script/api/exchange/_methods/setReferrer.js.map +1 -0
  903. package/script/api/exchange/_methods/spotDeploy.d.ts +284 -0
  904. package/script/api/exchange/_methods/spotDeploy.d.ts.map +1 -0
  905. package/script/api/exchange/_methods/spotDeploy.js +222 -0
  906. package/script/api/exchange/_methods/spotDeploy.js.map +1 -0
  907. package/script/api/exchange/_methods/spotSend.d.ts +170 -0
  908. package/script/api/exchange/_methods/spotSend.d.ts.map +1 -0
  909. package/script/api/exchange/_methods/spotSend.js +135 -0
  910. package/script/api/exchange/_methods/spotSend.js.map +1 -0
  911. package/script/api/exchange/_methods/spotUser.d.ts +100 -0
  912. package/script/api/exchange/_methods/spotUser.d.ts.map +1 -0
  913. package/script/api/exchange/_methods/spotUser.js +118 -0
  914. package/script/api/exchange/_methods/spotUser.js.map +1 -0
  915. package/script/api/exchange/_methods/subAccountModify.d.ts +99 -0
  916. package/script/api/exchange/_methods/subAccountModify.d.ts.map +1 -0
  917. package/script/api/exchange/_methods/subAccountModify.js +118 -0
  918. package/script/api/exchange/_methods/subAccountModify.js.map +1 -0
  919. package/script/api/exchange/_methods/subAccountSpotTransfer.d.ts +109 -0
  920. package/script/api/exchange/_methods/subAccountSpotTransfer.d.ts.map +1 -0
  921. package/script/api/exchange/_methods/subAccountSpotTransfer.js +124 -0
  922. package/script/api/exchange/_methods/subAccountSpotTransfer.js.map +1 -0
  923. package/script/api/exchange/_methods/subAccountTransfer.d.ts +104 -0
  924. package/script/api/exchange/_methods/subAccountTransfer.d.ts.map +1 -0
  925. package/script/api/exchange/_methods/subAccountTransfer.js +121 -0
  926. package/script/api/exchange/_methods/subAccountTransfer.js.map +1 -0
  927. package/script/api/exchange/_methods/tokenDelegate.d.ts +170 -0
  928. package/script/api/exchange/_methods/tokenDelegate.d.ts.map +1 -0
  929. package/script/api/exchange/_methods/tokenDelegate.js +135 -0
  930. package/script/api/exchange/_methods/tokenDelegate.js.map +1 -0
  931. package/script/api/exchange/_methods/topUpIsolatedOnlyMargin.d.ts +101 -0
  932. package/script/api/exchange/_methods/topUpIsolatedOnlyMargin.d.ts.map +1 -0
  933. package/script/api/exchange/_methods/topUpIsolatedOnlyMargin.js +120 -0
  934. package/script/api/exchange/_methods/topUpIsolatedOnlyMargin.js.map +1 -0
  935. package/script/api/exchange/_methods/twapCancel.d.ts +104 -0
  936. package/script/api/exchange/_methods/twapCancel.d.ts.map +1 -0
  937. package/script/api/exchange/_methods/twapCancel.js +120 -0
  938. package/script/api/exchange/_methods/twapCancel.js.map +1 -0
  939. package/script/api/exchange/_methods/twapOrder.d.ts +138 -0
  940. package/script/api/exchange/_methods/twapOrder.d.ts.map +1 -0
  941. package/script/api/exchange/_methods/twapOrder.js +137 -0
  942. package/script/api/exchange/_methods/twapOrder.js.map +1 -0
  943. package/script/api/exchange/_methods/updateIsolatedMargin.d.ts +106 -0
  944. package/script/api/exchange/_methods/updateIsolatedMargin.d.ts.map +1 -0
  945. package/script/api/exchange/_methods/updateIsolatedMargin.js +123 -0
  946. package/script/api/exchange/_methods/updateIsolatedMargin.js.map +1 -0
  947. package/script/api/exchange/_methods/updateLeverage.d.ts +106 -0
  948. package/script/api/exchange/_methods/updateLeverage.d.ts.map +1 -0
  949. package/script/api/exchange/_methods/updateLeverage.js +123 -0
  950. package/script/api/exchange/_methods/updateLeverage.js.map +1 -0
  951. package/script/api/exchange/_methods/usdClassTransfer.d.ts +158 -0
  952. package/script/api/exchange/_methods/usdClassTransfer.d.ts.map +1 -0
  953. package/script/api/exchange/_methods/usdClassTransfer.js +131 -0
  954. package/script/api/exchange/_methods/usdClassTransfer.js.map +1 -0
  955. package/script/api/exchange/_methods/usdSend.d.ts +158 -0
  956. package/script/api/exchange/_methods/usdSend.d.ts.map +1 -0
  957. package/script/api/exchange/_methods/usdSend.js +131 -0
  958. package/script/api/exchange/_methods/usdSend.js.map +1 -0
  959. package/script/api/exchange/_methods/userDexAbstraction.d.ts +160 -0
  960. package/script/api/exchange/_methods/userDexAbstraction.d.ts.map +1 -0
  961. package/script/api/exchange/_methods/userDexAbstraction.js +133 -0
  962. package/script/api/exchange/_methods/userDexAbstraction.js.map +1 -0
  963. package/script/api/exchange/_methods/userPortfolioMargin.d.ts +158 -0
  964. package/script/api/exchange/_methods/userPortfolioMargin.d.ts.map +1 -0
  965. package/script/api/exchange/_methods/userPortfolioMargin.js +131 -0
  966. package/script/api/exchange/_methods/userPortfolioMargin.js.map +1 -0
  967. package/script/api/exchange/_methods/userSetAbstraction.d.ts +158 -0
  968. package/script/api/exchange/_methods/userSetAbstraction.d.ts.map +1 -0
  969. package/script/api/exchange/_methods/userSetAbstraction.js +131 -0
  970. package/script/api/exchange/_methods/userSetAbstraction.js.map +1 -0
  971. package/script/api/exchange/_methods/validatorL1Stream.d.ts +94 -0
  972. package/script/api/exchange/_methods/validatorL1Stream.d.ts.map +1 -0
  973. package/script/api/exchange/_methods/validatorL1Stream.js +115 -0
  974. package/script/api/exchange/_methods/validatorL1Stream.js.map +1 -0
  975. package/script/api/exchange/_methods/vaultDistribute.d.ts +105 -0
  976. package/script/api/exchange/_methods/vaultDistribute.d.ts.map +1 -0
  977. package/script/api/exchange/_methods/vaultDistribute.js +121 -0
  978. package/script/api/exchange/_methods/vaultDistribute.js.map +1 -0
  979. package/script/api/exchange/_methods/vaultModify.d.ts +104 -0
  980. package/script/api/exchange/_methods/vaultModify.d.ts.map +1 -0
  981. package/script/api/exchange/_methods/vaultModify.js +121 -0
  982. package/script/api/exchange/_methods/vaultModify.js.map +1 -0
  983. package/script/api/exchange/_methods/vaultTransfer.d.ts +104 -0
  984. package/script/api/exchange/_methods/vaultTransfer.d.ts.map +1 -0
  985. package/script/api/exchange/_methods/vaultTransfer.js +121 -0
  986. package/script/api/exchange/_methods/vaultTransfer.js.map +1 -0
  987. package/script/api/exchange/_methods/withdraw3.d.ts +158 -0
  988. package/script/api/exchange/_methods/withdraw3.d.ts.map +1 -0
  989. package/script/api/exchange/_methods/withdraw3.js +131 -0
  990. package/script/api/exchange/_methods/withdraw3.js.map +1 -0
  991. package/script/api/exchange/client.d.ts +1800 -0
  992. package/script/api/exchange/client.d.ts.map +1 -0
  993. package/script/api/exchange/client.js +1841 -0
  994. package/script/api/exchange/client.js.map +1 -0
  995. package/script/api/exchange/mod.d.ts +93 -0
  996. package/script/api/exchange/mod.d.ts.map +1 -0
  997. package/script/api/exchange/mod.js +110 -0
  998. package/script/api/exchange/mod.js.map +1 -0
  999. package/script/api/info/_methods/_base/commonSchemas.d.ts +362 -0
  1000. package/script/api/info/_methods/_base/commonSchemas.d.ts.map +1 -0
  1001. package/script/api/info/_methods/_base/commonSchemas.js +7 -0
  1002. package/script/api/info/_methods/_base/commonSchemas.js.map +1 -0
  1003. package/script/api/info/_methods/_base/types.d.ts +11 -0
  1004. package/script/api/info/_methods/_base/types.d.ts.map +1 -0
  1005. package/script/api/info/_methods/_base/types.js +7 -0
  1006. package/script/api/info/_methods/_base/types.js.map +1 -0
  1007. package/script/api/info/_methods/activeAssetData.d.ts +94 -0
  1008. package/script/api/info/_methods/activeAssetData.d.ts.map +1 -0
  1009. package/script/api/info/_methods/activeAssetData.js +94 -0
  1010. package/script/api/info/_methods/activeAssetData.js.map +1 -0
  1011. package/script/api/info/_methods/alignedQuoteTokenInfo.d.ts +69 -0
  1012. package/script/api/info/_methods/alignedQuoteTokenInfo.d.ts.map +1 -0
  1013. package/script/api/info/_methods/alignedQuoteTokenInfo.js +91 -0
  1014. package/script/api/info/_methods/alignedQuoteTokenInfo.js.map +1 -0
  1015. package/script/api/info/_methods/allBorrowLendReserveStates.d.ts +41 -0
  1016. package/script/api/info/_methods/allBorrowLendReserveStates.d.ts.map +1 -0
  1017. package/script/api/info/_methods/allBorrowLendReserveStates.js +81 -0
  1018. package/script/api/info/_methods/allBorrowLendReserveStates.js.map +1 -0
  1019. package/script/api/info/_methods/allMids.d.ts +49 -0
  1020. package/script/api/info/_methods/allMids.d.ts.map +1 -0
  1021. package/script/api/info/_methods/allMids.js +67 -0
  1022. package/script/api/info/_methods/allMids.js.map +1 -0
  1023. package/script/api/info/_methods/allPerpMetas.d.ts +41 -0
  1024. package/script/api/info/_methods/allPerpMetas.d.ts.map +1 -0
  1025. package/script/api/info/_methods/allPerpMetas.js +81 -0
  1026. package/script/api/info/_methods/allPerpMetas.js.map +1 -0
  1027. package/script/api/info/_methods/approvedBuilders.d.ts +47 -0
  1028. package/script/api/info/_methods/approvedBuilders.d.ts.map +1 -0
  1029. package/script/api/info/_methods/approvedBuilders.js +91 -0
  1030. package/script/api/info/_methods/approvedBuilders.js.map +1 -0
  1031. package/script/api/info/_methods/blockDetails.d.ts +72 -0
  1032. package/script/api/info/_methods/blockDetails.d.ts.map +1 -0
  1033. package/script/api/info/_methods/blockDetails.js +91 -0
  1034. package/script/api/info/_methods/blockDetails.js.map +1 -0
  1035. package/script/api/info/_methods/borrowLendReserveState.d.ts +88 -0
  1036. package/script/api/info/_methods/borrowLendReserveState.d.ts.map +1 -0
  1037. package/script/api/info/_methods/borrowLendReserveState.js +91 -0
  1038. package/script/api/info/_methods/borrowLendReserveState.js.map +1 -0
  1039. package/script/api/info/_methods/borrowLendUserState.d.ts +84 -0
  1040. package/script/api/info/_methods/borrowLendUserState.d.ts.map +1 -0
  1041. package/script/api/info/_methods/borrowLendUserState.js +91 -0
  1042. package/script/api/info/_methods/borrowLendUserState.js.map +1 -0
  1043. package/script/api/info/_methods/candleSnapshot.d.ts +94 -0
  1044. package/script/api/info/_methods/candleSnapshot.d.ts.map +1 -0
  1045. package/script/api/info/_methods/candleSnapshot.js +102 -0
  1046. package/script/api/info/_methods/candleSnapshot.js.map +1 -0
  1047. package/script/api/info/_methods/clearinghouseState.d.ts +190 -0
  1048. package/script/api/info/_methods/clearinghouseState.d.ts.map +1 -0
  1049. package/script/api/info/_methods/clearinghouseState.js +93 -0
  1050. package/script/api/info/_methods/clearinghouseState.js.map +1 -0
  1051. package/script/api/info/_methods/delegations.d.ts +60 -0
  1052. package/script/api/info/_methods/delegations.d.ts.map +1 -0
  1053. package/script/api/info/_methods/delegations.js +91 -0
  1054. package/script/api/info/_methods/delegations.js.map +1 -0
  1055. package/script/api/info/_methods/delegatorHistory.d.ts +93 -0
  1056. package/script/api/info/_methods/delegatorHistory.d.ts.map +1 -0
  1057. package/script/api/info/_methods/delegatorHistory.js +91 -0
  1058. package/script/api/info/_methods/delegatorHistory.js.map +1 -0
  1059. package/script/api/info/_methods/delegatorRewards.d.ts +57 -0
  1060. package/script/api/info/_methods/delegatorRewards.d.ts.map +1 -0
  1061. package/script/api/info/_methods/delegatorRewards.js +91 -0
  1062. package/script/api/info/_methods/delegatorRewards.js.map +1 -0
  1063. package/script/api/info/_methods/delegatorSummary.d.ts +65 -0
  1064. package/script/api/info/_methods/delegatorSummary.d.ts.map +1 -0
  1065. package/script/api/info/_methods/delegatorSummary.js +91 -0
  1066. package/script/api/info/_methods/delegatorSummary.js.map +1 -0
  1067. package/script/api/info/_methods/exchangeStatus.d.ts +45 -0
  1068. package/script/api/info/_methods/exchangeStatus.d.ts.map +1 -0
  1069. package/script/api/info/_methods/exchangeStatus.js +84 -0
  1070. package/script/api/info/_methods/exchangeStatus.js.map +1 -0
  1071. package/script/api/info/_methods/extraAgents.d.ts +57 -0
  1072. package/script/api/info/_methods/extraAgents.d.ts.map +1 -0
  1073. package/script/api/info/_methods/extraAgents.js +91 -0
  1074. package/script/api/info/_methods/extraAgents.js.map +1 -0
  1075. package/script/api/info/_methods/frontendOpenOrders.d.ts +50 -0
  1076. package/script/api/info/_methods/frontendOpenOrders.d.ts.map +1 -0
  1077. package/script/api/info/_methods/frontendOpenOrders.js +93 -0
  1078. package/script/api/info/_methods/frontendOpenOrders.js.map +1 -0
  1079. package/script/api/info/_methods/fundingHistory.d.ts +67 -0
  1080. package/script/api/info/_methods/fundingHistory.d.ts.map +1 -0
  1081. package/script/api/info/_methods/fundingHistory.js +96 -0
  1082. package/script/api/info/_methods/fundingHistory.js.map +1 -0
  1083. package/script/api/info/_methods/gossipRootIps.d.ts +40 -0
  1084. package/script/api/info/_methods/gossipRootIps.d.ts.map +1 -0
  1085. package/script/api/info/_methods/gossipRootIps.js +84 -0
  1086. package/script/api/info/_methods/gossipRootIps.js.map +1 -0
  1087. package/script/api/info/_methods/historicalOrders.d.ts +86 -0
  1088. package/script/api/info/_methods/historicalOrders.d.ts.map +1 -0
  1089. package/script/api/info/_methods/historicalOrders.js +91 -0
  1090. package/script/api/info/_methods/historicalOrders.js.map +1 -0
  1091. package/script/api/info/_methods/isVip.d.ts +47 -0
  1092. package/script/api/info/_methods/isVip.d.ts.map +1 -0
  1093. package/script/api/info/_methods/isVip.js +91 -0
  1094. package/script/api/info/_methods/isVip.js.map +1 -0
  1095. package/script/api/info/_methods/l2Book.d.ts +79 -0
  1096. package/script/api/info/_methods/l2Book.d.ts.map +1 -0
  1097. package/script/api/info/_methods/l2Book.js +95 -0
  1098. package/script/api/info/_methods/l2Book.js.map +1 -0
  1099. package/script/api/info/_methods/l3Orders.d.ts +183 -0
  1100. package/script/api/info/_methods/l3Orders.d.ts.map +1 -0
  1101. package/script/api/info/_methods/l3Orders.js.map +1 -0
  1102. package/script/api/info/_methods/l4Orders.d.ts +219 -0
  1103. package/script/api/info/_methods/l4Orders.d.ts.map +1 -0
  1104. package/script/api/info/_methods/l4Orders.js.map +1 -0
  1105. package/script/api/info/_methods/leadingVaults.d.ts +55 -0
  1106. package/script/api/info/_methods/leadingVaults.d.ts.map +1 -0
  1107. package/script/api/info/_methods/leadingVaults.js +91 -0
  1108. package/script/api/info/_methods/leadingVaults.js.map +1 -0
  1109. package/script/api/info/_methods/legalCheck.d.ts +54 -0
  1110. package/script/api/info/_methods/legalCheck.d.ts.map +1 -0
  1111. package/script/api/info/_methods/legalCheck.js +91 -0
  1112. package/script/api/info/_methods/legalCheck.js.map +1 -0
  1113. package/script/api/info/_methods/liquidatable.d.ts +40 -0
  1114. package/script/api/info/_methods/liquidatable.d.ts.map +1 -0
  1115. package/script/api/info/_methods/liquidatable.js +84 -0
  1116. package/script/api/info/_methods/liquidatable.js.map +1 -0
  1117. package/script/api/info/_methods/marginTable.d.ts +60 -0
  1118. package/script/api/info/_methods/marginTable.d.ts.map +1 -0
  1119. package/script/api/info/_methods/marginTable.js +91 -0
  1120. package/script/api/info/_methods/marginTable.js.map +1 -0
  1121. package/script/api/info/_methods/maxBuilderFee.d.ts +50 -0
  1122. package/script/api/info/_methods/maxBuilderFee.d.ts.map +1 -0
  1123. package/script/api/info/_methods/maxBuilderFee.js +94 -0
  1124. package/script/api/info/_methods/maxBuilderFee.js.map +1 -0
  1125. package/script/api/info/_methods/maxMarketOrderNtls.d.ts +40 -0
  1126. package/script/api/info/_methods/maxMarketOrderNtls.d.ts.map +1 -0
  1127. package/script/api/info/_methods/maxMarketOrderNtls.js +84 -0
  1128. package/script/api/info/_methods/maxMarketOrderNtls.js.map +1 -0
  1129. package/script/api/info/_methods/meta.d.ts +73 -0
  1130. package/script/api/info/_methods/meta.d.ts.map +1 -0
  1131. package/script/api/info/_methods/meta.js +64 -0
  1132. package/script/api/info/_methods/meta.js.map +1 -0
  1133. package/script/api/info/_methods/metaAndAssetCtxs.d.ts +48 -0
  1134. package/script/api/info/_methods/metaAndAssetCtxs.d.ts.map +1 -0
  1135. package/script/api/info/_methods/metaAndAssetCtxs.js +64 -0
  1136. package/script/api/info/_methods/metaAndAssetCtxs.js.map +1 -0
  1137. package/script/api/info/_methods/openOrders.d.ts +50 -0
  1138. package/script/api/info/_methods/openOrders.d.ts.map +1 -0
  1139. package/script/api/info/_methods/openOrders.js +93 -0
  1140. package/script/api/info/_methods/openOrders.js.map +1 -0
  1141. package/script/api/info/_methods/orderStatus.d.ts +99 -0
  1142. package/script/api/info/_methods/orderStatus.d.ts.map +1 -0
  1143. package/script/api/info/_methods/orderStatus.js +94 -0
  1144. package/script/api/info/_methods/orderStatus.js.map +1 -0
  1145. package/script/api/info/_methods/outcomeMeta.d.ts +72 -0
  1146. package/script/api/info/_methods/outcomeMeta.d.ts.map +1 -0
  1147. package/script/api/info/_methods/outcomeMeta.js +84 -0
  1148. package/script/api/info/_methods/outcomeMeta.js.map +1 -0
  1149. package/script/api/info/_methods/perpAnnotation.d.ts +56 -0
  1150. package/script/api/info/_methods/perpAnnotation.d.ts.map +1 -0
  1151. package/script/api/info/_methods/perpAnnotation.js +90 -0
  1152. package/script/api/info/_methods/perpAnnotation.js.map +1 -0
  1153. package/script/api/info/_methods/perpCategories.d.ts +45 -0
  1154. package/script/api/info/_methods/perpCategories.d.ts.map +1 -0
  1155. package/script/api/info/_methods/perpCategories.js +84 -0
  1156. package/script/api/info/_methods/perpCategories.js.map +1 -0
  1157. package/script/api/info/_methods/perpConciseAnnotations.d.ts +52 -0
  1158. package/script/api/info/_methods/perpConciseAnnotations.d.ts.map +1 -0
  1159. package/script/api/info/_methods/perpConciseAnnotations.js +84 -0
  1160. package/script/api/info/_methods/perpConciseAnnotations.js.map +1 -0
  1161. package/script/api/info/_methods/perpDeployAuctionStatus.d.ts +60 -0
  1162. package/script/api/info/_methods/perpDeployAuctionStatus.d.ts.map +1 -0
  1163. package/script/api/info/_methods/perpDeployAuctionStatus.js +84 -0
  1164. package/script/api/info/_methods/perpDeployAuctionStatus.js.map +1 -0
  1165. package/script/api/info/_methods/perpDexLimits.d.ts +69 -0
  1166. package/script/api/info/_methods/perpDexLimits.d.ts.map +1 -0
  1167. package/script/api/info/_methods/perpDexLimits.js +90 -0
  1168. package/script/api/info/_methods/perpDexLimits.js.map +1 -0
  1169. package/script/api/info/_methods/perpDexStatus.d.ts +53 -0
  1170. package/script/api/info/_methods/perpDexStatus.d.ts.map +1 -0
  1171. package/script/api/info/_methods/perpDexStatus.js +90 -0
  1172. package/script/api/info/_methods/perpDexStatus.js.map +1 -0
  1173. package/script/api/info/_methods/perpDexs.d.ts +94 -0
  1174. package/script/api/info/_methods/perpDexs.d.ts.map +1 -0
  1175. package/script/api/info/_methods/perpDexs.js +84 -0
  1176. package/script/api/info/_methods/perpDexs.js.map +1 -0
  1177. package/script/api/info/_methods/perpsAtOpenInterestCap.d.ts +46 -0
  1178. package/script/api/info/_methods/perpsAtOpenInterestCap.d.ts.map +1 -0
  1179. package/script/api/info/_methods/perpsAtOpenInterestCap.js +67 -0
  1180. package/script/api/info/_methods/perpsAtOpenInterestCap.js.map +1 -0
  1181. package/script/api/info/_methods/portfolio.d.ts +101 -0
  1182. package/script/api/info/_methods/portfolio.d.ts.map +1 -0
  1183. package/script/api/info/_methods/portfolio.js +91 -0
  1184. package/script/api/info/_methods/portfolio.js.map +1 -0
  1185. package/script/api/info/_methods/preTransferCheck.d.ts +62 -0
  1186. package/script/api/info/_methods/preTransferCheck.d.ts.map +1 -0
  1187. package/script/api/info/_methods/preTransferCheck.js +94 -0
  1188. package/script/api/info/_methods/preTransferCheck.js.map +1 -0
  1189. package/script/api/info/_methods/predictedFundings.d.ts +60 -0
  1190. package/script/api/info/_methods/predictedFundings.d.ts.map +1 -0
  1191. package/script/api/info/_methods/predictedFundings.js +84 -0
  1192. package/script/api/info/_methods/predictedFundings.js.map +1 -0
  1193. package/script/api/info/_methods/recentTrades.d.ts +78 -0
  1194. package/script/api/info/_methods/recentTrades.d.ts.map +1 -0
  1195. package/script/api/info/_methods/recentTrades.js +90 -0
  1196. package/script/api/info/_methods/recentTrades.js.map +1 -0
  1197. package/script/api/info/_methods/referral.d.ts +196 -0
  1198. package/script/api/info/_methods/referral.d.ts.map +1 -0
  1199. package/script/api/info/_methods/referral.js +91 -0
  1200. package/script/api/info/_methods/referral.js.map +1 -0
  1201. package/script/api/info/_methods/spotClearinghouseState.d.ts +84 -0
  1202. package/script/api/info/_methods/spotClearinghouseState.d.ts.map +1 -0
  1203. package/script/api/info/_methods/spotClearinghouseState.js +93 -0
  1204. package/script/api/info/_methods/spotClearinghouseState.js.map +1 -0
  1205. package/script/api/info/_methods/spotDeployState.d.ts +107 -0
  1206. package/script/api/info/_methods/spotDeployState.d.ts.map +1 -0
  1207. package/script/api/info/_methods/spotDeployState.js +91 -0
  1208. package/script/api/info/_methods/spotDeployState.js.map +1 -0
  1209. package/script/api/info/_methods/spotMeta.d.ts +87 -0
  1210. package/script/api/info/_methods/spotMeta.d.ts.map +1 -0
  1211. package/script/api/info/_methods/spotMeta.js +84 -0
  1212. package/script/api/info/_methods/spotMeta.js.map +1 -0
  1213. package/script/api/info/_methods/spotMetaAndAssetCtxs.d.ts +42 -0
  1214. package/script/api/info/_methods/spotMetaAndAssetCtxs.d.ts.map +1 -0
  1215. package/script/api/info/_methods/spotMetaAndAssetCtxs.js +81 -0
  1216. package/script/api/info/_methods/spotMetaAndAssetCtxs.js.map +1 -0
  1217. package/script/api/info/_methods/spotPairDeployAuctionStatus.d.ts +41 -0
  1218. package/script/api/info/_methods/spotPairDeployAuctionStatus.d.ts.map +1 -0
  1219. package/script/api/info/_methods/spotPairDeployAuctionStatus.js +81 -0
  1220. package/script/api/info/_methods/spotPairDeployAuctionStatus.js.map +1 -0
  1221. package/script/api/info/_methods/subAccounts.d.ts +66 -0
  1222. package/script/api/info/_methods/subAccounts.d.ts.map +1 -0
  1223. package/script/api/info/_methods/subAccounts.js +91 -0
  1224. package/script/api/info/_methods/subAccounts.js.map +1 -0
  1225. package/script/api/info/_methods/subAccounts2.d.ts +66 -0
  1226. package/script/api/info/_methods/subAccounts2.d.ts.map +1 -0
  1227. package/script/api/info/_methods/subAccounts2.js +91 -0
  1228. package/script/api/info/_methods/subAccounts2.js.map +1 -0
  1229. package/script/api/info/_methods/tokenDetails.d.ts +137 -0
  1230. package/script/api/info/_methods/tokenDetails.d.ts.map +1 -0
  1231. package/script/api/info/_methods/tokenDetails.js +91 -0
  1232. package/script/api/info/_methods/tokenDetails.js.map +1 -0
  1233. package/script/api/info/_methods/twapHistory.d.ts +71 -0
  1234. package/script/api/info/_methods/twapHistory.d.ts.map +1 -0
  1235. package/script/api/info/_methods/twapHistory.js +91 -0
  1236. package/script/api/info/_methods/twapHistory.js.map +1 -0
  1237. package/script/api/info/_methods/txDetails.d.ts +53 -0
  1238. package/script/api/info/_methods/txDetails.d.ts.map +1 -0
  1239. package/script/api/info/_methods/txDetails.js +91 -0
  1240. package/script/api/info/_methods/txDetails.js.map +1 -0
  1241. package/script/api/info/_methods/userAbstraction.d.ts +47 -0
  1242. package/script/api/info/_methods/userAbstraction.d.ts.map +1 -0
  1243. package/script/api/info/_methods/userAbstraction.js +91 -0
  1244. package/script/api/info/_methods/userAbstraction.js.map +1 -0
  1245. package/script/api/info/_methods/userBorrowLendInterest.d.ts +67 -0
  1246. package/script/api/info/_methods/userBorrowLendInterest.d.ts.map +1 -0
  1247. package/script/api/info/_methods/userBorrowLendInterest.js +96 -0
  1248. package/script/api/info/_methods/userBorrowLendInterest.js.map +1 -0
  1249. package/script/api/info/_methods/userDetails.d.ts +53 -0
  1250. package/script/api/info/_methods/userDetails.d.ts.map +1 -0
  1251. package/script/api/info/_methods/userDetails.js +91 -0
  1252. package/script/api/info/_methods/userDetails.js.map +1 -0
  1253. package/script/api/info/_methods/userDexAbstraction.d.ts +47 -0
  1254. package/script/api/info/_methods/userDexAbstraction.d.ts.map +1 -0
  1255. package/script/api/info/_methods/userDexAbstraction.js +91 -0
  1256. package/script/api/info/_methods/userDexAbstraction.js.map +1 -0
  1257. package/script/api/info/_methods/userFees.d.ts +224 -0
  1258. package/script/api/info/_methods/userFees.d.ts.map +1 -0
  1259. package/script/api/info/_methods/userFees.js +91 -0
  1260. package/script/api/info/_methods/userFees.js.map +1 -0
  1261. package/script/api/info/_methods/userFills.d.ts +71 -0
  1262. package/script/api/info/_methods/userFills.d.ts.map +1 -0
  1263. package/script/api/info/_methods/userFills.js +93 -0
  1264. package/script/api/info/_methods/userFills.js.map +1 -0
  1265. package/script/api/info/_methods/userFillsByTime.d.ts +57 -0
  1266. package/script/api/info/_methods/userFillsByTime.d.ts.map +1 -0
  1267. package/script/api/info/_methods/userFillsByTime.js +100 -0
  1268. package/script/api/info/_methods/userFillsByTime.js.map +1 -0
  1269. package/script/api/info/_methods/userFunding.d.ts +83 -0
  1270. package/script/api/info/_methods/userFunding.d.ts.map +1 -0
  1271. package/script/api/info/_methods/userFunding.js +95 -0
  1272. package/script/api/info/_methods/userFunding.js.map +1 -0
  1273. package/script/api/info/_methods/userNonFundingLedgerUpdates.d.ts +408 -0
  1274. package/script/api/info/_methods/userNonFundingLedgerUpdates.d.ts.map +1 -0
  1275. package/script/api/info/_methods/userNonFundingLedgerUpdates.js +95 -0
  1276. package/script/api/info/_methods/userNonFundingLedgerUpdates.js.map +1 -0
  1277. package/script/api/info/_methods/userRateLimit.d.ts +59 -0
  1278. package/script/api/info/_methods/userRateLimit.d.ts.map +1 -0
  1279. package/script/api/info/_methods/userRateLimit.js +91 -0
  1280. package/script/api/info/_methods/userRateLimit.js.map +1 -0
  1281. package/script/api/info/_methods/userRole.d.ts +72 -0
  1282. package/script/api/info/_methods/userRole.d.ts.map +1 -0
  1283. package/script/api/info/_methods/userRole.js +91 -0
  1284. package/script/api/info/_methods/userRole.js.map +1 -0
  1285. package/script/api/info/_methods/userToMultiSigSigners.d.ts +55 -0
  1286. package/script/api/info/_methods/userToMultiSigSigners.d.ts.map +1 -0
  1287. package/script/api/info/_methods/userToMultiSigSigners.js +91 -0
  1288. package/script/api/info/_methods/userToMultiSigSigners.js.map +1 -0
  1289. package/script/api/info/_methods/userTwapSliceFills.d.ts +53 -0
  1290. package/script/api/info/_methods/userTwapSliceFills.d.ts.map +1 -0
  1291. package/script/api/info/_methods/userTwapSliceFills.js +91 -0
  1292. package/script/api/info/_methods/userTwapSliceFills.js.map +1 -0
  1293. package/script/api/info/_methods/userTwapSliceFillsByTime.d.ts +55 -0
  1294. package/script/api/info/_methods/userTwapSliceFillsByTime.d.ts.map +1 -0
  1295. package/script/api/info/_methods/userTwapSliceFillsByTime.js +98 -0
  1296. package/script/api/info/_methods/userTwapSliceFillsByTime.js.map +1 -0
  1297. package/script/api/info/_methods/userVaultEquities.d.ts +60 -0
  1298. package/script/api/info/_methods/userVaultEquities.d.ts.map +1 -0
  1299. package/script/api/info/_methods/userVaultEquities.js +91 -0
  1300. package/script/api/info/_methods/userVaultEquities.js.map +1 -0
  1301. package/script/api/info/_methods/validatorL1Votes.d.ts +54 -0
  1302. package/script/api/info/_methods/validatorL1Votes.d.ts.map +1 -0
  1303. package/script/api/info/_methods/validatorL1Votes.js +84 -0
  1304. package/script/api/info/_methods/validatorL1Votes.js.map +1 -0
  1305. package/script/api/info/_methods/validatorSummaries.d.ts +101 -0
  1306. package/script/api/info/_methods/validatorSummaries.d.ts.map +1 -0
  1307. package/script/api/info/_methods/validatorSummaries.js +84 -0
  1308. package/script/api/info/_methods/validatorSummaries.js.map +1 -0
  1309. package/script/api/info/_methods/vaultDetails.d.ts +144 -0
  1310. package/script/api/info/_methods/vaultDetails.d.ts.map +1 -0
  1311. package/script/api/info/_methods/vaultDetails.js +93 -0
  1312. package/script/api/info/_methods/vaultDetails.js.map +1 -0
  1313. package/script/api/info/_methods/vaultSummaries.d.ts +65 -0
  1314. package/script/api/info/_methods/vaultSummaries.d.ts.map +1 -0
  1315. package/script/api/info/_methods/vaultSummaries.js +81 -0
  1316. package/script/api/info/_methods/vaultSummaries.js.map +1 -0
  1317. package/script/api/info/_methods/webData2.d.ts +101 -0
  1318. package/script/api/info/_methods/webData2.d.ts.map +1 -0
  1319. package/script/api/info/_methods/webData2.js +91 -0
  1320. package/script/api/info/_methods/webData2.js.map +1 -0
  1321. package/script/api/info/client.d.ts +1965 -0
  1322. package/script/api/info/client.d.ts.map +1 -0
  1323. package/script/api/info/client.js +1970 -0
  1324. package/script/api/info/client.js.map +1 -0
  1325. package/script/api/info/mod.d.ts +104 -0
  1326. package/script/api/info/mod.d.ts.map +1 -0
  1327. package/script/api/info/mod.js +119 -0
  1328. package/script/api/info/mod.js.map +1 -0
  1329. package/script/api/subscription/_methods/_types.d.ts.map +1 -0
  1330. package/script/api/subscription/_methods/_types.js.map +1 -0
  1331. package/script/api/subscription/_methods/activeAssetCtx.d.ts +56 -0
  1332. package/script/api/subscription/_methods/activeAssetCtx.d.ts.map +1 -0
  1333. package/script/api/subscription/_methods/activeAssetCtx.js +90 -0
  1334. package/script/api/subscription/_methods/activeAssetCtx.js.map +1 -0
  1335. package/script/api/subscription/_methods/activeAssetData.d.ts +53 -0
  1336. package/script/api/subscription/_methods/activeAssetData.d.ts.map +1 -0
  1337. package/script/api/subscription/_methods/activeAssetData.js +96 -0
  1338. package/script/api/subscription/_methods/activeAssetData.js.map +1 -0
  1339. package/script/api/subscription/_methods/activeSpotAssetCtx.d.ts +56 -0
  1340. package/script/api/subscription/_methods/activeSpotAssetCtx.d.ts.map +1 -0
  1341. package/script/api/subscription/_methods/activeSpotAssetCtx.js +90 -0
  1342. package/script/api/subscription/_methods/activeSpotAssetCtx.js.map +1 -0
  1343. package/script/api/subscription/_methods/allDexsAssetCtxs.d.ts +48 -0
  1344. package/script/api/subscription/_methods/allDexsAssetCtxs.d.ts.map +1 -0
  1345. package/script/api/subscription/_methods/allDexsAssetCtxs.js +86 -0
  1346. package/script/api/subscription/_methods/allDexsAssetCtxs.js.map +1 -0
  1347. package/script/api/subscription/_methods/allDexsClearinghouseState.d.ts +59 -0
  1348. package/script/api/subscription/_methods/allDexsClearinghouseState.d.ts.map +1 -0
  1349. package/script/api/subscription/_methods/allDexsClearinghouseState.js +97 -0
  1350. package/script/api/subscription/_methods/allDexsClearinghouseState.js.map +1 -0
  1351. package/script/api/subscription/_methods/allMids.d.ts +56 -0
  1352. package/script/api/subscription/_methods/allMids.d.ts.map +1 -0
  1353. package/script/api/subscription/_methods/allMids.js +69 -0
  1354. package/script/api/subscription/_methods/allMids.js.map +1 -0
  1355. package/script/api/subscription/_methods/assetCtxs.d.ts +56 -0
  1356. package/script/api/subscription/_methods/assetCtxs.d.ts.map +1 -0
  1357. package/script/api/subscription/_methods/assetCtxs.js +69 -0
  1358. package/script/api/subscription/_methods/assetCtxs.js.map +1 -0
  1359. package/script/api/subscription/_methods/bbo.d.ts +86 -0
  1360. package/script/api/subscription/_methods/bbo.d.ts.map +1 -0
  1361. package/script/api/subscription/_methods/bbo.js +93 -0
  1362. package/script/api/subscription/_methods/bbo.js.map +1 -0
  1363. package/script/api/subscription/_methods/candle.d.ts +88 -0
  1364. package/script/api/subscription/_methods/candle.d.ts.map +1 -0
  1365. package/script/api/subscription/_methods/candle.js +95 -0
  1366. package/script/api/subscription/_methods/candle.js.map +1 -0
  1367. package/script/api/subscription/_methods/clearinghouseState.d.ts +63 -0
  1368. package/script/api/subscription/_methods/clearinghouseState.d.ts.map +1 -0
  1369. package/script/api/subscription/_methods/clearinghouseState.js +100 -0
  1370. package/script/api/subscription/_methods/clearinghouseState.js.map +1 -0
  1371. package/script/api/subscription/_methods/explorerBlock.d.ts +61 -0
  1372. package/script/api/subscription/_methods/explorerBlock.d.ts.map +1 -0
  1373. package/script/api/subscription/_methods/explorerBlock.js +87 -0
  1374. package/script/api/subscription/_methods/explorerBlock.js.map +1 -0
  1375. package/script/api/subscription/_methods/explorerTxs.d.ts +45 -0
  1376. package/script/api/subscription/_methods/explorerTxs.d.ts.map +1 -0
  1377. package/script/api/subscription/_methods/explorerTxs.js +84 -0
  1378. package/script/api/subscription/_methods/explorerTxs.js.map +1 -0
  1379. package/script/api/subscription/_methods/l2Book.d.ts +83 -0
  1380. package/script/api/subscription/_methods/l2Book.d.ts.map +1 -0
  1381. package/script/api/subscription/_methods/l2Book.js +105 -0
  1382. package/script/api/subscription/_methods/l2Book.js.map +1 -0
  1383. package/script/api/subscription/_methods/notification.d.ts +53 -0
  1384. package/script/api/subscription/_methods/notification.d.ts.map +1 -0
  1385. package/script/api/subscription/_methods/notification.js +92 -0
  1386. package/script/api/subscription/_methods/notification.js.map +1 -0
  1387. package/script/api/subscription/_methods/openOrders.d.ts +63 -0
  1388. package/script/api/subscription/_methods/openOrders.d.ts.map +1 -0
  1389. package/script/api/subscription/_methods/openOrders.js +100 -0
  1390. package/script/api/subscription/_methods/openOrders.js.map +1 -0
  1391. package/script/api/subscription/_methods/orderUpdates.d.ts +89 -0
  1392. package/script/api/subscription/_methods/orderUpdates.d.ts.map +1 -0
  1393. package/script/api/subscription/_methods/orderUpdates.js +92 -0
  1394. package/script/api/subscription/_methods/orderUpdates.js.map +1 -0
  1395. package/script/api/subscription/_methods/spotAssetCtxs.d.ts +45 -0
  1396. package/script/api/subscription/_methods/spotAssetCtxs.d.ts.map +1 -0
  1397. package/script/api/subscription/_methods/spotAssetCtxs.js +84 -0
  1398. package/script/api/subscription/_methods/spotAssetCtxs.js.map +1 -0
  1399. package/script/api/subscription/_methods/spotState.d.ts +61 -0
  1400. package/script/api/subscription/_methods/spotState.d.ts.map +1 -0
  1401. package/script/api/subscription/_methods/spotState.js +96 -0
  1402. package/script/api/subscription/_methods/spotState.js.map +1 -0
  1403. package/script/api/subscription/_methods/trades.d.ts +51 -0
  1404. package/script/api/subscription/_methods/trades.d.ts.map +1 -0
  1405. package/script/api/subscription/_methods/trades.js +90 -0
  1406. package/script/api/subscription/_methods/trades.js.map +1 -0
  1407. package/script/api/subscription/_methods/twapStates.d.ts +63 -0
  1408. package/script/api/subscription/_methods/twapStates.d.ts.map +1 -0
  1409. package/script/api/subscription/_methods/twapStates.js +100 -0
  1410. package/script/api/subscription/_methods/twapStates.js.map +1 -0
  1411. package/script/api/subscription/_methods/userEvents.d.ts +119 -0
  1412. package/script/api/subscription/_methods/userEvents.d.ts.map +1 -0
  1413. package/script/api/subscription/_methods/userEvents.js +92 -0
  1414. package/script/api/subscription/_methods/userEvents.js.map +1 -0
  1415. package/script/api/subscription/_methods/userFills.d.ts +63 -0
  1416. package/script/api/subscription/_methods/userFills.d.ts.map +1 -0
  1417. package/script/api/subscription/_methods/userFills.js +100 -0
  1418. package/script/api/subscription/_methods/userFills.js.map +1 -0
  1419. package/script/api/subscription/_methods/userFundings.d.ts +82 -0
  1420. package/script/api/subscription/_methods/userFundings.d.ts.map +1 -0
  1421. package/script/api/subscription/_methods/userFundings.js +94 -0
  1422. package/script/api/subscription/_methods/userFundings.js.map +1 -0
  1423. package/script/api/subscription/_methods/userHistoricalOrders.d.ts +61 -0
  1424. package/script/api/subscription/_methods/userHistoricalOrders.d.ts.map +1 -0
  1425. package/script/api/subscription/_methods/userHistoricalOrders.js +94 -0
  1426. package/script/api/subscription/_methods/userHistoricalOrders.js.map +1 -0
  1427. package/script/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts +61 -0
  1428. package/script/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts.map +1 -0
  1429. package/script/api/subscription/_methods/userNonFundingLedgerUpdates.js +94 -0
  1430. package/script/api/subscription/_methods/userNonFundingLedgerUpdates.js.map +1 -0
  1431. package/script/api/subscription/_methods/userTwapHistory.d.ts +61 -0
  1432. package/script/api/subscription/_methods/userTwapHistory.d.ts.map +1 -0
  1433. package/script/api/subscription/_methods/userTwapHistory.js +94 -0
  1434. package/script/api/subscription/_methods/userTwapHistory.js.map +1 -0
  1435. package/script/api/subscription/_methods/userTwapSliceFills.d.ts +61 -0
  1436. package/script/api/subscription/_methods/userTwapSliceFills.d.ts.map +1 -0
  1437. package/script/api/subscription/_methods/userTwapSliceFills.js +94 -0
  1438. package/script/api/subscription/_methods/userTwapSliceFills.js.map +1 -0
  1439. package/script/api/subscription/_methods/webData2.d.ts +51 -0
  1440. package/script/api/subscription/_methods/webData2.d.ts.map +1 -0
  1441. package/script/api/subscription/_methods/webData2.js +94 -0
  1442. package/script/api/subscription/_methods/webData2.js.map +1 -0
  1443. package/script/api/subscription/_methods/webData3.d.ts +95 -0
  1444. package/script/api/subscription/_methods/webData3.d.ts.map +1 -0
  1445. package/script/api/subscription/_methods/webData3.js +94 -0
  1446. package/script/api/subscription/_methods/webData3.js.map +1 -0
  1447. package/script/api/subscription/client.d.ts +812 -0
  1448. package/script/api/subscription/client.d.ts.map +1 -0
  1449. package/script/api/subscription/client.js +804 -0
  1450. package/script/api/subscription/client.js.map +1 -0
  1451. package/script/api/subscription/mod.d.ts.map +1 -0
  1452. package/script/api/subscription/mod.js.map +1 -0
  1453. package/script/deps/jsr.io/@std/async/1.1.1/unstable_semaphore.d.ts +94 -0
  1454. package/script/deps/jsr.io/@std/async/1.1.1/unstable_semaphore.d.ts.map +1 -0
  1455. package/script/deps/jsr.io/@std/async/1.1.1/unstable_semaphore.js +142 -0
  1456. package/script/deps/jsr.io/@std/async/1.1.1/unstable_semaphore.js.map +1 -0
  1457. package/script/mod.d.ts +35 -0
  1458. package/script/mod.d.ts.map +1 -0
  1459. package/script/mod.js +54 -0
  1460. package/script/mod.js.map +1 -0
  1461. package/script/signing/_abstractWallet.d.ts +114 -0
  1462. package/script/signing/_abstractWallet.d.ts.map +1 -0
  1463. package/script/signing/_abstractWallet.js +172 -0
  1464. package/script/signing/_abstractWallet.js.map +1 -0
  1465. package/script/signing/_canonicalize.d.ts +32 -0
  1466. package/script/signing/_canonicalize.d.ts.map +1 -0
  1467. package/script/signing/_canonicalize.js +142 -0
  1468. package/script/signing/_canonicalize.js.map +1 -0
  1469. package/script/signing/mod.d.ts +293 -0
  1470. package/script/signing/mod.d.ts.map +1 -0
  1471. package/script/signing/mod.js +417 -0
  1472. package/script/signing/mod.js.map +1 -0
  1473. package/script/transport/_base.d.ts +49 -0
  1474. package/script/transport/_base.d.ts.map +1 -0
  1475. package/script/transport/_base.js.map +1 -0
  1476. package/script/transport/_polyfills.d.ts +48 -0
  1477. package/script/transport/_polyfills.d.ts.map +1 -0
  1478. package/script/transport/_polyfills.js +59 -0
  1479. package/script/transport/_polyfills.js.map +1 -0
  1480. package/script/transport/http/mod.d.ts +112 -0
  1481. package/script/transport/http/mod.d.ts.map +1 -0
  1482. package/script/transport/http/mod.js +168 -0
  1483. package/script/transport/http/mod.js.map +1 -0
  1484. package/script/transport/mod.d.ts.map +1 -0
  1485. package/script/transport/mod.js.map +1 -0
  1486. package/script/transport/websocket/_hyperliquidEventTarget.d.ts +67 -0
  1487. package/script/transport/websocket/_hyperliquidEventTarget.d.ts.map +1 -0
  1488. package/script/transport/websocket/_hyperliquidEventTarget.js +54 -0
  1489. package/script/transport/websocket/_hyperliquidEventTarget.js.map +1 -0
  1490. package/script/transport/websocket/_postRequest.d.ts +42 -0
  1491. package/script/transport/websocket/_postRequest.d.ts.map +1 -0
  1492. package/script/transport/websocket/_postRequest.js +245 -0
  1493. package/script/transport/websocket/_postRequest.js.map +1 -0
  1494. package/script/transport/websocket/_subscriptionManager.d.ts +50 -0
  1495. package/script/transport/websocket/_subscriptionManager.d.ts.map +1 -0
  1496. package/script/transport/websocket/_subscriptionManager.js +153 -0
  1497. package/script/transport/websocket/_subscriptionManager.js.map +1 -0
  1498. package/script/transport/websocket/mod.d.ts +142 -0
  1499. package/script/transport/websocket/mod.d.ts.map +1 -0
  1500. package/script/transport/websocket/mod.js +200 -0
  1501. package/script/transport/websocket/mod.js.map +1 -0
  1502. package/script/utils/_format.d.ts +42 -0
  1503. package/script/utils/_format.d.ts.map +1 -0
  1504. package/script/utils/_format.js +183 -0
  1505. package/script/utils/_format.js.map +1 -0
  1506. package/script/utils/_symbolConverter.d.ts +156 -0
  1507. package/script/utils/_symbolConverter.d.ts.map +1 -0
  1508. package/script/utils/_symbolConverter.js +246 -0
  1509. package/script/utils/_symbolConverter.js.map +1 -0
  1510. package/script/utils/mod.d.ts +27 -0
  1511. package/script/utils/mod.d.ts.map +1 -0
  1512. package/script/utils/mod.js +46 -0
  1513. package/script/utils/mod.js.map +1 -0
  1514. package/src/_base.ts +31 -0
  1515. package/src/api/_schemas.ts +100 -0
  1516. package/src/api/exchange/_methods/_base/_nonce.ts +33 -0
  1517. package/src/api/exchange/_methods/_base/_semaphore.ts +79 -0
  1518. package/src/api/exchange/_methods/_base/errors.ts +122 -0
  1519. package/src/api/exchange/_methods/_base/execute.ts +280 -0
  1520. package/src/api/exchange/_methods/agentEnableDexAbstraction.ts +118 -0
  1521. package/src/api/exchange/_methods/agentSendAsset.ts +139 -0
  1522. package/src/api/exchange/_methods/agentSetAbstraction.ts +130 -0
  1523. package/src/api/exchange/_methods/approveAgent.ts +175 -0
  1524. package/src/api/exchange/_methods/approveBuilderFee.ts +143 -0
  1525. package/src/api/exchange/_methods/batchModify.ts +176 -0
  1526. package/src/api/exchange/_methods/borrowLend.ts +131 -0
  1527. package/src/api/exchange/_methods/cDeposit.ts +139 -0
  1528. package/src/api/exchange/_methods/cSignerAction.ts +147 -0
  1529. package/src/api/exchange/_methods/cValidatorAction.ts +190 -0
  1530. package/src/api/exchange/_methods/cWithdraw.ts +139 -0
  1531. package/src/api/exchange/_methods/cancel.ts +133 -0
  1532. package/src/api/exchange/_methods/cancelByCloid.ts +120 -0
  1533. package/src/api/exchange/_methods/claimRewards.ts +114 -0
  1534. package/src/api/exchange/_methods/convertToMultiSigUser.ts +184 -0
  1535. package/src/api/exchange/_methods/createSubAccount.ts +126 -0
  1536. package/src/api/exchange/_methods/createVault.ts +135 -0
  1537. package/src/api/exchange/_methods/evmUserModify.ts +123 -0
  1538. package/src/api/exchange/_methods/linkStakingUser.ts +151 -0
  1539. package/src/api/exchange/_methods/modify.ts +181 -0
  1540. package/src/api/exchange/_methods/noop.ts +114 -0
  1541. package/src/api/exchange/_methods/order.ts +241 -0
  1542. package/src/api/exchange/_methods/perpDeploy.ts +323 -0
  1543. package/src/api/exchange/_methods/registerReferrer.ts +123 -0
  1544. package/src/api/exchange/_methods/reserveRequestWeight.ts +123 -0
  1545. package/src/api/exchange/_methods/scheduleCancel.ts +143 -0
  1546. package/src/api/exchange/_methods/sendAsset.ts +161 -0
  1547. package/src/api/exchange/_methods/sendToEvmWithData.ts +167 -0
  1548. package/src/api/exchange/_methods/setDisplayName.ts +126 -0
  1549. package/src/api/exchange/_methods/setReferrer.ts +123 -0
  1550. package/src/api/exchange/_methods/spotDeploy.ts +232 -0
  1551. package/src/api/exchange/_methods/spotSend.ts +147 -0
  1552. package/src/api/exchange/_methods/spotUser.ts +126 -0
  1553. package/src/api/exchange/_methods/subAccountModify.ts +126 -0
  1554. package/src/api/exchange/_methods/subAccountSpotTransfer.ts +132 -0
  1555. package/src/api/exchange/_methods/subAccountTransfer.ts +129 -0
  1556. package/src/api/exchange/_methods/tokenDelegate.ts +147 -0
  1557. package/src/api/exchange/_methods/topUpIsolatedOnlyMargin.ts +128 -0
  1558. package/src/api/exchange/_methods/twapCancel.ts +129 -0
  1559. package/src/api/exchange/_methods/twapOrder.ts +152 -0
  1560. package/src/api/exchange/_methods/updateIsolatedMargin.ts +131 -0
  1561. package/src/api/exchange/_methods/updateLeverage.ts +131 -0
  1562. package/src/api/exchange/_methods/usdClassTransfer.ts +143 -0
  1563. package/src/api/exchange/_methods/usdSend.ts +143 -0
  1564. package/src/api/exchange/_methods/userDexAbstraction.ts +147 -0
  1565. package/src/api/exchange/_methods/userPortfolioMargin.ts +143 -0
  1566. package/src/api/exchange/_methods/userSetAbstraction.ts +143 -0
  1567. package/src/api/exchange/_methods/validatorL1Stream.ts +123 -0
  1568. package/src/api/exchange/_methods/vaultDistribute.ts +129 -0
  1569. package/src/api/exchange/_methods/vaultModify.ts +129 -0
  1570. package/src/api/exchange/_methods/vaultTransfer.ts +129 -0
  1571. package/src/api/exchange/_methods/withdraw3.ts +143 -0
  1572. package/src/api/exchange/client.ts +2497 -0
  1573. package/src/api/exchange/mod.ts +94 -0
  1574. package/src/api/info/_methods/_base/commonSchemas.ts +411 -0
  1575. package/src/api/info/_methods/_base/types.ts +12 -0
  1576. package/src/api/info/_methods/activeAssetData.ts +121 -0
  1577. package/src/api/info/_methods/alignedQuoteTokenInfo.ts +96 -0
  1578. package/src/api/info/_methods/allBorrowLendReserveStates.ts +64 -0
  1579. package/src/api/info/_methods/allMids.ts +85 -0
  1580. package/src/api/info/_methods/allPerpMetas.ts +64 -0
  1581. package/src/api/info/_methods/approvedBuilders.ts +74 -0
  1582. package/src/api/info/_methods/blockDetails.ts +99 -0
  1583. package/src/api/info/_methods/borrowLendReserveState.ts +115 -0
  1584. package/src/api/info/_methods/borrowLendUserState.ts +111 -0
  1585. package/src/api/info/_methods/candleSnapshot.ts +121 -0
  1586. package/src/api/info/_methods/clearinghouseState.ts +217 -0
  1587. package/src/api/info/_methods/delegations.ts +87 -0
  1588. package/src/api/info/_methods/delegatorHistory.ts +120 -0
  1589. package/src/api/info/_methods/delegatorRewards.ts +84 -0
  1590. package/src/api/info/_methods/delegatorSummary.ts +92 -0
  1591. package/src/api/info/_methods/exchangeStatus.ts +67 -0
  1592. package/src/api/info/_methods/extraAgents.ts +84 -0
  1593. package/src/api/info/_methods/frontendOpenOrders.ts +77 -0
  1594. package/src/api/info/_methods/fundingHistory.ts +94 -0
  1595. package/src/api/info/_methods/gossipRootIps.ts +62 -0
  1596. package/src/api/info/_methods/historicalOrders.ts +113 -0
  1597. package/src/api/info/_methods/isVip.ts +74 -0
  1598. package/src/api/info/_methods/l2Book.ts +104 -0
  1599. package/src/api/info/_methods/leadingVaults.ts +82 -0
  1600. package/src/api/info/_methods/legalCheck.ts +81 -0
  1601. package/src/api/info/_methods/liquidatable.ts +62 -0
  1602. package/src/api/info/_methods/marginTable.ts +88 -0
  1603. package/src/api/info/_methods/maxBuilderFee.ts +78 -0
  1604. package/src/api/info/_methods/maxMarketOrderNtls.ts +62 -0
  1605. package/src/api/info/_methods/meta.ts +110 -0
  1606. package/src/api/info/_methods/metaAndAssetCtxs.ts +85 -0
  1607. package/src/api/info/_methods/openOrders.ts +77 -0
  1608. package/src/api/info/_methods/orderStatus.ts +126 -0
  1609. package/src/api/info/_methods/outcomeMeta.ts +94 -0
  1610. package/src/api/info/_methods/perpAnnotation.ts +81 -0
  1611. package/src/api/info/_methods/perpCategories.ts +67 -0
  1612. package/src/api/info/_methods/perpConciseAnnotations.ts +74 -0
  1613. package/src/api/info/_methods/perpDeployAuctionStatus.ts +82 -0
  1614. package/src/api/info/_methods/perpDexLimits.ts +94 -0
  1615. package/src/api/info/_methods/perpDexStatus.ts +78 -0
  1616. package/src/api/info/_methods/perpDexs.ts +116 -0
  1617. package/src/api/info/_methods/perpsAtOpenInterestCap.ts +82 -0
  1618. package/src/api/info/_methods/portfolio.ts +104 -0
  1619. package/src/api/info/_methods/preTransferCheck.ts +89 -0
  1620. package/src/api/info/_methods/predictedFundings.ts +82 -0
  1621. package/src/api/info/_methods/recentTrades.ts +103 -0
  1622. package/src/api/info/_methods/referral.ts +223 -0
  1623. package/src/api/info/_methods/spotClearinghouseState.ts +111 -0
  1624. package/src/api/info/_methods/spotDeployState.ts +134 -0
  1625. package/src/api/info/_methods/spotMeta.ts +109 -0
  1626. package/src/api/info/_methods/spotMetaAndAssetCtxs.ts +65 -0
  1627. package/src/api/info/_methods/spotPairDeployAuctionStatus.ts +64 -0
  1628. package/src/api/info/_methods/subAccounts.ts +93 -0
  1629. package/src/api/info/_methods/subAccounts2.ts +93 -0
  1630. package/src/api/info/_methods/tokenDetails.ts +164 -0
  1631. package/src/api/info/_methods/twapHistory.ts +98 -0
  1632. package/src/api/info/_methods/txDetails.ts +80 -0
  1633. package/src/api/info/_methods/userAbstraction.ts +79 -0
  1634. package/src/api/info/_methods/userBorrowLendInterest.ts +94 -0
  1635. package/src/api/info/_methods/userDetails.ts +80 -0
  1636. package/src/api/info/_methods/userDexAbstraction.ts +74 -0
  1637. package/src/api/info/_methods/userFees.ts +251 -0
  1638. package/src/api/info/_methods/userFills.ts +98 -0
  1639. package/src/api/info/_methods/userFillsByTime.ts +84 -0
  1640. package/src/api/info/_methods/userFunding.ts +110 -0
  1641. package/src/api/info/_methods/userNonFundingLedgerUpdates.ts +457 -0
  1642. package/src/api/info/_methods/userRateLimit.ts +86 -0
  1643. package/src/api/info/_methods/userRole.ts +99 -0
  1644. package/src/api/info/_methods/userToMultiSigSigners.ts +82 -0
  1645. package/src/api/info/_methods/userTwapSliceFills.ts +80 -0
  1646. package/src/api/info/_methods/userTwapSliceFillsByTime.ts +82 -0
  1647. package/src/api/info/_methods/userVaultEquities.ts +87 -0
  1648. package/src/api/info/_methods/validatorL1Votes.ts +76 -0
  1649. package/src/api/info/_methods/validatorSummaries.ts +114 -0
  1650. package/src/api/info/_methods/vaultDetails.ts +171 -0
  1651. package/src/api/info/_methods/vaultSummaries.ts +88 -0
  1652. package/src/api/info/_methods/webData2.ts +128 -0
  1653. package/src/api/info/client.ts +2617 -0
  1654. package/src/api/info/mod.ts +105 -0
  1655. package/src/api/subscription/_methods/activeAssetCtx.ts +83 -0
  1656. package/src/api/subscription/_methods/activeAssetData.ts +81 -0
  1657. package/src/api/subscription/_methods/activeSpotAssetCtx.ts +83 -0
  1658. package/src/api/subscription/_methods/allDexsAssetCtxs.ts +73 -0
  1659. package/src/api/subscription/_methods/allDexsClearinghouseState.ts +90 -0
  1660. package/src/api/subscription/_methods/allMids.ts +98 -0
  1661. package/src/api/subscription/_methods/assetCtxs.ts +98 -0
  1662. package/src/api/subscription/_methods/bbo.ts +109 -0
  1663. package/src/api/subscription/_methods/candle.ts +114 -0
  1664. package/src/api/subscription/_methods/clearinghouseState.ts +95 -0
  1665. package/src/api/subscription/_methods/explorerBlock.ts +83 -0
  1666. package/src/api/subscription/_methods/explorerTxs.ts +68 -0
  1667. package/src/api/subscription/_methods/l2Book.ts +115 -0
  1668. package/src/api/subscription/_methods/notification.ts +79 -0
  1669. package/src/api/subscription/_methods/openOrders.ts +95 -0
  1670. package/src/api/subscription/_methods/orderUpdates.ts +115 -0
  1671. package/src/api/subscription/_methods/spotAssetCtxs.ts +68 -0
  1672. package/src/api/subscription/_methods/spotState.ts +89 -0
  1673. package/src/api/subscription/_methods/trades.ts +78 -0
  1674. package/src/api/subscription/_methods/twapStates.ts +95 -0
  1675. package/src/api/subscription/_methods/userEvents.ts +151 -0
  1676. package/src/api/subscription/_methods/userFills.ts +95 -0
  1677. package/src/api/subscription/_methods/userFundings.ts +110 -0
  1678. package/src/api/subscription/_methods/userHistoricalOrders.ts +89 -0
  1679. package/src/api/subscription/_methods/userNonFundingLedgerUpdates.ts +92 -0
  1680. package/src/api/subscription/_methods/userTwapHistory.ts +89 -0
  1681. package/src/api/subscription/_methods/userTwapSliceFills.ts +89 -0
  1682. package/src/api/subscription/_methods/webData2.ts +79 -0
  1683. package/src/api/subscription/_methods/webData3.ts +123 -0
  1684. package/src/api/subscription/client.ts +1109 -0
  1685. package/src/deps/jsr.io/@std/async/1.1.1/unstable_semaphore.ts +147 -0
  1686. package/src/mod.ts +35 -0
  1687. package/src/signing/_abstractWallet.ts +285 -0
  1688. package/src/signing/_canonicalize.ts +179 -0
  1689. package/src/signing/mod.ts +577 -0
  1690. package/src/transport/_base.ts +55 -0
  1691. package/src/transport/_polyfills.ts +64 -0
  1692. package/src/transport/http/mod.ts +206 -0
  1693. package/src/transport/websocket/_hyperliquidEventTarget.ts +125 -0
  1694. package/src/transport/websocket/_postRequest.ts +308 -0
  1695. package/src/transport/websocket/_subscriptionManager.ts +194 -0
  1696. package/src/transport/websocket/mod.ts +278 -0
  1697. package/src/utils/_format.ts +196 -0
  1698. package/src/utils/_symbolConverter.ts +280 -0
  1699. package/src/utils/mod.ts +27 -0
  1700. package/esm/_dnt.shims.d.ts +0 -2
  1701. package/esm/_dnt.shims.d.ts.map +0 -1
  1702. package/esm/_dnt.shims.js +0 -58
  1703. package/esm/_dnt.shims.js.map +0 -1
  1704. package/esm/bin/_utils.d.ts +0 -116
  1705. package/esm/bin/_utils.d.ts.map +0 -1
  1706. package/esm/bin/_utils.js +0 -204
  1707. package/esm/bin/_utils.js.map +0 -1
  1708. package/esm/bin/cli.d.ts +0 -3
  1709. package/esm/bin/cli.d.ts.map +0 -1
  1710. package/esm/bin/cli.js +0 -323
  1711. package/esm/bin/cli.js.map +0 -1
  1712. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/abstract/curve.d.ts +0 -195
  1713. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/abstract/curve.d.ts.map +0 -1
  1714. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/abstract/curve.js +0 -457
  1715. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/abstract/curve.js.map +0 -1
  1716. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/abstract/hash-to-curve.d.ts +0 -90
  1717. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/abstract/hash-to-curve.d.ts.map +0 -1
  1718. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/abstract/hash-to-curve.js +0 -207
  1719. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/abstract/hash-to-curve.js.map +0 -1
  1720. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/abstract/modular.d.ts +0 -159
  1721. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/abstract/modular.d.ts.map +0 -1
  1722. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/abstract/modular.js +0 -555
  1723. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/abstract/modular.js.map +0 -1
  1724. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/abstract/weierstrass.d.ts +0 -325
  1725. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/abstract/weierstrass.d.ts.map +0 -1
  1726. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/abstract/weierstrass.js +0 -1222
  1727. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/abstract/weierstrass.js.map +0 -1
  1728. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/secp256k1.d.ts +0 -76
  1729. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/secp256k1.d.ts.map +0 -1
  1730. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/secp256k1.js +0 -283
  1731. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/secp256k1.js.map +0 -1
  1732. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/utils.d.ts +0 -103
  1733. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/utils.d.ts.map +0 -1
  1734. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/utils.js +0 -241
  1735. package/esm/deps/jsr.io/@noble/curves/2.0.1/src/utils.js.map +0 -1
  1736. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/_md.d.ts +0 -49
  1737. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/_md.d.ts.map +0 -1
  1738. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/_md.js +0 -147
  1739. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/_md.js.map +0 -1
  1740. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/_u64.d.ts +0 -55
  1741. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/_u64.d.ts.map +0 -1
  1742. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/_u64.js +0 -67
  1743. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/_u64.js.map +0 -1
  1744. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/hmac.d.ts +0 -36
  1745. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/hmac.d.ts.map +0 -1
  1746. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/hmac.js +0 -90
  1747. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/hmac.js.map +0 -1
  1748. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/sha2.d.ts +0 -199
  1749. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/sha2.d.ts.map +0 -1
  1750. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/sha2.js +0 -397
  1751. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/sha2.js.map +0 -1
  1752. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/sha3.d.ts +0 -58
  1753. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/sha3.d.ts.map +0 -1
  1754. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/sha3.js +0 -254
  1755. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/sha3.js.map +0 -1
  1756. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/utils.d.ts +0 -124
  1757. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/utils.d.ts.map +0 -1
  1758. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/utils.js +0 -243
  1759. package/esm/deps/jsr.io/@noble/hashes/2.0.1/src/utils.js.map +0 -1
  1760. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/advanced/abi-mapper.d.ts +0 -44
  1761. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/advanced/abi-mapper.d.ts.map +0 -1
  1762. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/advanced/abi-mapper.js +0 -144
  1763. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/advanced/abi-mapper.js.map +0 -1
  1764. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/address.d.ts +0 -38
  1765. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/address.d.ts.map +0 -1
  1766. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/address.js +0 -96
  1767. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/address.js.map +0 -1
  1768. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/rlp.d.ts +0 -23
  1769. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/rlp.d.ts.map +0 -1
  1770. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/rlp.js +0 -98
  1771. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/rlp.js.map +0 -1
  1772. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/tx-internal.d.ts +0 -300
  1773. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/tx-internal.d.ts.map +0 -1
  1774. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/tx-internal.js +0 -535
  1775. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/tx-internal.js.map +0 -1
  1776. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/tx.d.ts +0 -98
  1777. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/tx.d.ts.map +0 -1
  1778. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/tx.js +0 -207
  1779. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/tx.js.map +0 -1
  1780. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/typed-data.d.ts +0 -78
  1781. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/typed-data.d.ts.map +0 -1
  1782. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/typed-data.js +0 -298
  1783. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/typed-data.js.map +0 -1
  1784. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/index.d.ts +0 -6
  1785. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/index.d.ts.map +0 -1
  1786. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/index.js +0 -6
  1787. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/index.js.map +0 -1
  1788. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/utils.d.ts +0 -66
  1789. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/utils.d.ts.map +0 -1
  1790. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/utils.js +0 -180
  1791. package/esm/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/utils.js.map +0 -1
  1792. package/esm/deps/jsr.io/@paulmillr/micro-packed/0.8.0/src/index.d.ts +0 -877
  1793. package/esm/deps/jsr.io/@paulmillr/micro-packed/0.8.0/src/index.d.ts.map +0 -1
  1794. package/esm/deps/jsr.io/@paulmillr/micro-packed/0.8.0/src/index.js +0 -2001
  1795. package/esm/deps/jsr.io/@paulmillr/micro-packed/0.8.0/src/index.js.map +0 -1
  1796. package/esm/deps/jsr.io/@scure/base/2.0.0/index.d.ts +0 -294
  1797. package/esm/deps/jsr.io/@scure/base/2.0.0/index.d.ts.map +0 -1
  1798. package/esm/deps/jsr.io/@scure/base/2.0.0/index.js +0 -704
  1799. package/esm/deps/jsr.io/@scure/base/2.0.0/index.js.map +0 -1
  1800. package/esm/deps/jsr.io/@std/async/1.0.16/unstable_semaphore.d.ts +0 -93
  1801. package/esm/deps/jsr.io/@std/async/1.0.16/unstable_semaphore.d.ts.map +0 -1
  1802. package/esm/deps/jsr.io/@std/async/1.0.16/unstable_semaphore.js +0 -137
  1803. package/esm/deps/jsr.io/@std/async/1.0.16/unstable_semaphore.js.map +0 -1
  1804. package/esm/src/_base.d.ts +0 -5
  1805. package/esm/src/_base.d.ts.map +0 -1
  1806. package/esm/src/_base.js +0 -8
  1807. package/esm/src/_base.js.map +0 -1
  1808. package/esm/src/api/_schemas.d.ts +0 -20
  1809. package/esm/src/api/_schemas.d.ts.map +0 -1
  1810. package/esm/src/api/_schemas.js +0 -58
  1811. package/esm/src/api/_schemas.js.map +0 -1
  1812. package/esm/src/api/exchange/_methods/_base/_nonce.d.ts +0 -13
  1813. package/esm/src/api/exchange/_methods/_base/_nonce.d.ts.map +0 -1
  1814. package/esm/src/api/exchange/_methods/_base/_nonce.js +0 -26
  1815. package/esm/src/api/exchange/_methods/_base/_nonce.js.map +0 -1
  1816. package/esm/src/api/exchange/_methods/_base/_semaphore.d.ts +0 -9
  1817. package/esm/src/api/exchange/_methods/_base/_semaphore.d.ts.map +0 -1
  1818. package/esm/src/api/exchange/_methods/_base/_semaphore.js +0 -71
  1819. package/esm/src/api/exchange/_methods/_base/_semaphore.js.map +0 -1
  1820. package/esm/src/api/exchange/_methods/_base/commonSchemas.d.ts +0 -48
  1821. package/esm/src/api/exchange/_methods/_base/commonSchemas.d.ts.map +0 -1
  1822. package/esm/src/api/exchange/_methods/_base/commonSchemas.js +0 -39
  1823. package/esm/src/api/exchange/_methods/_base/commonSchemas.js.map +0 -1
  1824. package/esm/src/api/exchange/_methods/_base/errors.d.ts +0 -49
  1825. package/esm/src/api/exchange/_methods/_base/errors.d.ts.map +0 -1
  1826. package/esm/src/api/exchange/_methods/_base/errors.js +0 -73
  1827. package/esm/src/api/exchange/_methods/_base/errors.js.map +0 -1
  1828. package/esm/src/api/exchange/_methods/_base/execute.d.ts +0 -85
  1829. package/esm/src/api/exchange/_methods/_base/execute.d.ts.map +0 -1
  1830. package/esm/src/api/exchange/_methods/_base/execute.js +0 -241
  1831. package/esm/src/api/exchange/_methods/_base/execute.js.map +0 -1
  1832. package/esm/src/api/exchange/_methods/agentEnableDexAbstraction.d.ts +0 -111
  1833. package/esm/src/api/exchange/_methods/agentEnableDexAbstraction.d.ts.map +0 -1
  1834. package/esm/src/api/exchange/_methods/agentEnableDexAbstraction.js +0 -67
  1835. package/esm/src/api/exchange/_methods/agentEnableDexAbstraction.js.map +0 -1
  1836. package/esm/src/api/exchange/_methods/approveAgent.d.ts +0 -193
  1837. package/esm/src/api/exchange/_methods/approveAgent.d.ts.map +0 -1
  1838. package/esm/src/api/exchange/_methods/approveAgent.js +0 -92
  1839. package/esm/src/api/exchange/_methods/approveAgent.js.map +0 -1
  1840. package/esm/src/api/exchange/_methods/approveBuilderFee.d.ts +0 -193
  1841. package/esm/src/api/exchange/_methods/approveBuilderFee.d.ts.map +0 -1
  1842. package/esm/src/api/exchange/_methods/approveBuilderFee.js +0 -92
  1843. package/esm/src/api/exchange/_methods/approveBuilderFee.js.map +0 -1
  1844. package/esm/src/api/exchange/_methods/batchModify.d.ts +0 -708
  1845. package/esm/src/api/exchange/_methods/batchModify.d.ts.map +0 -1
  1846. package/esm/src/api/exchange/_methods/batchModify.js +0 -145
  1847. package/esm/src/api/exchange/_methods/batchModify.js.map +0 -1
  1848. package/esm/src/api/exchange/_methods/cDeposit.d.ts +0 -180
  1849. package/esm/src/api/exchange/_methods/cDeposit.d.ts.map +0 -1
  1850. package/esm/src/api/exchange/_methods/cDeposit.js +0 -89
  1851. package/esm/src/api/exchange/_methods/cDeposit.js.map +0 -1
  1852. package/esm/src/api/exchange/_methods/cSignerAction.d.ts +0 -198
  1853. package/esm/src/api/exchange/_methods/cSignerAction.d.ts.map +0 -1
  1854. package/esm/src/api/exchange/_methods/cSignerAction.js +0 -91
  1855. package/esm/src/api/exchange/_methods/cSignerAction.js.map +0 -1
  1856. package/esm/src/api/exchange/_methods/cValidatorAction.d.ts +0 -626
  1857. package/esm/src/api/exchange/_methods/cValidatorAction.d.ts.map +0 -1
  1858. package/esm/src/api/exchange/_methods/cValidatorAction.js +0 -134
  1859. package/esm/src/api/exchange/_methods/cValidatorAction.js.map +0 -1
  1860. package/esm/src/api/exchange/_methods/cWithdraw.d.ts +0 -180
  1861. package/esm/src/api/exchange/_methods/cWithdraw.d.ts.map +0 -1
  1862. package/esm/src/api/exchange/_methods/cWithdraw.js +0 -89
  1863. package/esm/src/api/exchange/_methods/cWithdraw.js.map +0 -1
  1864. package/esm/src/api/exchange/_methods/cancel.d.ts +0 -217
  1865. package/esm/src/api/exchange/_methods/cancel.d.ts.map +0 -1
  1866. package/esm/src/api/exchange/_methods/cancel.js +0 -107
  1867. package/esm/src/api/exchange/_methods/cancel.js.map +0 -1
  1868. package/esm/src/api/exchange/_methods/cancelByCloid.d.ts +0 -221
  1869. package/esm/src/api/exchange/_methods/cancelByCloid.d.ts.map +0 -1
  1870. package/esm/src/api/exchange/_methods/cancelByCloid.js +0 -89
  1871. package/esm/src/api/exchange/_methods/cancelByCloid.js.map +0 -1
  1872. package/esm/src/api/exchange/_methods/claimRewards.d.ts +0 -101
  1873. package/esm/src/api/exchange/_methods/claimRewards.d.ts.map +0 -1
  1874. package/esm/src/api/exchange/_methods/claimRewards.js +0 -57
  1875. package/esm/src/api/exchange/_methods/claimRewards.js.map +0 -1
  1876. package/esm/src/api/exchange/_methods/convertToMultiSigUser.d.ts +0 -296
  1877. package/esm/src/api/exchange/_methods/convertToMultiSigUser.d.ts.map +0 -1
  1878. package/esm/src/api/exchange/_methods/convertToMultiSigUser.js +0 -128
  1879. package/esm/src/api/exchange/_methods/convertToMultiSigUser.js.map +0 -1
  1880. package/esm/src/api/exchange/_methods/createSubAccount.d.ts +0 -146
  1881. package/esm/src/api/exchange/_methods/createSubAccount.d.ts.map +0 -1
  1882. package/esm/src/api/exchange/_methods/createSubAccount.js +0 -82
  1883. package/esm/src/api/exchange/_methods/createSubAccount.js.map +0 -1
  1884. package/esm/src/api/exchange/_methods/createVault.d.ts +0 -190
  1885. package/esm/src/api/exchange/_methods/createVault.d.ts.map +0 -1
  1886. package/esm/src/api/exchange/_methods/createVault.js +0 -94
  1887. package/esm/src/api/exchange/_methods/createVault.js.map +0 -1
  1888. package/esm/src/api/exchange/_methods/evmUserModify.d.ts +0 -152
  1889. package/esm/src/api/exchange/_methods/evmUserModify.d.ts.map +0 -1
  1890. package/esm/src/api/exchange/_methods/evmUserModify.js +0 -77
  1891. package/esm/src/api/exchange/_methods/evmUserModify.js.map +0 -1
  1892. package/esm/src/api/exchange/_methods/linkStakingUser.d.ts +0 -217
  1893. package/esm/src/api/exchange/_methods/linkStakingUser.d.ts.map +0 -1
  1894. package/esm/src/api/exchange/_methods/linkStakingUser.js +0 -104
  1895. package/esm/src/api/exchange/_methods/linkStakingUser.js.map +0 -1
  1896. package/esm/src/api/exchange/_methods/modify.d.ts +0 -521
  1897. package/esm/src/api/exchange/_methods/modify.d.ts.map +0 -1
  1898. package/esm/src/api/exchange/_methods/modify.js +0 -138
  1899. package/esm/src/api/exchange/_methods/modify.js.map +0 -1
  1900. package/esm/src/api/exchange/_methods/noop.d.ts +0 -111
  1901. package/esm/src/api/exchange/_methods/noop.d.ts.map +0 -1
  1902. package/esm/src/api/exchange/_methods/noop.js +0 -67
  1903. package/esm/src/api/exchange/_methods/noop.js.map +0 -1
  1904. package/esm/src/api/exchange/_methods/order.d.ts +0 -685
  1905. package/esm/src/api/exchange/_methods/order.d.ts.map +0 -1
  1906. package/esm/src/api/exchange/_methods/order.js +0 -197
  1907. package/esm/src/api/exchange/_methods/order.js.map +0 -1
  1908. package/esm/src/api/exchange/_methods/perpDeploy.d.ts +0 -1457
  1909. package/esm/src/api/exchange/_methods/perpDeploy.d.ts.map +0 -1
  1910. package/esm/src/api/exchange/_methods/perpDeploy.js +0 -272
  1911. package/esm/src/api/exchange/_methods/perpDeploy.js.map +0 -1
  1912. package/esm/src/api/exchange/_methods/registerReferrer.d.ts +0 -144
  1913. package/esm/src/api/exchange/_methods/registerReferrer.d.ts.map +0 -1
  1914. package/esm/src/api/exchange/_methods/registerReferrer.js +0 -69
  1915. package/esm/src/api/exchange/_methods/registerReferrer.js.map +0 -1
  1916. package/esm/src/api/exchange/_methods/reserveRequestWeight.d.ts +0 -152
  1917. package/esm/src/api/exchange/_methods/reserveRequestWeight.d.ts.map +0 -1
  1918. package/esm/src/api/exchange/_methods/reserveRequestWeight.js +0 -78
  1919. package/esm/src/api/exchange/_methods/reserveRequestWeight.js.map +0 -1
  1920. package/esm/src/api/exchange/_methods/scheduleCancel.d.ts +0 -171
  1921. package/esm/src/api/exchange/_methods/scheduleCancel.d.ts.map +0 -1
  1922. package/esm/src/api/exchange/_methods/scheduleCancel.js +0 -59
  1923. package/esm/src/api/exchange/_methods/scheduleCancel.js.map +0 -1
  1924. package/esm/src/api/exchange/_methods/sendAsset.d.ts +0 -251
  1925. package/esm/src/api/exchange/_methods/sendAsset.d.ts.map +0 -1
  1926. package/esm/src/api/exchange/_methods/sendAsset.js +0 -110
  1927. package/esm/src/api/exchange/_methods/sendAsset.js.map +0 -1
  1928. package/esm/src/api/exchange/_methods/setDisplayName.d.ts +0 -153
  1929. package/esm/src/api/exchange/_methods/setDisplayName.d.ts.map +0 -1
  1930. package/esm/src/api/exchange/_methods/setDisplayName.js +0 -73
  1931. package/esm/src/api/exchange/_methods/setDisplayName.js.map +0 -1
  1932. package/esm/src/api/exchange/_methods/setReferrer.d.ts +0 -144
  1933. package/esm/src/api/exchange/_methods/setReferrer.d.ts.map +0 -1
  1934. package/esm/src/api/exchange/_methods/setReferrer.js +0 -69
  1935. package/esm/src/api/exchange/_methods/setReferrer.js.map +0 -1
  1936. package/esm/src/api/exchange/_methods/spotDeploy.d.ts +0 -939
  1937. package/esm/src/api/exchange/_methods/spotDeploy.d.ts.map +0 -1
  1938. package/esm/src/api/exchange/_methods/spotDeploy.js +0 -198
  1939. package/esm/src/api/exchange/_methods/spotDeploy.js.map +0 -1
  1940. package/esm/src/api/exchange/_methods/spotSend.d.ts +0 -210
  1941. package/esm/src/api/exchange/_methods/spotSend.d.ts.map +0 -1
  1942. package/esm/src/api/exchange/_methods/spotSend.js +0 -99
  1943. package/esm/src/api/exchange/_methods/spotSend.js.map +0 -1
  1944. package/esm/src/api/exchange/_methods/spotUser.d.ts +0 -173
  1945. package/esm/src/api/exchange/_methods/spotUser.d.ts.map +0 -1
  1946. package/esm/src/api/exchange/_methods/spotUser.js +0 -72
  1947. package/esm/src/api/exchange/_methods/spotUser.js.map +0 -1
  1948. package/esm/src/api/exchange/_methods/subAccountModify.d.ts +0 -157
  1949. package/esm/src/api/exchange/_methods/subAccountModify.d.ts.map +0 -1
  1950. package/esm/src/api/exchange/_methods/subAccountModify.js +0 -71
  1951. package/esm/src/api/exchange/_methods/subAccountModify.js.map +0 -1
  1952. package/esm/src/api/exchange/_methods/subAccountSpotTransfer.d.ts +0 -188
  1953. package/esm/src/api/exchange/_methods/subAccountSpotTransfer.d.ts.map +0 -1
  1954. package/esm/src/api/exchange/_methods/subAccountSpotTransfer.js +0 -80
  1955. package/esm/src/api/exchange/_methods/subAccountSpotTransfer.js.map +0 -1
  1956. package/esm/src/api/exchange/_methods/subAccountTransfer.d.ts +0 -170
  1957. package/esm/src/api/exchange/_methods/subAccountTransfer.d.ts.map +0 -1
  1958. package/esm/src/api/exchange/_methods/subAccountTransfer.js +0 -73
  1959. package/esm/src/api/exchange/_methods/subAccountTransfer.js.map +0 -1
  1960. package/esm/src/api/exchange/_methods/tokenDelegate.d.ts +0 -206
  1961. package/esm/src/api/exchange/_methods/tokenDelegate.d.ts.map +0 -1
  1962. package/esm/src/api/exchange/_methods/tokenDelegate.js +0 -95
  1963. package/esm/src/api/exchange/_methods/tokenDelegate.js.map +0 -1
  1964. package/esm/src/api/exchange/_methods/twapCancel.d.ts +0 -181
  1965. package/esm/src/api/exchange/_methods/twapCancel.d.ts.map +0 -1
  1966. package/esm/src/api/exchange/_methods/twapCancel.js +0 -100
  1967. package/esm/src/api/exchange/_methods/twapCancel.js.map +0 -1
  1968. package/esm/src/api/exchange/_methods/twapOrder.d.ts +0 -310
  1969. package/esm/src/api/exchange/_methods/twapOrder.d.ts.map +0 -1
  1970. package/esm/src/api/exchange/_methods/twapOrder.js +0 -126
  1971. package/esm/src/api/exchange/_methods/twapOrder.js.map +0 -1
  1972. package/esm/src/api/exchange/_methods/updateIsolatedMargin.d.ts +0 -181
  1973. package/esm/src/api/exchange/_methods/updateIsolatedMargin.d.ts.map +0 -1
  1974. package/esm/src/api/exchange/_methods/updateIsolatedMargin.js +0 -83
  1975. package/esm/src/api/exchange/_methods/updateIsolatedMargin.js.map +0 -1
  1976. package/esm/src/api/exchange/_methods/updateLeverage.d.ts +0 -181
  1977. package/esm/src/api/exchange/_methods/updateLeverage.d.ts.map +0 -1
  1978. package/esm/src/api/exchange/_methods/updateLeverage.js +0 -83
  1979. package/esm/src/api/exchange/_methods/updateLeverage.js.map +0 -1
  1980. package/esm/src/api/exchange/_methods/usdClassTransfer.d.ts +0 -193
  1981. package/esm/src/api/exchange/_methods/usdClassTransfer.d.ts.map +0 -1
  1982. package/esm/src/api/exchange/_methods/usdClassTransfer.js +0 -92
  1983. package/esm/src/api/exchange/_methods/usdClassTransfer.js.map +0 -1
  1984. package/esm/src/api/exchange/_methods/usdSend.d.ts +0 -193
  1985. package/esm/src/api/exchange/_methods/usdSend.d.ts.map +0 -1
  1986. package/esm/src/api/exchange/_methods/usdSend.js +0 -92
  1987. package/esm/src/api/exchange/_methods/usdSend.js.map +0 -1
  1988. package/esm/src/api/exchange/_methods/userDexAbstraction.d.ts +0 -193
  1989. package/esm/src/api/exchange/_methods/userDexAbstraction.d.ts.map +0 -1
  1990. package/esm/src/api/exchange/_methods/userDexAbstraction.js +0 -92
  1991. package/esm/src/api/exchange/_methods/userDexAbstraction.js.map +0 -1
  1992. package/esm/src/api/exchange/_methods/validatorL1Stream.d.ts +0 -152
  1993. package/esm/src/api/exchange/_methods/validatorL1Stream.d.ts.map +0 -1
  1994. package/esm/src/api/exchange/_methods/validatorL1Stream.js +0 -77
  1995. package/esm/src/api/exchange/_methods/validatorL1Stream.js.map +0 -1
  1996. package/esm/src/api/exchange/_methods/vaultDistribute.d.ts +0 -166
  1997. package/esm/src/api/exchange/_methods/vaultDistribute.d.ts.map +0 -1
  1998. package/esm/src/api/exchange/_methods/vaultDistribute.js +0 -75
  1999. package/esm/src/api/exchange/_methods/vaultDistribute.js.map +0 -1
  2000. package/esm/src/api/exchange/_methods/vaultModify.d.ts +0 -174
  2001. package/esm/src/api/exchange/_methods/vaultModify.d.ts.map +0 -1
  2002. package/esm/src/api/exchange/_methods/vaultModify.js +0 -77
  2003. package/esm/src/api/exchange/_methods/vaultModify.js.map +0 -1
  2004. package/esm/src/api/exchange/_methods/vaultTransfer.d.ts +0 -178
  2005. package/esm/src/api/exchange/_methods/vaultTransfer.d.ts.map +0 -1
  2006. package/esm/src/api/exchange/_methods/vaultTransfer.js +0 -81
  2007. package/esm/src/api/exchange/_methods/vaultTransfer.js.map +0 -1
  2008. package/esm/src/api/exchange/_methods/withdraw3.d.ts +0 -193
  2009. package/esm/src/api/exchange/_methods/withdraw3.d.ts.map +0 -1
  2010. package/esm/src/api/exchange/_methods/withdraw3.js +0 -92
  2011. package/esm/src/api/exchange/_methods/withdraw3.js.map +0 -1
  2012. package/esm/src/api/exchange/client.d.ts +0 -238
  2013. package/esm/src/api/exchange/client.d.ts.map +0 -1
  2014. package/esm/src/api/exchange/client.js +0 -290
  2015. package/esm/src/api/exchange/client.js.map +0 -1
  2016. package/esm/src/api/exchange/mod.d.ts +0 -86
  2017. package/esm/src/api/exchange/mod.d.ts.map +0 -1
  2018. package/esm/src/api/exchange/mod.js +0 -85
  2019. package/esm/src/api/exchange/mod.js.map +0 -1
  2020. package/esm/src/api/info/_methods/_base/commonSchemas.d.ts +0 -343
  2021. package/esm/src/api/info/_methods/_base/commonSchemas.d.ts.map +0 -1
  2022. package/esm/src/api/info/_methods/_base/commonSchemas.js +0 -341
  2023. package/esm/src/api/info/_methods/_base/commonSchemas.js.map +0 -1
  2024. package/esm/src/api/info/_methods/_base/types.d.ts +0 -7
  2025. package/esm/src/api/info/_methods/_base/types.d.ts.map +0 -1
  2026. package/esm/src/api/info/_methods/_base/types.js +0 -2
  2027. package/esm/src/api/info/_methods/_base/types.js.map +0 -1
  2028. package/esm/src/api/info/_methods/activeAssetData.d.ts +0 -102
  2029. package/esm/src/api/info/_methods/activeAssetData.d.ts.map +0 -1
  2030. package/esm/src/api/info/_methods/activeAssetData.js +0 -89
  2031. package/esm/src/api/info/_methods/activeAssetData.js.map +0 -1
  2032. package/esm/src/api/info/_methods/alignedQuoteTokenInfo.d.ts +0 -66
  2033. package/esm/src/api/info/_methods/alignedQuoteTokenInfo.d.ts.map +0 -1
  2034. package/esm/src/api/info/_methods/alignedQuoteTokenInfo.js +0 -69
  2035. package/esm/src/api/info/_methods/alignedQuoteTokenInfo.js.map +0 -1
  2036. package/esm/src/api/info/_methods/allBorrowLendReserveStates.d.ts +0 -84
  2037. package/esm/src/api/info/_methods/allBorrowLendReserveStates.d.ts.map +0 -1
  2038. package/esm/src/api/info/_methods/allBorrowLendReserveStates.js +0 -73
  2039. package/esm/src/api/info/_methods/allBorrowLendReserveStates.js.map +0 -1
  2040. package/esm/src/api/info/_methods/allMids.d.ts +0 -53
  2041. package/esm/src/api/info/_methods/allMids.d.ts.map +0 -1
  2042. package/esm/src/api/info/_methods/allMids.js +0 -34
  2043. package/esm/src/api/info/_methods/allMids.js.map +0 -1
  2044. package/esm/src/api/info/_methods/allPerpMetas.d.ts +0 -125
  2045. package/esm/src/api/info/_methods/allPerpMetas.d.ts.map +0 -1
  2046. package/esm/src/api/info/_methods/allPerpMetas.js +0 -48
  2047. package/esm/src/api/info/_methods/allPerpMetas.js.map +0 -1
  2048. package/esm/src/api/info/_methods/blockDetails.d.ts +0 -140
  2049. package/esm/src/api/info/_methods/blockDetails.d.ts.map +0 -1
  2050. package/esm/src/api/info/_methods/blockDetails.js +0 -73
  2051. package/esm/src/api/info/_methods/blockDetails.js.map +0 -1
  2052. package/esm/src/api/info/_methods/borrowLendUserState.d.ts +0 -123
  2053. package/esm/src/api/info/_methods/borrowLendUserState.d.ts.map +0 -1
  2054. package/esm/src/api/info/_methods/borrowLendUserState.js +0 -84
  2055. package/esm/src/api/info/_methods/borrowLendUserState.js.map +0 -1
  2056. package/esm/src/api/info/_methods/candleSnapshot.d.ts +0 -104
  2057. package/esm/src/api/info/_methods/candleSnapshot.d.ts.map +0 -1
  2058. package/esm/src/api/info/_methods/candleSnapshot.js +0 -89
  2059. package/esm/src/api/info/_methods/candleSnapshot.js.map +0 -1
  2060. package/esm/src/api/info/_methods/clearinghouseState.d.ts +0 -247
  2061. package/esm/src/api/info/_methods/clearinghouseState.d.ts.map +0 -1
  2062. package/esm/src/api/info/_methods/clearinghouseState.js +0 -142
  2063. package/esm/src/api/info/_methods/clearinghouseState.js.map +0 -1
  2064. package/esm/src/api/info/_methods/delegations.d.ts +0 -64
  2065. package/esm/src/api/info/_methods/delegations.d.ts.map +0 -1
  2066. package/esm/src/api/info/_methods/delegations.js +0 -66
  2067. package/esm/src/api/info/_methods/delegations.js.map +0 -1
  2068. package/esm/src/api/info/_methods/delegatorHistory.d.ts +0 -127
  2069. package/esm/src/api/info/_methods/delegatorHistory.d.ts.map +0 -1
  2070. package/esm/src/api/info/_methods/delegatorHistory.js +0 -94
  2071. package/esm/src/api/info/_methods/delegatorHistory.js.map +0 -1
  2072. package/esm/src/api/info/_methods/delegatorRewards.d.ts +0 -64
  2073. package/esm/src/api/info/_methods/delegatorRewards.d.ts.map +0 -1
  2074. package/esm/src/api/info/_methods/delegatorRewards.js +0 -66
  2075. package/esm/src/api/info/_methods/delegatorRewards.js.map +0 -1
  2076. package/esm/src/api/info/_methods/delegatorSummary.d.ts +0 -67
  2077. package/esm/src/api/info/_methods/delegatorSummary.d.ts.map +0 -1
  2078. package/esm/src/api/info/_methods/delegatorSummary.js +0 -68
  2079. package/esm/src/api/info/_methods/delegatorSummary.js.map +0 -1
  2080. package/esm/src/api/info/_methods/exchangeStatus.d.ts +0 -48
  2081. package/esm/src/api/info/_methods/exchangeStatus.d.ts.map +0 -1
  2082. package/esm/src/api/info/_methods/exchangeStatus.js +0 -53
  2083. package/esm/src/api/info/_methods/exchangeStatus.js.map +0 -1
  2084. package/esm/src/api/info/_methods/extraAgents.d.ts +0 -60
  2085. package/esm/src/api/info/_methods/extraAgents.d.ts.map +0 -1
  2086. package/esm/src/api/info/_methods/extraAgents.js +0 -62
  2087. package/esm/src/api/info/_methods/extraAgents.js.map +0 -1
  2088. package/esm/src/api/info/_methods/frontendOpenOrders.d.ts +0 -107
  2089. package/esm/src/api/info/_methods/frontendOpenOrders.d.ts.map +0 -1
  2090. package/esm/src/api/info/_methods/frontendOpenOrders.js +0 -62
  2091. package/esm/src/api/info/_methods/frontendOpenOrders.js.map +0 -1
  2092. package/esm/src/api/info/_methods/fundingHistory.d.ts +0 -73
  2093. package/esm/src/api/info/_methods/fundingHistory.d.ts.map +0 -1
  2094. package/esm/src/api/info/_methods/fundingHistory.js +0 -72
  2095. package/esm/src/api/info/_methods/fundingHistory.js.map +0 -1
  2096. package/esm/src/api/info/_methods/gossipRootIps.d.ts +0 -40
  2097. package/esm/src/api/info/_methods/gossipRootIps.d.ts.map +0 -1
  2098. package/esm/src/api/info/_methods/gossipRootIps.js +0 -47
  2099. package/esm/src/api/info/_methods/gossipRootIps.js.map +0 -1
  2100. package/esm/src/api/info/_methods/historicalOrders.d.ts +0 -163
  2101. package/esm/src/api/info/_methods/historicalOrders.d.ts.map +0 -1
  2102. package/esm/src/api/info/_methods/historicalOrders.js +0 -127
  2103. package/esm/src/api/info/_methods/historicalOrders.js.map +0 -1
  2104. package/esm/src/api/info/_methods/isVip.d.ts +0 -49
  2105. package/esm/src/api/info/_methods/isVip.d.ts.map +0 -1
  2106. package/esm/src/api/info/_methods/isVip.js +0 -55
  2107. package/esm/src/api/info/_methods/isVip.js.map +0 -1
  2108. package/esm/src/api/info/_methods/l2Book.d.ts +0 -108
  2109. package/esm/src/api/info/_methods/l2Book.d.ts.map +0 -1
  2110. package/esm/src/api/info/_methods/l2Book.js +0 -80
  2111. package/esm/src/api/info/_methods/l2Book.js.map +0 -1
  2112. package/esm/src/api/info/_methods/l3Orders.d.ts +0 -183
  2113. package/esm/src/api/info/_methods/l3Orders.d.ts.map +0 -1
  2114. package/esm/src/api/info/_methods/l3Orders.js.map +0 -1
  2115. package/esm/src/api/info/_methods/l4Orders.d.ts +0 -219
  2116. package/esm/src/api/info/_methods/l4Orders.d.ts.map +0 -1
  2117. package/esm/src/api/info/_methods/l4Orders.js.map +0 -1
  2118. package/esm/src/api/info/_methods/leadingVaults.d.ts +0 -57
  2119. package/esm/src/api/info/_methods/leadingVaults.d.ts.map +0 -1
  2120. package/esm/src/api/info/_methods/leadingVaults.js +0 -60
  2121. package/esm/src/api/info/_methods/leadingVaults.js.map +0 -1
  2122. package/esm/src/api/info/_methods/legalCheck.d.ts +0 -60
  2123. package/esm/src/api/info/_methods/legalCheck.d.ts.map +0 -1
  2124. package/esm/src/api/info/_methods/legalCheck.js +0 -62
  2125. package/esm/src/api/info/_methods/legalCheck.js.map +0 -1
  2126. package/esm/src/api/info/_methods/liquidatable.d.ts +0 -40
  2127. package/esm/src/api/info/_methods/liquidatable.d.ts.map +0 -1
  2128. package/esm/src/api/info/_methods/liquidatable.js +0 -47
  2129. package/esm/src/api/info/_methods/liquidatable.js.map +0 -1
  2130. package/esm/src/api/info/_methods/marginTable.d.ts +0 -68
  2131. package/esm/src/api/info/_methods/marginTable.d.ts.map +0 -1
  2132. package/esm/src/api/info/_methods/marginTable.js +0 -65
  2133. package/esm/src/api/info/_methods/marginTable.js.map +0 -1
  2134. package/esm/src/api/info/_methods/maxBuilderFee.d.ts +0 -56
  2135. package/esm/src/api/info/_methods/maxBuilderFee.d.ts.map +0 -1
  2136. package/esm/src/api/info/_methods/maxBuilderFee.js +0 -61
  2137. package/esm/src/api/info/_methods/maxBuilderFee.js.map +0 -1
  2138. package/esm/src/api/info/_methods/maxMarketOrderNtls.d.ts +0 -40
  2139. package/esm/src/api/info/_methods/maxMarketOrderNtls.d.ts.map +0 -1
  2140. package/esm/src/api/info/_methods/maxMarketOrderNtls.js +0 -48
  2141. package/esm/src/api/info/_methods/maxMarketOrderNtls.js.map +0 -1
  2142. package/esm/src/api/info/_methods/meta.d.ts +0 -128
  2143. package/esm/src/api/info/_methods/meta.d.ts.map +0 -1
  2144. package/esm/src/api/info/_methods/meta.js +0 -64
  2145. package/esm/src/api/info/_methods/meta.js.map +0 -1
  2146. package/esm/src/api/info/_methods/metaAndAssetCtxs.d.ts +0 -168
  2147. package/esm/src/api/info/_methods/metaAndAssetCtxs.d.ts.map +0 -1
  2148. package/esm/src/api/info/_methods/metaAndAssetCtxs.js +0 -38
  2149. package/esm/src/api/info/_methods/metaAndAssetCtxs.js.map +0 -1
  2150. package/esm/src/api/info/_methods/openOrders.d.ts +0 -86
  2151. package/esm/src/api/info/_methods/openOrders.d.ts.map +0 -1
  2152. package/esm/src/api/info/_methods/openOrders.js +0 -62
  2153. package/esm/src/api/info/_methods/openOrders.js.map +0 -1
  2154. package/esm/src/api/info/_methods/orderStatus.d.ts +0 -202
  2155. package/esm/src/api/info/_methods/orderStatus.d.ts.map +0 -1
  2156. package/esm/src/api/info/_methods/orderStatus.js +0 -144
  2157. package/esm/src/api/info/_methods/orderStatus.js.map +0 -1
  2158. package/esm/src/api/info/_methods/perpDeployAuctionStatus.d.ts +0 -61
  2159. package/esm/src/api/info/_methods/perpDeployAuctionStatus.d.ts.map +0 -1
  2160. package/esm/src/api/info/_methods/perpDeployAuctionStatus.js +0 -63
  2161. package/esm/src/api/info/_methods/perpDeployAuctionStatus.js.map +0 -1
  2162. package/esm/src/api/info/_methods/perpDexLimits.d.ts +0 -67
  2163. package/esm/src/api/info/_methods/perpDexLimits.d.ts.map +0 -1
  2164. package/esm/src/api/info/_methods/perpDexLimits.js +0 -68
  2165. package/esm/src/api/info/_methods/perpDexLimits.js.map +0 -1
  2166. package/esm/src/api/info/_methods/perpDexStatus.d.ts +0 -55
  2167. package/esm/src/api/info/_methods/perpDexStatus.d.ts.map +0 -1
  2168. package/esm/src/api/info/_methods/perpDexStatus.js +0 -59
  2169. package/esm/src/api/info/_methods/perpDexStatus.js.map +0 -1
  2170. package/esm/src/api/info/_methods/perpDexs.d.ts +0 -87
  2171. package/esm/src/api/info/_methods/perpDexs.d.ts.map +0 -1
  2172. package/esm/src/api/info/_methods/perpDexs.js +0 -78
  2173. package/esm/src/api/info/_methods/perpDexs.js.map +0 -1
  2174. package/esm/src/api/info/_methods/perpsAtOpenInterestCap.d.ts +0 -51
  2175. package/esm/src/api/info/_methods/perpsAtOpenInterestCap.d.ts.map +0 -1
  2176. package/esm/src/api/info/_methods/perpsAtOpenInterestCap.js +0 -33
  2177. package/esm/src/api/info/_methods/perpsAtOpenInterestCap.js.map +0 -1
  2178. package/esm/src/api/info/_methods/portfolio.d.ts +0 -173
  2179. package/esm/src/api/info/_methods/portfolio.d.ts.map +0 -1
  2180. package/esm/src/api/info/_methods/portfolio.js +0 -79
  2181. package/esm/src/api/info/_methods/portfolio.js.map +0 -1
  2182. package/esm/src/api/info/_methods/preTransferCheck.d.ts +0 -66
  2183. package/esm/src/api/info/_methods/preTransferCheck.d.ts.map +0 -1
  2184. package/esm/src/api/info/_methods/preTransferCheck.js +0 -66
  2185. package/esm/src/api/info/_methods/preTransferCheck.js.map +0 -1
  2186. package/esm/src/api/info/_methods/predictedFundings.d.ts +0 -55
  2187. package/esm/src/api/info/_methods/predictedFundings.d.ts.map +0 -1
  2188. package/esm/src/api/info/_methods/predictedFundings.js +0 -69
  2189. package/esm/src/api/info/_methods/predictedFundings.js.map +0 -1
  2190. package/esm/src/api/info/_methods/recentTrades.d.ts +0 -75
  2191. package/esm/src/api/info/_methods/recentTrades.d.ts.map +0 -1
  2192. package/esm/src/api/info/_methods/recentTrades.js +0 -72
  2193. package/esm/src/api/info/_methods/recentTrades.js.map +0 -1
  2194. package/esm/src/api/info/_methods/referral.d.ts +0 -253
  2195. package/esm/src/api/info/_methods/referral.d.ts.map +0 -1
  2196. package/esm/src/api/info/_methods/referral.js +0 -152
  2197. package/esm/src/api/info/_methods/referral.js.map +0 -1
  2198. package/esm/src/api/info/_methods/spotClearinghouseState.d.ts +0 -102
  2199. package/esm/src/api/info/_methods/spotClearinghouseState.d.ts.map +0 -1
  2200. package/esm/src/api/info/_methods/spotClearinghouseState.js +0 -84
  2201. package/esm/src/api/info/_methods/spotClearinghouseState.js.map +0 -1
  2202. package/esm/src/api/info/_methods/spotDeployState.d.ts +0 -157
  2203. package/esm/src/api/info/_methods/spotDeployState.d.ts.map +0 -1
  2204. package/esm/src/api/info/_methods/spotDeployState.js +0 -95
  2205. package/esm/src/api/info/_methods/spotDeployState.js.map +0 -1
  2206. package/esm/src/api/info/_methods/spotMeta.d.ts +0 -124
  2207. package/esm/src/api/info/_methods/spotMeta.d.ts.map +0 -1
  2208. package/esm/src/api/info/_methods/spotMeta.js +0 -90
  2209. package/esm/src/api/info/_methods/spotMeta.js.map +0 -1
  2210. package/esm/src/api/info/_methods/spotMetaAndAssetCtxs.d.ts +0 -155
  2211. package/esm/src/api/info/_methods/spotMetaAndAssetCtxs.d.ts.map +0 -1
  2212. package/esm/src/api/info/_methods/spotMetaAndAssetCtxs.js +0 -56
  2213. package/esm/src/api/info/_methods/spotMetaAndAssetCtxs.js.map +0 -1
  2214. package/esm/src/api/info/_methods/spotPairDeployAuctionStatus.d.ts +0 -62
  2215. package/esm/src/api/info/_methods/spotPairDeployAuctionStatus.d.ts.map +0 -1
  2216. package/esm/src/api/info/_methods/spotPairDeployAuctionStatus.js +0 -52
  2217. package/esm/src/api/info/_methods/spotPairDeployAuctionStatus.js.map +0 -1
  2218. package/esm/src/api/info/_methods/subAccounts.d.ts +0 -374
  2219. package/esm/src/api/info/_methods/subAccounts.d.ts.map +0 -1
  2220. package/esm/src/api/info/_methods/subAccounts.js +0 -72
  2221. package/esm/src/api/info/_methods/subAccounts.js.map +0 -1
  2222. package/esm/src/api/info/_methods/subAccounts2.d.ts +0 -414
  2223. package/esm/src/api/info/_methods/subAccounts2.d.ts.map +0 -1
  2224. package/esm/src/api/info/_methods/subAccounts2.js +0 -69
  2225. package/esm/src/api/info/_methods/subAccounts2.js.map +0 -1
  2226. package/esm/src/api/info/_methods/tokenDetails.d.ts +0 -118
  2227. package/esm/src/api/info/_methods/tokenDetails.d.ts.map +0 -1
  2228. package/esm/src/api/info/_methods/tokenDetails.js +0 -99
  2229. package/esm/src/api/info/_methods/tokenDetails.js.map +0 -1
  2230. package/esm/src/api/info/_methods/twapHistory.d.ts +0 -131
  2231. package/esm/src/api/info/_methods/twapHistory.d.ts.map +0 -1
  2232. package/esm/src/api/info/_methods/twapHistory.js +0 -86
  2233. package/esm/src/api/info/_methods/twapHistory.js.map +0 -1
  2234. package/esm/src/api/info/_methods/txDetails.d.ts +0 -102
  2235. package/esm/src/api/info/_methods/txDetails.d.ts.map +0 -1
  2236. package/esm/src/api/info/_methods/txDetails.js +0 -60
  2237. package/esm/src/api/info/_methods/txDetails.js.map +0 -1
  2238. package/esm/src/api/info/_methods/userDetails.d.ts +0 -102
  2239. package/esm/src/api/info/_methods/userDetails.d.ts.map +0 -1
  2240. package/esm/src/api/info/_methods/userDetails.js +0 -60
  2241. package/esm/src/api/info/_methods/userDetails.js.map +0 -1
  2242. package/esm/src/api/info/_methods/userDexAbstraction.d.ts +0 -53
  2243. package/esm/src/api/info/_methods/userDexAbstraction.d.ts.map +0 -1
  2244. package/esm/src/api/info/_methods/userDexAbstraction.js +0 -59
  2245. package/esm/src/api/info/_methods/userDexAbstraction.js.map +0 -1
  2246. package/esm/src/api/info/_methods/userFees.d.ts +0 -256
  2247. package/esm/src/api/info/_methods/userFees.d.ts.map +0 -1
  2248. package/esm/src/api/info/_methods/userFees.js +0 -164
  2249. package/esm/src/api/info/_methods/userFees.js.map +0 -1
  2250. package/esm/src/api/info/_methods/userFills.d.ts +0 -127
  2251. package/esm/src/api/info/_methods/userFills.d.ts.map +0 -1
  2252. package/esm/src/api/info/_methods/userFills.js +0 -77
  2253. package/esm/src/api/info/_methods/userFills.js.map +0 -1
  2254. package/esm/src/api/info/_methods/userFillsByTime.d.ts +0 -151
  2255. package/esm/src/api/info/_methods/userFillsByTime.d.ts.map +0 -1
  2256. package/esm/src/api/info/_methods/userFillsByTime.js +0 -66
  2257. package/esm/src/api/info/_methods/userFillsByTime.js.map +0 -1
  2258. package/esm/src/api/info/_methods/userFunding.d.ts +0 -97
  2259. package/esm/src/api/info/_methods/userFunding.d.ts.map +0 -1
  2260. package/esm/src/api/info/_methods/userFunding.js +0 -83
  2261. package/esm/src/api/info/_methods/userFunding.js.map +0 -1
  2262. package/esm/src/api/info/_methods/userNonFundingLedgerUpdates.d.ts +0 -421
  2263. package/esm/src/api/info/_methods/userNonFundingLedgerUpdates.d.ts.map +0 -1
  2264. package/esm/src/api/info/_methods/userNonFundingLedgerUpdates.js +0 -267
  2265. package/esm/src/api/info/_methods/userNonFundingLedgerUpdates.js.map +0 -1
  2266. package/esm/src/api/info/_methods/userRateLimit.d.ts +0 -67
  2267. package/esm/src/api/info/_methods/userRateLimit.d.ts.map +0 -1
  2268. package/esm/src/api/info/_methods/userRateLimit.js +0 -68
  2269. package/esm/src/api/info/_methods/userRateLimit.js.map +0 -1
  2270. package/esm/src/api/info/_methods/userRole.d.ts +0 -88
  2271. package/esm/src/api/info/_methods/userRole.d.ts.map +0 -1
  2272. package/esm/src/api/info/_methods/userRole.js +0 -82
  2273. package/esm/src/api/info/_methods/userRole.js.map +0 -1
  2274. package/esm/src/api/info/_methods/userToMultiSigSigners.d.ts +0 -57
  2275. package/esm/src/api/info/_methods/userToMultiSigSigners.d.ts.map +0 -1
  2276. package/esm/src/api/info/_methods/userToMultiSigSigners.js +0 -60
  2277. package/esm/src/api/info/_methods/userToMultiSigSigners.js.map +0 -1
  2278. package/esm/src/api/info/_methods/userTwapSliceFills.d.ts +0 -125
  2279. package/esm/src/api/info/_methods/userTwapSliceFills.d.ts.map +0 -1
  2280. package/esm/src/api/info/_methods/userTwapSliceFills.js +0 -65
  2281. package/esm/src/api/info/_methods/userTwapSliceFills.js.map +0 -1
  2282. package/esm/src/api/info/_methods/userTwapSliceFillsByTime.d.ts +0 -148
  2283. package/esm/src/api/info/_methods/userTwapSliceFillsByTime.d.ts.map +0 -1
  2284. package/esm/src/api/info/_methods/userTwapSliceFillsByTime.js +0 -63
  2285. package/esm/src/api/info/_methods/userTwapSliceFillsByTime.js.map +0 -1
  2286. package/esm/src/api/info/_methods/userVaultEquities.d.ts +0 -64
  2287. package/esm/src/api/info/_methods/userVaultEquities.d.ts.map +0 -1
  2288. package/esm/src/api/info/_methods/userVaultEquities.js +0 -66
  2289. package/esm/src/api/info/_methods/userVaultEquities.js.map +0 -1
  2290. package/esm/src/api/info/_methods/validatorL1Votes.d.ts +0 -63
  2291. package/esm/src/api/info/_methods/validatorL1Votes.d.ts.map +0 -1
  2292. package/esm/src/api/info/_methods/validatorL1Votes.js +0 -64
  2293. package/esm/src/api/info/_methods/validatorL1Votes.js.map +0 -1
  2294. package/esm/src/api/info/_methods/validatorSummaries.d.ts +0 -132
  2295. package/esm/src/api/info/_methods/validatorSummaries.d.ts.map +0 -1
  2296. package/esm/src/api/info/_methods/validatorSummaries.js +0 -86
  2297. package/esm/src/api/info/_methods/validatorSummaries.js.map +0 -1
  2298. package/esm/src/api/info/_methods/vaultDetails.d.ts +0 -358
  2299. package/esm/src/api/info/_methods/vaultDetails.d.ts.map +0 -1
  2300. package/esm/src/api/info/_methods/vaultDetails.js +0 -126
  2301. package/esm/src/api/info/_methods/vaultDetails.js.map +0 -1
  2302. package/esm/src/api/info/_methods/vaultSummaries.d.ts +0 -93
  2303. package/esm/src/api/info/_methods/vaultSummaries.d.ts.map +0 -1
  2304. package/esm/src/api/info/_methods/vaultSummaries.js +0 -64
  2305. package/esm/src/api/info/_methods/vaultSummaries.js.map +0 -1
  2306. package/esm/src/api/info/_methods/webData2.d.ts +0 -732
  2307. package/esm/src/api/info/_methods/webData2.d.ts.map +0 -1
  2308. package/esm/src/api/info/_methods/webData2.js +0 -97
  2309. package/esm/src/api/info/_methods/webData2.js.map +0 -1
  2310. package/esm/src/api/info/client.d.ts +0 -314
  2311. package/esm/src/api/info/client.d.ts.map +0 -1
  2312. package/esm/src/api/info/client.js +0 -391
  2313. package/esm/src/api/info/client.js.map +0 -1
  2314. package/esm/src/api/info/mod.d.ts +0 -96
  2315. package/esm/src/api/info/mod.d.ts.map +0 -1
  2316. package/esm/src/api/info/mod.js +0 -95
  2317. package/esm/src/api/info/mod.js.map +0 -1
  2318. package/esm/src/api/subscription/_methods/_types.d.ts.map +0 -1
  2319. package/esm/src/api/subscription/_methods/_types.js.map +0 -1
  2320. package/esm/src/api/subscription/_methods/activeAssetCtx.d.ts +0 -101
  2321. package/esm/src/api/subscription/_methods/activeAssetCtx.d.ts.map +0 -1
  2322. package/esm/src/api/subscription/_methods/activeAssetCtx.js +0 -60
  2323. package/esm/src/api/subscription/_methods/activeAssetCtx.js.map +0 -1
  2324. package/esm/src/api/subscription/_methods/activeAssetData.d.ts +0 -101
  2325. package/esm/src/api/subscription/_methods/activeAssetData.d.ts.map +0 -1
  2326. package/esm/src/api/subscription/_methods/activeAssetData.js +0 -58
  2327. package/esm/src/api/subscription/_methods/activeAssetData.js.map +0 -1
  2328. package/esm/src/api/subscription/_methods/activeSpotAssetCtx.d.ts +0 -92
  2329. package/esm/src/api/subscription/_methods/activeSpotAssetCtx.d.ts.map +0 -1
  2330. package/esm/src/api/subscription/_methods/activeSpotAssetCtx.js +0 -59
  2331. package/esm/src/api/subscription/_methods/activeSpotAssetCtx.js.map +0 -1
  2332. package/esm/src/api/subscription/_methods/allDexsAssetCtxs.d.ts +0 -91
  2333. package/esm/src/api/subscription/_methods/allDexsAssetCtxs.d.ts.map +0 -1
  2334. package/esm/src/api/subscription/_methods/allDexsAssetCtxs.js +0 -57
  2335. package/esm/src/api/subscription/_methods/allDexsAssetCtxs.js.map +0 -1
  2336. package/esm/src/api/subscription/_methods/allDexsClearinghouseState.d.ts +0 -299
  2337. package/esm/src/api/subscription/_methods/allDexsClearinghouseState.d.ts.map +0 -1
  2338. package/esm/src/api/subscription/_methods/allDexsClearinghouseState.js +0 -67
  2339. package/esm/src/api/subscription/_methods/allDexsClearinghouseState.js.map +0 -1
  2340. package/esm/src/api/subscription/_methods/allMids.d.ts +0 -63
  2341. package/esm/src/api/subscription/_methods/allMids.d.ts.map +0 -1
  2342. package/esm/src/api/subscription/_methods/allMids.js +0 -38
  2343. package/esm/src/api/subscription/_methods/allMids.js.map +0 -1
  2344. package/esm/src/api/subscription/_methods/assetCtxs.d.ts +0 -101
  2345. package/esm/src/api/subscription/_methods/assetCtxs.d.ts.map +0 -1
  2346. package/esm/src/api/subscription/_methods/assetCtxs.js +0 -38
  2347. package/esm/src/api/subscription/_methods/assetCtxs.js.map +0 -1
  2348. package/esm/src/api/subscription/_methods/bbo.d.ts +0 -98
  2349. package/esm/src/api/subscription/_methods/bbo.d.ts.map +0 -1
  2350. package/esm/src/api/subscription/_methods/bbo.js +0 -72
  2351. package/esm/src/api/subscription/_methods/bbo.js.map +0 -1
  2352. package/esm/src/api/subscription/_methods/candle.d.ts +0 -84
  2353. package/esm/src/api/subscription/_methods/candle.d.ts.map +0 -1
  2354. package/esm/src/api/subscription/_methods/candle.js +0 -78
  2355. package/esm/src/api/subscription/_methods/candle.js.map +0 -1
  2356. package/esm/src/api/subscription/_methods/clearinghouseState.d.ts +0 -305
  2357. package/esm/src/api/subscription/_methods/clearinghouseState.d.ts.map +0 -1
  2358. package/esm/src/api/subscription/_methods/clearinghouseState.js +0 -69
  2359. package/esm/src/api/subscription/_methods/clearinghouseState.js.map +0 -1
  2360. package/esm/src/api/subscription/_methods/explorerBlock.d.ts +0 -59
  2361. package/esm/src/api/subscription/_methods/explorerBlock.d.ts.map +0 -1
  2362. package/esm/src/api/subscription/_methods/explorerBlock.js +0 -60
  2363. package/esm/src/api/subscription/_methods/explorerBlock.js.map +0 -1
  2364. package/esm/src/api/subscription/_methods/explorerTxs.d.ts +0 -76
  2365. package/esm/src/api/subscription/_methods/explorerTxs.d.ts.map +0 -1
  2366. package/esm/src/api/subscription/_methods/explorerTxs.js +0 -48
  2367. package/esm/src/api/subscription/_methods/explorerTxs.js.map +0 -1
  2368. package/esm/src/api/subscription/_methods/l2Book.d.ts +0 -106
  2369. package/esm/src/api/subscription/_methods/l2Book.d.ts.map +0 -1
  2370. package/esm/src/api/subscription/_methods/l2Book.js +0 -83
  2371. package/esm/src/api/subscription/_methods/l2Book.js.map +0 -1
  2372. package/esm/src/api/subscription/_methods/notification.d.ts +0 -54
  2373. package/esm/src/api/subscription/_methods/notification.d.ts.map +0 -1
  2374. package/esm/src/api/subscription/_methods/notification.js +0 -56
  2375. package/esm/src/api/subscription/_methods/notification.js.map +0 -1
  2376. package/esm/src/api/subscription/_methods/openOrders.d.ts +0 -148
  2377. package/esm/src/api/subscription/_methods/openOrders.d.ts.map +0 -1
  2378. package/esm/src/api/subscription/_methods/openOrders.js +0 -69
  2379. package/esm/src/api/subscription/_methods/openOrders.js.map +0 -1
  2380. package/esm/src/api/subscription/_methods/orderUpdates.d.ts +0 -131
  2381. package/esm/src/api/subscription/_methods/orderUpdates.d.ts.map +0 -1
  2382. package/esm/src/api/subscription/_methods/orderUpdates.js +0 -121
  2383. package/esm/src/api/subscription/_methods/orderUpdates.js.map +0 -1
  2384. package/esm/src/api/subscription/_methods/spotAssetCtxs.d.ts +0 -70
  2385. package/esm/src/api/subscription/_methods/spotAssetCtxs.d.ts.map +0 -1
  2386. package/esm/src/api/subscription/_methods/spotAssetCtxs.js +0 -50
  2387. package/esm/src/api/subscription/_methods/spotAssetCtxs.js.map +0 -1
  2388. package/esm/src/api/subscription/_methods/spotState.d.ts +0 -122
  2389. package/esm/src/api/subscription/_methods/spotState.d.ts.map +0 -1
  2390. package/esm/src/api/subscription/_methods/spotState.js +0 -63
  2391. package/esm/src/api/subscription/_methods/spotState.js.map +0 -1
  2392. package/esm/src/api/subscription/_methods/trades.d.ts +0 -76
  2393. package/esm/src/api/subscription/_methods/trades.d.ts.map +0 -1
  2394. package/esm/src/api/subscription/_methods/trades.js +0 -55
  2395. package/esm/src/api/subscription/_methods/trades.js.map +0 -1
  2396. package/esm/src/api/subscription/_methods/twapStates.d.ts +0 -107
  2397. package/esm/src/api/subscription/_methods/twapStates.d.ts.map +0 -1
  2398. package/esm/src/api/subscription/_methods/twapStates.js +0 -69
  2399. package/esm/src/api/subscription/_methods/twapStates.js.map +0 -1
  2400. package/esm/src/api/subscription/_methods/userEvents.d.ts +0 -467
  2401. package/esm/src/api/subscription/_methods/userEvents.d.ts.map +0 -1
  2402. package/esm/src/api/subscription/_methods/userEvents.js +0 -116
  2403. package/esm/src/api/subscription/_methods/userEvents.js.map +0 -1
  2404. package/esm/src/api/subscription/_methods/userFills.d.ts +0 -175
  2405. package/esm/src/api/subscription/_methods/userFills.d.ts.map +0 -1
  2406. package/esm/src/api/subscription/_methods/userFills.js +0 -69
  2407. package/esm/src/api/subscription/_methods/userFills.js.map +0 -1
  2408. package/esm/src/api/subscription/_methods/userFundings.d.ts +0 -87
  2409. package/esm/src/api/subscription/_methods/userFundings.d.ts.map +0 -1
  2410. package/esm/src/api/subscription/_methods/userFundings.js +0 -75
  2411. package/esm/src/api/subscription/_methods/userFundings.js.map +0 -1
  2412. package/esm/src/api/subscription/_methods/userHistoricalOrders.d.ts +0 -178
  2413. package/esm/src/api/subscription/_methods/userHistoricalOrders.d.ts.map +0 -1
  2414. package/esm/src/api/subscription/_methods/userHistoricalOrders.js +0 -63
  2415. package/esm/src/api/subscription/_methods/userHistoricalOrders.js.map +0 -1
  2416. package/esm/src/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts +0 -534
  2417. package/esm/src/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts.map +0 -1
  2418. package/esm/src/api/subscription/_methods/userNonFundingLedgerUpdates.js +0 -63
  2419. package/esm/src/api/subscription/_methods/userNonFundingLedgerUpdates.js.map +0 -1
  2420. package/esm/src/api/subscription/_methods/userTwapHistory.d.ts +0 -171
  2421. package/esm/src/api/subscription/_methods/userTwapHistory.d.ts.map +0 -1
  2422. package/esm/src/api/subscription/_methods/userTwapHistory.js +0 -63
  2423. package/esm/src/api/subscription/_methods/userTwapHistory.js.map +0 -1
  2424. package/esm/src/api/subscription/_methods/userTwapSliceFills.d.ts +0 -168
  2425. package/esm/src/api/subscription/_methods/userTwapSliceFills.d.ts.map +0 -1
  2426. package/esm/src/api/subscription/_methods/userTwapSliceFills.js +0 -63
  2427. package/esm/src/api/subscription/_methods/userTwapSliceFills.js.map +0 -1
  2428. package/esm/src/api/subscription/_methods/webData2.d.ts +0 -860
  2429. package/esm/src/api/subscription/_methods/webData2.d.ts.map +0 -1
  2430. package/esm/src/api/subscription/_methods/webData2.js +0 -56
  2431. package/esm/src/api/subscription/_methods/webData2.js.map +0 -1
  2432. package/esm/src/api/subscription/_methods/webData3.d.ts +0 -126
  2433. package/esm/src/api/subscription/_methods/webData3.d.ts.map +0 -1
  2434. package/esm/src/api/subscription/_methods/webData3.js +0 -88
  2435. package/esm/src/api/subscription/_methods/webData3.js.map +0 -1
  2436. package/esm/src/api/subscription/client.d.ts +0 -145
  2437. package/esm/src/api/subscription/client.d.ts.map +0 -1
  2438. package/esm/src/api/subscription/client.js +0 -179
  2439. package/esm/src/api/subscription/client.js.map +0 -1
  2440. package/esm/src/api/subscription/mod.d.ts.map +0 -1
  2441. package/esm/src/api/subscription/mod.js.map +0 -1
  2442. package/esm/src/mod.d.ts +0 -35
  2443. package/esm/src/mod.d.ts.map +0 -1
  2444. package/esm/src/mod.js +0 -35
  2445. package/esm/src/mod.js.map +0 -1
  2446. package/esm/src/signing/_abstractWallet.d.ts +0 -119
  2447. package/esm/src/signing/_abstractWallet.d.ts.map +0 -1
  2448. package/esm/src/signing/_abstractWallet.js +0 -155
  2449. package/esm/src/signing/_abstractWallet.js.map +0 -1
  2450. package/esm/src/signing/_privateKeySigner.d.ts +0 -37
  2451. package/esm/src/signing/_privateKeySigner.d.ts.map +0 -1
  2452. package/esm/src/signing/_privateKeySigner.js +0 -33
  2453. package/esm/src/signing/_privateKeySigner.js.map +0 -1
  2454. package/esm/src/signing/mod.d.ts +0 -277
  2455. package/esm/src/signing/mod.d.ts.map +0 -1
  2456. package/esm/src/signing/mod.js +0 -352
  2457. package/esm/src/signing/mod.js.map +0 -1
  2458. package/esm/src/transport/_base.d.ts +0 -51
  2459. package/esm/src/transport/_base.d.ts.map +0 -1
  2460. package/esm/src/transport/_base.js.map +0 -1
  2461. package/esm/src/transport/_polyfills.d.ts +0 -46
  2462. package/esm/src/transport/_polyfills.d.ts.map +0 -1
  2463. package/esm/src/transport/_polyfills.js +0 -54
  2464. package/esm/src/transport/_polyfills.js.map +0 -1
  2465. package/esm/src/transport/http/mod.d.ts +0 -111
  2466. package/esm/src/transport/http/mod.d.ts.map +0 -1
  2467. package/esm/src/transport/http/mod.js +0 -166
  2468. package/esm/src/transport/http/mod.js.map +0 -1
  2469. package/esm/src/transport/mod.d.ts.map +0 -1
  2470. package/esm/src/transport/mod.js.map +0 -1
  2471. package/esm/src/transport/websocket/_hyperliquidEventTarget.d.ts +0 -67
  2472. package/esm/src/transport/websocket/_hyperliquidEventTarget.d.ts.map +0 -1
  2473. package/esm/src/transport/websocket/_hyperliquidEventTarget.js +0 -59
  2474. package/esm/src/transport/websocket/_hyperliquidEventTarget.js.map +0 -1
  2475. package/esm/src/transport/websocket/_postRequest.d.ts +0 -42
  2476. package/esm/src/transport/websocket/_postRequest.d.ts.map +0 -1
  2477. package/esm/src/transport/websocket/_postRequest.js +0 -231
  2478. package/esm/src/transport/websocket/_postRequest.js.map +0 -1
  2479. package/esm/src/transport/websocket/_subscriptionManager.d.ts +0 -51
  2480. package/esm/src/transport/websocket/_subscriptionManager.d.ts.map +0 -1
  2481. package/esm/src/transport/websocket/_subscriptionManager.js +0 -150
  2482. package/esm/src/transport/websocket/_subscriptionManager.js.map +0 -1
  2483. package/esm/src/transport/websocket/mod.d.ts +0 -142
  2484. package/esm/src/transport/websocket/mod.d.ts.map +0 -1
  2485. package/esm/src/transport/websocket/mod.js +0 -200
  2486. package/esm/src/transport/websocket/mod.js.map +0 -1
  2487. package/esm/src/utils/_format.d.ts +0 -37
  2488. package/esm/src/utils/_format.d.ts.map +0 -1
  2489. package/esm/src/utils/_format.js +0 -174
  2490. package/esm/src/utils/_format.js.map +0 -1
  2491. package/esm/src/utils/_symbolConverter.d.ts +0 -96
  2492. package/esm/src/utils/_symbolConverter.d.ts.map +0 -1
  2493. package/esm/src/utils/_symbolConverter.js +0 -186
  2494. package/esm/src/utils/_symbolConverter.js.map +0 -1
  2495. package/esm/src/utils/mod.d.ts +0 -27
  2496. package/esm/src/utils/mod.d.ts.map +0 -1
  2497. package/esm/src/utils/mod.js +0 -27
  2498. package/esm/src/utils/mod.js.map +0 -1
  2499. package/script/_dnt.shims.d.ts +0 -2
  2500. package/script/_dnt.shims.d.ts.map +0 -1
  2501. package/script/_dnt.shims.js +0 -61
  2502. package/script/_dnt.shims.js.map +0 -1
  2503. package/script/bin/_utils.d.ts +0 -116
  2504. package/script/bin/_utils.d.ts.map +0 -1
  2505. package/script/bin/_utils.js +0 -208
  2506. package/script/bin/_utils.js.map +0 -1
  2507. package/script/bin/cli.d.ts +0 -3
  2508. package/script/bin/cli.d.ts.map +0 -1
  2509. package/script/bin/cli.js +0 -328
  2510. package/script/bin/cli.js.map +0 -1
  2511. package/script/deps/jsr.io/@noble/curves/2.0.1/src/abstract/curve.d.ts +0 -195
  2512. package/script/deps/jsr.io/@noble/curves/2.0.1/src/abstract/curve.d.ts.map +0 -1
  2513. package/script/deps/jsr.io/@noble/curves/2.0.1/src/abstract/curve.js +0 -468
  2514. package/script/deps/jsr.io/@noble/curves/2.0.1/src/abstract/curve.js.map +0 -1
  2515. package/script/deps/jsr.io/@noble/curves/2.0.1/src/abstract/hash-to-curve.d.ts +0 -90
  2516. package/script/deps/jsr.io/@noble/curves/2.0.1/src/abstract/hash-to-curve.d.ts.map +0 -1
  2517. package/script/deps/jsr.io/@noble/curves/2.0.1/src/abstract/hash-to-curve.js +0 -215
  2518. package/script/deps/jsr.io/@noble/curves/2.0.1/src/abstract/hash-to-curve.js.map +0 -1
  2519. package/script/deps/jsr.io/@noble/curves/2.0.1/src/abstract/modular.d.ts +0 -159
  2520. package/script/deps/jsr.io/@noble/curves/2.0.1/src/abstract/modular.d.ts.map +0 -1
  2521. package/script/deps/jsr.io/@noble/curves/2.0.1/src/abstract/modular.js +0 -578
  2522. package/script/deps/jsr.io/@noble/curves/2.0.1/src/abstract/modular.js.map +0 -1
  2523. package/script/deps/jsr.io/@noble/curves/2.0.1/src/abstract/weierstrass.d.ts +0 -325
  2524. package/script/deps/jsr.io/@noble/curves/2.0.1/src/abstract/weierstrass.d.ts.map +0 -1
  2525. package/script/deps/jsr.io/@noble/curves/2.0.1/src/abstract/weierstrass.js +0 -1232
  2526. package/script/deps/jsr.io/@noble/curves/2.0.1/src/abstract/weierstrass.js.map +0 -1
  2527. package/script/deps/jsr.io/@noble/curves/2.0.1/src/secp256k1.d.ts +0 -76
  2528. package/script/deps/jsr.io/@noble/curves/2.0.1/src/secp256k1.d.ts.map +0 -1
  2529. package/script/deps/jsr.io/@noble/curves/2.0.1/src/secp256k1.js +0 -286
  2530. package/script/deps/jsr.io/@noble/curves/2.0.1/src/secp256k1.js.map +0 -1
  2531. package/script/deps/jsr.io/@noble/curves/2.0.1/src/utils.d.ts +0 -103
  2532. package/script/deps/jsr.io/@noble/curves/2.0.1/src/utils.d.ts.map +0 -1
  2533. package/script/deps/jsr.io/@noble/curves/2.0.1/src/utils.js +0 -273
  2534. package/script/deps/jsr.io/@noble/curves/2.0.1/src/utils.js.map +0 -1
  2535. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/_md.d.ts +0 -49
  2536. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/_md.d.ts.map +0 -1
  2537. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/_md.js +0 -153
  2538. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/_md.js.map +0 -1
  2539. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/_u64.d.ts +0 -55
  2540. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/_u64.d.ts.map +0 -1
  2541. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/_u64.js +0 -90
  2542. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/_u64.js.map +0 -1
  2543. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/hmac.d.ts +0 -36
  2544. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/hmac.d.ts.map +0 -1
  2545. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/hmac.js +0 -95
  2546. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/hmac.js.map +0 -1
  2547. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/sha2.d.ts +0 -199
  2548. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/sha2.d.ts.map +0 -1
  2549. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/sha2.js +0 -439
  2550. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/sha2.js.map +0 -1
  2551. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/sha3.d.ts +0 -58
  2552. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/sha3.d.ts.map +0 -1
  2553. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/sha3.js +0 -259
  2554. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/sha3.js.map +0 -1
  2555. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/utils.d.ts +0 -124
  2556. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/utils.d.ts.map +0 -1
  2557. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/utils.js +0 -304
  2558. package/script/deps/jsr.io/@noble/hashes/2.0.1/src/utils.js.map +0 -1
  2559. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/advanced/abi-mapper.d.ts +0 -44
  2560. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/advanced/abi-mapper.d.ts.map +0 -1
  2561. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/advanced/abi-mapper.js +0 -182
  2562. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/advanced/abi-mapper.js.map +0 -1
  2563. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/address.d.ts +0 -38
  2564. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/address.d.ts.map +0 -1
  2565. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/address.js +0 -99
  2566. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/address.js.map +0 -1
  2567. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/rlp.d.ts +0 -23
  2568. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/rlp.d.ts.map +0 -1
  2569. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/rlp.js +0 -134
  2570. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/rlp.js.map +0 -1
  2571. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/tx-internal.d.ts +0 -300
  2572. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/tx-internal.d.ts.map +0 -1
  2573. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/tx-internal.js +0 -576
  2574. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/tx-internal.js.map +0 -1
  2575. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/tx.d.ts +0 -98
  2576. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/tx.d.ts.map +0 -1
  2577. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/tx.js +0 -211
  2578. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/tx.js.map +0 -1
  2579. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/typed-data.d.ts +0 -78
  2580. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/typed-data.d.ts.map +0 -1
  2581. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/typed-data.js +0 -308
  2582. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/typed-data.js.map +0 -1
  2583. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/index.d.ts +0 -6
  2584. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/index.d.ts.map +0 -1
  2585. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/index.js +0 -21
  2586. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/index.js.map +0 -1
  2587. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/utils.d.ts +0 -66
  2588. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/utils.d.ts.map +0 -1
  2589. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/utils.js +0 -195
  2590. package/script/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/utils.js.map +0 -1
  2591. package/script/deps/jsr.io/@paulmillr/micro-packed/0.8.0/src/index.d.ts +0 -877
  2592. package/script/deps/jsr.io/@paulmillr/micro-packed/0.8.0/src/index.d.ts.map +0 -1
  2593. package/script/deps/jsr.io/@paulmillr/micro-packed/0.8.0/src/index.js +0 -2032
  2594. package/script/deps/jsr.io/@paulmillr/micro-packed/0.8.0/src/index.js.map +0 -1
  2595. package/script/deps/jsr.io/@scure/base/2.0.0/index.d.ts +0 -294
  2596. package/script/deps/jsr.io/@scure/base/2.0.0/index.d.ts.map +0 -1
  2597. package/script/deps/jsr.io/@scure/base/2.0.0/index.js +0 -710
  2598. package/script/deps/jsr.io/@scure/base/2.0.0/index.js.map +0 -1
  2599. package/script/deps/jsr.io/@std/async/1.0.16/unstable_semaphore.d.ts +0 -93
  2600. package/script/deps/jsr.io/@std/async/1.0.16/unstable_semaphore.d.ts.map +0 -1
  2601. package/script/deps/jsr.io/@std/async/1.0.16/unstable_semaphore.js +0 -141
  2602. package/script/deps/jsr.io/@std/async/1.0.16/unstable_semaphore.js.map +0 -1
  2603. package/script/src/_base.d.ts +0 -5
  2604. package/script/src/_base.d.ts.map +0 -1
  2605. package/script/src/_base.js +0 -12
  2606. package/script/src/_base.js.map +0 -1
  2607. package/script/src/api/_schemas.d.ts +0 -20
  2608. package/script/src/api/_schemas.d.ts.map +0 -1
  2609. package/script/src/api/_schemas.js +0 -94
  2610. package/script/src/api/_schemas.js.map +0 -1
  2611. package/script/src/api/exchange/_methods/_base/_nonce.d.ts +0 -13
  2612. package/script/src/api/exchange/_methods/_base/_nonce.d.ts.map +0 -1
  2613. package/script/src/api/exchange/_methods/_base/_nonce.js +0 -29
  2614. package/script/src/api/exchange/_methods/_base/_nonce.js.map +0 -1
  2615. package/script/src/api/exchange/_methods/_base/_semaphore.d.ts +0 -9
  2616. package/script/src/api/exchange/_methods/_base/_semaphore.d.ts.map +0 -1
  2617. package/script/src/api/exchange/_methods/_base/_semaphore.js +0 -74
  2618. package/script/src/api/exchange/_methods/_base/_semaphore.js.map +0 -1
  2619. package/script/src/api/exchange/_methods/_base/commonSchemas.d.ts +0 -48
  2620. package/script/src/api/exchange/_methods/_base/commonSchemas.d.ts.map +0 -1
  2621. package/script/src/api/exchange/_methods/_base/commonSchemas.js +0 -75
  2622. package/script/src/api/exchange/_methods/_base/commonSchemas.js.map +0 -1
  2623. package/script/src/api/exchange/_methods/_base/errors.d.ts +0 -49
  2624. package/script/src/api/exchange/_methods/_base/errors.d.ts.map +0 -1
  2625. package/script/src/api/exchange/_methods/_base/errors.js +0 -78
  2626. package/script/src/api/exchange/_methods/_base/errors.js.map +0 -1
  2627. package/script/src/api/exchange/_methods/_base/execute.d.ts +0 -85
  2628. package/script/src/api/exchange/_methods/_base/execute.d.ts.map +0 -1
  2629. package/script/src/api/exchange/_methods/_base/execute.js +0 -278
  2630. package/script/src/api/exchange/_methods/_base/execute.js.map +0 -1
  2631. package/script/src/api/exchange/_methods/agentEnableDexAbstraction.d.ts +0 -111
  2632. package/script/src/api/exchange/_methods/agentEnableDexAbstraction.d.ts.map +0 -1
  2633. package/script/src/api/exchange/_methods/agentEnableDexAbstraction.js +0 -104
  2634. package/script/src/api/exchange/_methods/agentEnableDexAbstraction.js.map +0 -1
  2635. package/script/src/api/exchange/_methods/approveAgent.d.ts +0 -193
  2636. package/script/src/api/exchange/_methods/approveAgent.d.ts.map +0 -1
  2637. package/script/src/api/exchange/_methods/approveAgent.js +0 -129
  2638. package/script/src/api/exchange/_methods/approveAgent.js.map +0 -1
  2639. package/script/src/api/exchange/_methods/approveBuilderFee.d.ts +0 -193
  2640. package/script/src/api/exchange/_methods/approveBuilderFee.d.ts.map +0 -1
  2641. package/script/src/api/exchange/_methods/approveBuilderFee.js +0 -129
  2642. package/script/src/api/exchange/_methods/approveBuilderFee.js.map +0 -1
  2643. package/script/src/api/exchange/_methods/batchModify.d.ts +0 -708
  2644. package/script/src/api/exchange/_methods/batchModify.d.ts.map +0 -1
  2645. package/script/src/api/exchange/_methods/batchModify.js +0 -182
  2646. package/script/src/api/exchange/_methods/batchModify.js.map +0 -1
  2647. package/script/src/api/exchange/_methods/cDeposit.d.ts +0 -180
  2648. package/script/src/api/exchange/_methods/cDeposit.d.ts.map +0 -1
  2649. package/script/src/api/exchange/_methods/cDeposit.js +0 -126
  2650. package/script/src/api/exchange/_methods/cDeposit.js.map +0 -1
  2651. package/script/src/api/exchange/_methods/cSignerAction.d.ts +0 -198
  2652. package/script/src/api/exchange/_methods/cSignerAction.d.ts.map +0 -1
  2653. package/script/src/api/exchange/_methods/cSignerAction.js +0 -128
  2654. package/script/src/api/exchange/_methods/cSignerAction.js.map +0 -1
  2655. package/script/src/api/exchange/_methods/cValidatorAction.d.ts +0 -626
  2656. package/script/src/api/exchange/_methods/cValidatorAction.d.ts.map +0 -1
  2657. package/script/src/api/exchange/_methods/cValidatorAction.js +0 -171
  2658. package/script/src/api/exchange/_methods/cValidatorAction.js.map +0 -1
  2659. package/script/src/api/exchange/_methods/cWithdraw.d.ts +0 -180
  2660. package/script/src/api/exchange/_methods/cWithdraw.d.ts.map +0 -1
  2661. package/script/src/api/exchange/_methods/cWithdraw.js +0 -126
  2662. package/script/src/api/exchange/_methods/cWithdraw.js.map +0 -1
  2663. package/script/src/api/exchange/_methods/cancel.d.ts +0 -217
  2664. package/script/src/api/exchange/_methods/cancel.d.ts.map +0 -1
  2665. package/script/src/api/exchange/_methods/cancel.js +0 -144
  2666. package/script/src/api/exchange/_methods/cancel.js.map +0 -1
  2667. package/script/src/api/exchange/_methods/cancelByCloid.d.ts +0 -221
  2668. package/script/src/api/exchange/_methods/cancelByCloid.d.ts.map +0 -1
  2669. package/script/src/api/exchange/_methods/cancelByCloid.js +0 -126
  2670. package/script/src/api/exchange/_methods/cancelByCloid.js.map +0 -1
  2671. package/script/src/api/exchange/_methods/claimRewards.d.ts +0 -101
  2672. package/script/src/api/exchange/_methods/claimRewards.d.ts.map +0 -1
  2673. package/script/src/api/exchange/_methods/claimRewards.js +0 -94
  2674. package/script/src/api/exchange/_methods/claimRewards.js.map +0 -1
  2675. package/script/src/api/exchange/_methods/convertToMultiSigUser.d.ts +0 -296
  2676. package/script/src/api/exchange/_methods/convertToMultiSigUser.d.ts.map +0 -1
  2677. package/script/src/api/exchange/_methods/convertToMultiSigUser.js +0 -165
  2678. package/script/src/api/exchange/_methods/convertToMultiSigUser.js.map +0 -1
  2679. package/script/src/api/exchange/_methods/createSubAccount.d.ts +0 -146
  2680. package/script/src/api/exchange/_methods/createSubAccount.d.ts.map +0 -1
  2681. package/script/src/api/exchange/_methods/createSubAccount.js +0 -119
  2682. package/script/src/api/exchange/_methods/createSubAccount.js.map +0 -1
  2683. package/script/src/api/exchange/_methods/createVault.d.ts +0 -190
  2684. package/script/src/api/exchange/_methods/createVault.d.ts.map +0 -1
  2685. package/script/src/api/exchange/_methods/createVault.js +0 -131
  2686. package/script/src/api/exchange/_methods/createVault.js.map +0 -1
  2687. package/script/src/api/exchange/_methods/evmUserModify.d.ts +0 -152
  2688. package/script/src/api/exchange/_methods/evmUserModify.d.ts.map +0 -1
  2689. package/script/src/api/exchange/_methods/evmUserModify.js +0 -114
  2690. package/script/src/api/exchange/_methods/evmUserModify.js.map +0 -1
  2691. package/script/src/api/exchange/_methods/linkStakingUser.d.ts +0 -217
  2692. package/script/src/api/exchange/_methods/linkStakingUser.d.ts.map +0 -1
  2693. package/script/src/api/exchange/_methods/linkStakingUser.js +0 -141
  2694. package/script/src/api/exchange/_methods/linkStakingUser.js.map +0 -1
  2695. package/script/src/api/exchange/_methods/modify.d.ts +0 -521
  2696. package/script/src/api/exchange/_methods/modify.d.ts.map +0 -1
  2697. package/script/src/api/exchange/_methods/modify.js +0 -175
  2698. package/script/src/api/exchange/_methods/modify.js.map +0 -1
  2699. package/script/src/api/exchange/_methods/noop.d.ts +0 -111
  2700. package/script/src/api/exchange/_methods/noop.d.ts.map +0 -1
  2701. package/script/src/api/exchange/_methods/noop.js +0 -104
  2702. package/script/src/api/exchange/_methods/noop.js.map +0 -1
  2703. package/script/src/api/exchange/_methods/order.d.ts +0 -685
  2704. package/script/src/api/exchange/_methods/order.d.ts.map +0 -1
  2705. package/script/src/api/exchange/_methods/order.js +0 -234
  2706. package/script/src/api/exchange/_methods/order.js.map +0 -1
  2707. package/script/src/api/exchange/_methods/perpDeploy.d.ts +0 -1457
  2708. package/script/src/api/exchange/_methods/perpDeploy.d.ts.map +0 -1
  2709. package/script/src/api/exchange/_methods/perpDeploy.js +0 -309
  2710. package/script/src/api/exchange/_methods/perpDeploy.js.map +0 -1
  2711. package/script/src/api/exchange/_methods/registerReferrer.d.ts +0 -144
  2712. package/script/src/api/exchange/_methods/registerReferrer.d.ts.map +0 -1
  2713. package/script/src/api/exchange/_methods/registerReferrer.js +0 -106
  2714. package/script/src/api/exchange/_methods/registerReferrer.js.map +0 -1
  2715. package/script/src/api/exchange/_methods/reserveRequestWeight.d.ts +0 -152
  2716. package/script/src/api/exchange/_methods/reserveRequestWeight.d.ts.map +0 -1
  2717. package/script/src/api/exchange/_methods/reserveRequestWeight.js +0 -115
  2718. package/script/src/api/exchange/_methods/reserveRequestWeight.js.map +0 -1
  2719. package/script/src/api/exchange/_methods/scheduleCancel.d.ts +0 -171
  2720. package/script/src/api/exchange/_methods/scheduleCancel.d.ts.map +0 -1
  2721. package/script/src/api/exchange/_methods/scheduleCancel.js +0 -96
  2722. package/script/src/api/exchange/_methods/scheduleCancel.js.map +0 -1
  2723. package/script/src/api/exchange/_methods/sendAsset.d.ts +0 -251
  2724. package/script/src/api/exchange/_methods/sendAsset.d.ts.map +0 -1
  2725. package/script/src/api/exchange/_methods/sendAsset.js +0 -147
  2726. package/script/src/api/exchange/_methods/sendAsset.js.map +0 -1
  2727. package/script/src/api/exchange/_methods/setDisplayName.d.ts +0 -153
  2728. package/script/src/api/exchange/_methods/setDisplayName.d.ts.map +0 -1
  2729. package/script/src/api/exchange/_methods/setDisplayName.js +0 -110
  2730. package/script/src/api/exchange/_methods/setDisplayName.js.map +0 -1
  2731. package/script/src/api/exchange/_methods/setReferrer.d.ts +0 -144
  2732. package/script/src/api/exchange/_methods/setReferrer.d.ts.map +0 -1
  2733. package/script/src/api/exchange/_methods/setReferrer.js +0 -106
  2734. package/script/src/api/exchange/_methods/setReferrer.js.map +0 -1
  2735. package/script/src/api/exchange/_methods/spotDeploy.d.ts +0 -939
  2736. package/script/src/api/exchange/_methods/spotDeploy.d.ts.map +0 -1
  2737. package/script/src/api/exchange/_methods/spotDeploy.js +0 -235
  2738. package/script/src/api/exchange/_methods/spotDeploy.js.map +0 -1
  2739. package/script/src/api/exchange/_methods/spotSend.d.ts +0 -210
  2740. package/script/src/api/exchange/_methods/spotSend.d.ts.map +0 -1
  2741. package/script/src/api/exchange/_methods/spotSend.js +0 -136
  2742. package/script/src/api/exchange/_methods/spotSend.js.map +0 -1
  2743. package/script/src/api/exchange/_methods/spotUser.d.ts +0 -173
  2744. package/script/src/api/exchange/_methods/spotUser.d.ts.map +0 -1
  2745. package/script/src/api/exchange/_methods/spotUser.js +0 -109
  2746. package/script/src/api/exchange/_methods/spotUser.js.map +0 -1
  2747. package/script/src/api/exchange/_methods/subAccountModify.d.ts +0 -157
  2748. package/script/src/api/exchange/_methods/subAccountModify.d.ts.map +0 -1
  2749. package/script/src/api/exchange/_methods/subAccountModify.js +0 -108
  2750. package/script/src/api/exchange/_methods/subAccountModify.js.map +0 -1
  2751. package/script/src/api/exchange/_methods/subAccountSpotTransfer.d.ts +0 -188
  2752. package/script/src/api/exchange/_methods/subAccountSpotTransfer.d.ts.map +0 -1
  2753. package/script/src/api/exchange/_methods/subAccountSpotTransfer.js +0 -117
  2754. package/script/src/api/exchange/_methods/subAccountSpotTransfer.js.map +0 -1
  2755. package/script/src/api/exchange/_methods/subAccountTransfer.d.ts +0 -170
  2756. package/script/src/api/exchange/_methods/subAccountTransfer.d.ts.map +0 -1
  2757. package/script/src/api/exchange/_methods/subAccountTransfer.js +0 -110
  2758. package/script/src/api/exchange/_methods/subAccountTransfer.js.map +0 -1
  2759. package/script/src/api/exchange/_methods/tokenDelegate.d.ts +0 -206
  2760. package/script/src/api/exchange/_methods/tokenDelegate.d.ts.map +0 -1
  2761. package/script/src/api/exchange/_methods/tokenDelegate.js +0 -132
  2762. package/script/src/api/exchange/_methods/tokenDelegate.js.map +0 -1
  2763. package/script/src/api/exchange/_methods/twapCancel.d.ts +0 -181
  2764. package/script/src/api/exchange/_methods/twapCancel.d.ts.map +0 -1
  2765. package/script/src/api/exchange/_methods/twapCancel.js +0 -137
  2766. package/script/src/api/exchange/_methods/twapCancel.js.map +0 -1
  2767. package/script/src/api/exchange/_methods/twapOrder.d.ts +0 -310
  2768. package/script/src/api/exchange/_methods/twapOrder.d.ts.map +0 -1
  2769. package/script/src/api/exchange/_methods/twapOrder.js +0 -163
  2770. package/script/src/api/exchange/_methods/twapOrder.js.map +0 -1
  2771. package/script/src/api/exchange/_methods/updateIsolatedMargin.d.ts +0 -181
  2772. package/script/src/api/exchange/_methods/updateIsolatedMargin.d.ts.map +0 -1
  2773. package/script/src/api/exchange/_methods/updateIsolatedMargin.js +0 -120
  2774. package/script/src/api/exchange/_methods/updateIsolatedMargin.js.map +0 -1
  2775. package/script/src/api/exchange/_methods/updateLeverage.d.ts +0 -181
  2776. package/script/src/api/exchange/_methods/updateLeverage.d.ts.map +0 -1
  2777. package/script/src/api/exchange/_methods/updateLeverage.js +0 -120
  2778. package/script/src/api/exchange/_methods/updateLeverage.js.map +0 -1
  2779. package/script/src/api/exchange/_methods/usdClassTransfer.d.ts +0 -193
  2780. package/script/src/api/exchange/_methods/usdClassTransfer.d.ts.map +0 -1
  2781. package/script/src/api/exchange/_methods/usdClassTransfer.js +0 -129
  2782. package/script/src/api/exchange/_methods/usdClassTransfer.js.map +0 -1
  2783. package/script/src/api/exchange/_methods/usdSend.d.ts +0 -193
  2784. package/script/src/api/exchange/_methods/usdSend.d.ts.map +0 -1
  2785. package/script/src/api/exchange/_methods/usdSend.js +0 -129
  2786. package/script/src/api/exchange/_methods/usdSend.js.map +0 -1
  2787. package/script/src/api/exchange/_methods/userDexAbstraction.d.ts +0 -193
  2788. package/script/src/api/exchange/_methods/userDexAbstraction.d.ts.map +0 -1
  2789. package/script/src/api/exchange/_methods/userDexAbstraction.js +0 -129
  2790. package/script/src/api/exchange/_methods/userDexAbstraction.js.map +0 -1
  2791. package/script/src/api/exchange/_methods/validatorL1Stream.d.ts +0 -152
  2792. package/script/src/api/exchange/_methods/validatorL1Stream.d.ts.map +0 -1
  2793. package/script/src/api/exchange/_methods/validatorL1Stream.js +0 -114
  2794. package/script/src/api/exchange/_methods/validatorL1Stream.js.map +0 -1
  2795. package/script/src/api/exchange/_methods/vaultDistribute.d.ts +0 -166
  2796. package/script/src/api/exchange/_methods/vaultDistribute.d.ts.map +0 -1
  2797. package/script/src/api/exchange/_methods/vaultDistribute.js +0 -112
  2798. package/script/src/api/exchange/_methods/vaultDistribute.js.map +0 -1
  2799. package/script/src/api/exchange/_methods/vaultModify.d.ts +0 -174
  2800. package/script/src/api/exchange/_methods/vaultModify.d.ts.map +0 -1
  2801. package/script/src/api/exchange/_methods/vaultModify.js +0 -114
  2802. package/script/src/api/exchange/_methods/vaultModify.js.map +0 -1
  2803. package/script/src/api/exchange/_methods/vaultTransfer.d.ts +0 -178
  2804. package/script/src/api/exchange/_methods/vaultTransfer.d.ts.map +0 -1
  2805. package/script/src/api/exchange/_methods/vaultTransfer.js +0 -118
  2806. package/script/src/api/exchange/_methods/vaultTransfer.js.map +0 -1
  2807. package/script/src/api/exchange/_methods/withdraw3.d.ts +0 -193
  2808. package/script/src/api/exchange/_methods/withdraw3.d.ts.map +0 -1
  2809. package/script/src/api/exchange/_methods/withdraw3.js +0 -129
  2810. package/script/src/api/exchange/_methods/withdraw3.js.map +0 -1
  2811. package/script/src/api/exchange/client.d.ts +0 -238
  2812. package/script/src/api/exchange/client.d.ts.map +0 -1
  2813. package/script/src/api/exchange/client.js +0 -295
  2814. package/script/src/api/exchange/client.js.map +0 -1
  2815. package/script/src/api/exchange/mod.d.ts +0 -86
  2816. package/script/src/api/exchange/mod.d.ts.map +0 -1
  2817. package/script/src/api/exchange/mod.js +0 -103
  2818. package/script/src/api/exchange/mod.js.map +0 -1
  2819. package/script/src/api/info/_methods/_base/commonSchemas.d.ts +0 -343
  2820. package/script/src/api/info/_methods/_base/commonSchemas.d.ts.map +0 -1
  2821. package/script/src/api/info/_methods/_base/commonSchemas.js +0 -377
  2822. package/script/src/api/info/_methods/_base/commonSchemas.js.map +0 -1
  2823. package/script/src/api/info/_methods/_base/types.d.ts +0 -7
  2824. package/script/src/api/info/_methods/_base/types.d.ts.map +0 -1
  2825. package/script/src/api/info/_methods/_base/types.js +0 -3
  2826. package/script/src/api/info/_methods/_base/types.js.map +0 -1
  2827. package/script/src/api/info/_methods/activeAssetData.d.ts +0 -102
  2828. package/script/src/api/info/_methods/activeAssetData.d.ts.map +0 -1
  2829. package/script/src/api/info/_methods/activeAssetData.js +0 -126
  2830. package/script/src/api/info/_methods/activeAssetData.js.map +0 -1
  2831. package/script/src/api/info/_methods/alignedQuoteTokenInfo.d.ts +0 -66
  2832. package/script/src/api/info/_methods/alignedQuoteTokenInfo.d.ts.map +0 -1
  2833. package/script/src/api/info/_methods/alignedQuoteTokenInfo.js +0 -106
  2834. package/script/src/api/info/_methods/alignedQuoteTokenInfo.js.map +0 -1
  2835. package/script/src/api/info/_methods/allBorrowLendReserveStates.d.ts +0 -84
  2836. package/script/src/api/info/_methods/allBorrowLendReserveStates.d.ts.map +0 -1
  2837. package/script/src/api/info/_methods/allBorrowLendReserveStates.js +0 -110
  2838. package/script/src/api/info/_methods/allBorrowLendReserveStates.js.map +0 -1
  2839. package/script/src/api/info/_methods/allMids.d.ts +0 -53
  2840. package/script/src/api/info/_methods/allMids.d.ts.map +0 -1
  2841. package/script/src/api/info/_methods/allMids.js +0 -71
  2842. package/script/src/api/info/_methods/allMids.js.map +0 -1
  2843. package/script/src/api/info/_methods/allPerpMetas.d.ts +0 -125
  2844. package/script/src/api/info/_methods/allPerpMetas.d.ts.map +0 -1
  2845. package/script/src/api/info/_methods/allPerpMetas.js +0 -85
  2846. package/script/src/api/info/_methods/allPerpMetas.js.map +0 -1
  2847. package/script/src/api/info/_methods/blockDetails.d.ts +0 -140
  2848. package/script/src/api/info/_methods/blockDetails.d.ts.map +0 -1
  2849. package/script/src/api/info/_methods/blockDetails.js +0 -110
  2850. package/script/src/api/info/_methods/blockDetails.js.map +0 -1
  2851. package/script/src/api/info/_methods/borrowLendUserState.d.ts +0 -123
  2852. package/script/src/api/info/_methods/borrowLendUserState.d.ts.map +0 -1
  2853. package/script/src/api/info/_methods/borrowLendUserState.js +0 -121
  2854. package/script/src/api/info/_methods/borrowLendUserState.js.map +0 -1
  2855. package/script/src/api/info/_methods/candleSnapshot.d.ts +0 -104
  2856. package/script/src/api/info/_methods/candleSnapshot.d.ts.map +0 -1
  2857. package/script/src/api/info/_methods/candleSnapshot.js +0 -126
  2858. package/script/src/api/info/_methods/candleSnapshot.js.map +0 -1
  2859. package/script/src/api/info/_methods/clearinghouseState.d.ts +0 -247
  2860. package/script/src/api/info/_methods/clearinghouseState.d.ts.map +0 -1
  2861. package/script/src/api/info/_methods/clearinghouseState.js +0 -179
  2862. package/script/src/api/info/_methods/clearinghouseState.js.map +0 -1
  2863. package/script/src/api/info/_methods/delegations.d.ts +0 -64
  2864. package/script/src/api/info/_methods/delegations.d.ts.map +0 -1
  2865. package/script/src/api/info/_methods/delegations.js +0 -103
  2866. package/script/src/api/info/_methods/delegations.js.map +0 -1
  2867. package/script/src/api/info/_methods/delegatorHistory.d.ts +0 -127
  2868. package/script/src/api/info/_methods/delegatorHistory.d.ts.map +0 -1
  2869. package/script/src/api/info/_methods/delegatorHistory.js +0 -131
  2870. package/script/src/api/info/_methods/delegatorHistory.js.map +0 -1
  2871. package/script/src/api/info/_methods/delegatorRewards.d.ts +0 -64
  2872. package/script/src/api/info/_methods/delegatorRewards.d.ts.map +0 -1
  2873. package/script/src/api/info/_methods/delegatorRewards.js +0 -103
  2874. package/script/src/api/info/_methods/delegatorRewards.js.map +0 -1
  2875. package/script/src/api/info/_methods/delegatorSummary.d.ts +0 -67
  2876. package/script/src/api/info/_methods/delegatorSummary.d.ts.map +0 -1
  2877. package/script/src/api/info/_methods/delegatorSummary.js +0 -105
  2878. package/script/src/api/info/_methods/delegatorSummary.js.map +0 -1
  2879. package/script/src/api/info/_methods/exchangeStatus.d.ts +0 -48
  2880. package/script/src/api/info/_methods/exchangeStatus.d.ts.map +0 -1
  2881. package/script/src/api/info/_methods/exchangeStatus.js +0 -90
  2882. package/script/src/api/info/_methods/exchangeStatus.js.map +0 -1
  2883. package/script/src/api/info/_methods/extraAgents.d.ts +0 -60
  2884. package/script/src/api/info/_methods/extraAgents.d.ts.map +0 -1
  2885. package/script/src/api/info/_methods/extraAgents.js +0 -99
  2886. package/script/src/api/info/_methods/extraAgents.js.map +0 -1
  2887. package/script/src/api/info/_methods/frontendOpenOrders.d.ts +0 -107
  2888. package/script/src/api/info/_methods/frontendOpenOrders.d.ts.map +0 -1
  2889. package/script/src/api/info/_methods/frontendOpenOrders.js +0 -99
  2890. package/script/src/api/info/_methods/frontendOpenOrders.js.map +0 -1
  2891. package/script/src/api/info/_methods/fundingHistory.d.ts +0 -73
  2892. package/script/src/api/info/_methods/fundingHistory.d.ts.map +0 -1
  2893. package/script/src/api/info/_methods/fundingHistory.js +0 -109
  2894. package/script/src/api/info/_methods/fundingHistory.js.map +0 -1
  2895. package/script/src/api/info/_methods/gossipRootIps.d.ts +0 -40
  2896. package/script/src/api/info/_methods/gossipRootIps.d.ts.map +0 -1
  2897. package/script/src/api/info/_methods/gossipRootIps.js +0 -84
  2898. package/script/src/api/info/_methods/gossipRootIps.js.map +0 -1
  2899. package/script/src/api/info/_methods/historicalOrders.d.ts +0 -163
  2900. package/script/src/api/info/_methods/historicalOrders.d.ts.map +0 -1
  2901. package/script/src/api/info/_methods/historicalOrders.js +0 -164
  2902. package/script/src/api/info/_methods/historicalOrders.js.map +0 -1
  2903. package/script/src/api/info/_methods/isVip.d.ts +0 -49
  2904. package/script/src/api/info/_methods/isVip.d.ts.map +0 -1
  2905. package/script/src/api/info/_methods/isVip.js +0 -92
  2906. package/script/src/api/info/_methods/isVip.js.map +0 -1
  2907. package/script/src/api/info/_methods/l2Book.d.ts +0 -108
  2908. package/script/src/api/info/_methods/l2Book.d.ts.map +0 -1
  2909. package/script/src/api/info/_methods/l2Book.js +0 -117
  2910. package/script/src/api/info/_methods/l2Book.js.map +0 -1
  2911. package/script/src/api/info/_methods/l3Orders.d.ts +0 -183
  2912. package/script/src/api/info/_methods/l3Orders.d.ts.map +0 -1
  2913. package/script/src/api/info/_methods/l3Orders.js.map +0 -1
  2914. package/script/src/api/info/_methods/l4Orders.d.ts +0 -219
  2915. package/script/src/api/info/_methods/l4Orders.d.ts.map +0 -1
  2916. package/script/src/api/info/_methods/l4Orders.js.map +0 -1
  2917. package/script/src/api/info/_methods/leadingVaults.d.ts +0 -57
  2918. package/script/src/api/info/_methods/leadingVaults.d.ts.map +0 -1
  2919. package/script/src/api/info/_methods/leadingVaults.js +0 -97
  2920. package/script/src/api/info/_methods/leadingVaults.js.map +0 -1
  2921. package/script/src/api/info/_methods/legalCheck.d.ts +0 -60
  2922. package/script/src/api/info/_methods/legalCheck.d.ts.map +0 -1
  2923. package/script/src/api/info/_methods/legalCheck.js +0 -99
  2924. package/script/src/api/info/_methods/legalCheck.js.map +0 -1
  2925. package/script/src/api/info/_methods/liquidatable.d.ts +0 -40
  2926. package/script/src/api/info/_methods/liquidatable.d.ts.map +0 -1
  2927. package/script/src/api/info/_methods/liquidatable.js +0 -84
  2928. package/script/src/api/info/_methods/liquidatable.js.map +0 -1
  2929. package/script/src/api/info/_methods/marginTable.d.ts +0 -68
  2930. package/script/src/api/info/_methods/marginTable.d.ts.map +0 -1
  2931. package/script/src/api/info/_methods/marginTable.js +0 -102
  2932. package/script/src/api/info/_methods/marginTable.js.map +0 -1
  2933. package/script/src/api/info/_methods/maxBuilderFee.d.ts +0 -56
  2934. package/script/src/api/info/_methods/maxBuilderFee.d.ts.map +0 -1
  2935. package/script/src/api/info/_methods/maxBuilderFee.js +0 -98
  2936. package/script/src/api/info/_methods/maxBuilderFee.js.map +0 -1
  2937. package/script/src/api/info/_methods/maxMarketOrderNtls.d.ts +0 -40
  2938. package/script/src/api/info/_methods/maxMarketOrderNtls.d.ts.map +0 -1
  2939. package/script/src/api/info/_methods/maxMarketOrderNtls.js +0 -85
  2940. package/script/src/api/info/_methods/maxMarketOrderNtls.js.map +0 -1
  2941. package/script/src/api/info/_methods/meta.d.ts +0 -128
  2942. package/script/src/api/info/_methods/meta.d.ts.map +0 -1
  2943. package/script/src/api/info/_methods/meta.js +0 -101
  2944. package/script/src/api/info/_methods/meta.js.map +0 -1
  2945. package/script/src/api/info/_methods/metaAndAssetCtxs.d.ts +0 -168
  2946. package/script/src/api/info/_methods/metaAndAssetCtxs.d.ts.map +0 -1
  2947. package/script/src/api/info/_methods/metaAndAssetCtxs.js +0 -75
  2948. package/script/src/api/info/_methods/metaAndAssetCtxs.js.map +0 -1
  2949. package/script/src/api/info/_methods/openOrders.d.ts +0 -86
  2950. package/script/src/api/info/_methods/openOrders.d.ts.map +0 -1
  2951. package/script/src/api/info/_methods/openOrders.js +0 -99
  2952. package/script/src/api/info/_methods/openOrders.js.map +0 -1
  2953. package/script/src/api/info/_methods/orderStatus.d.ts +0 -202
  2954. package/script/src/api/info/_methods/orderStatus.d.ts.map +0 -1
  2955. package/script/src/api/info/_methods/orderStatus.js +0 -181
  2956. package/script/src/api/info/_methods/orderStatus.js.map +0 -1
  2957. package/script/src/api/info/_methods/perpDeployAuctionStatus.d.ts +0 -61
  2958. package/script/src/api/info/_methods/perpDeployAuctionStatus.d.ts.map +0 -1
  2959. package/script/src/api/info/_methods/perpDeployAuctionStatus.js +0 -100
  2960. package/script/src/api/info/_methods/perpDeployAuctionStatus.js.map +0 -1
  2961. package/script/src/api/info/_methods/perpDexLimits.d.ts +0 -67
  2962. package/script/src/api/info/_methods/perpDexLimits.d.ts.map +0 -1
  2963. package/script/src/api/info/_methods/perpDexLimits.js +0 -105
  2964. package/script/src/api/info/_methods/perpDexLimits.js.map +0 -1
  2965. package/script/src/api/info/_methods/perpDexStatus.d.ts +0 -55
  2966. package/script/src/api/info/_methods/perpDexStatus.d.ts.map +0 -1
  2967. package/script/src/api/info/_methods/perpDexStatus.js +0 -96
  2968. package/script/src/api/info/_methods/perpDexStatus.js.map +0 -1
  2969. package/script/src/api/info/_methods/perpDexs.d.ts +0 -87
  2970. package/script/src/api/info/_methods/perpDexs.d.ts.map +0 -1
  2971. package/script/src/api/info/_methods/perpDexs.js +0 -115
  2972. package/script/src/api/info/_methods/perpDexs.js.map +0 -1
  2973. package/script/src/api/info/_methods/perpsAtOpenInterestCap.d.ts +0 -51
  2974. package/script/src/api/info/_methods/perpsAtOpenInterestCap.d.ts.map +0 -1
  2975. package/script/src/api/info/_methods/perpsAtOpenInterestCap.js +0 -70
  2976. package/script/src/api/info/_methods/perpsAtOpenInterestCap.js.map +0 -1
  2977. package/script/src/api/info/_methods/portfolio.d.ts +0 -173
  2978. package/script/src/api/info/_methods/portfolio.d.ts.map +0 -1
  2979. package/script/src/api/info/_methods/portfolio.js +0 -116
  2980. package/script/src/api/info/_methods/portfolio.js.map +0 -1
  2981. package/script/src/api/info/_methods/preTransferCheck.d.ts +0 -66
  2982. package/script/src/api/info/_methods/preTransferCheck.d.ts.map +0 -1
  2983. package/script/src/api/info/_methods/preTransferCheck.js +0 -103
  2984. package/script/src/api/info/_methods/preTransferCheck.js.map +0 -1
  2985. package/script/src/api/info/_methods/predictedFundings.d.ts +0 -55
  2986. package/script/src/api/info/_methods/predictedFundings.d.ts.map +0 -1
  2987. package/script/src/api/info/_methods/predictedFundings.js +0 -106
  2988. package/script/src/api/info/_methods/predictedFundings.js.map +0 -1
  2989. package/script/src/api/info/_methods/recentTrades.d.ts +0 -75
  2990. package/script/src/api/info/_methods/recentTrades.d.ts.map +0 -1
  2991. package/script/src/api/info/_methods/recentTrades.js +0 -109
  2992. package/script/src/api/info/_methods/recentTrades.js.map +0 -1
  2993. package/script/src/api/info/_methods/referral.d.ts +0 -253
  2994. package/script/src/api/info/_methods/referral.d.ts.map +0 -1
  2995. package/script/src/api/info/_methods/referral.js +0 -189
  2996. package/script/src/api/info/_methods/referral.js.map +0 -1
  2997. package/script/src/api/info/_methods/spotClearinghouseState.d.ts +0 -102
  2998. package/script/src/api/info/_methods/spotClearinghouseState.d.ts.map +0 -1
  2999. package/script/src/api/info/_methods/spotClearinghouseState.js +0 -121
  3000. package/script/src/api/info/_methods/spotClearinghouseState.js.map +0 -1
  3001. package/script/src/api/info/_methods/spotDeployState.d.ts +0 -157
  3002. package/script/src/api/info/_methods/spotDeployState.d.ts.map +0 -1
  3003. package/script/src/api/info/_methods/spotDeployState.js +0 -132
  3004. package/script/src/api/info/_methods/spotDeployState.js.map +0 -1
  3005. package/script/src/api/info/_methods/spotMeta.d.ts +0 -124
  3006. package/script/src/api/info/_methods/spotMeta.d.ts.map +0 -1
  3007. package/script/src/api/info/_methods/spotMeta.js +0 -127
  3008. package/script/src/api/info/_methods/spotMeta.js.map +0 -1
  3009. package/script/src/api/info/_methods/spotMetaAndAssetCtxs.d.ts +0 -155
  3010. package/script/src/api/info/_methods/spotMetaAndAssetCtxs.d.ts.map +0 -1
  3011. package/script/src/api/info/_methods/spotMetaAndAssetCtxs.js +0 -93
  3012. package/script/src/api/info/_methods/spotMetaAndAssetCtxs.js.map +0 -1
  3013. package/script/src/api/info/_methods/spotPairDeployAuctionStatus.d.ts +0 -62
  3014. package/script/src/api/info/_methods/spotPairDeployAuctionStatus.d.ts.map +0 -1
  3015. package/script/src/api/info/_methods/spotPairDeployAuctionStatus.js +0 -89
  3016. package/script/src/api/info/_methods/spotPairDeployAuctionStatus.js.map +0 -1
  3017. package/script/src/api/info/_methods/subAccounts.d.ts +0 -374
  3018. package/script/src/api/info/_methods/subAccounts.d.ts.map +0 -1
  3019. package/script/src/api/info/_methods/subAccounts.js +0 -109
  3020. package/script/src/api/info/_methods/subAccounts.js.map +0 -1
  3021. package/script/src/api/info/_methods/subAccounts2.d.ts +0 -414
  3022. package/script/src/api/info/_methods/subAccounts2.d.ts.map +0 -1
  3023. package/script/src/api/info/_methods/subAccounts2.js +0 -106
  3024. package/script/src/api/info/_methods/subAccounts2.js.map +0 -1
  3025. package/script/src/api/info/_methods/tokenDetails.d.ts +0 -118
  3026. package/script/src/api/info/_methods/tokenDetails.d.ts.map +0 -1
  3027. package/script/src/api/info/_methods/tokenDetails.js +0 -136
  3028. package/script/src/api/info/_methods/tokenDetails.js.map +0 -1
  3029. package/script/src/api/info/_methods/twapHistory.d.ts +0 -131
  3030. package/script/src/api/info/_methods/twapHistory.d.ts.map +0 -1
  3031. package/script/src/api/info/_methods/twapHistory.js +0 -123
  3032. package/script/src/api/info/_methods/twapHistory.js.map +0 -1
  3033. package/script/src/api/info/_methods/txDetails.d.ts +0 -102
  3034. package/script/src/api/info/_methods/txDetails.d.ts.map +0 -1
  3035. package/script/src/api/info/_methods/txDetails.js +0 -97
  3036. package/script/src/api/info/_methods/txDetails.js.map +0 -1
  3037. package/script/src/api/info/_methods/userDetails.d.ts +0 -102
  3038. package/script/src/api/info/_methods/userDetails.d.ts.map +0 -1
  3039. package/script/src/api/info/_methods/userDetails.js +0 -97
  3040. package/script/src/api/info/_methods/userDetails.js.map +0 -1
  3041. package/script/src/api/info/_methods/userDexAbstraction.d.ts +0 -53
  3042. package/script/src/api/info/_methods/userDexAbstraction.d.ts.map +0 -1
  3043. package/script/src/api/info/_methods/userDexAbstraction.js +0 -96
  3044. package/script/src/api/info/_methods/userDexAbstraction.js.map +0 -1
  3045. package/script/src/api/info/_methods/userFees.d.ts +0 -256
  3046. package/script/src/api/info/_methods/userFees.d.ts.map +0 -1
  3047. package/script/src/api/info/_methods/userFees.js +0 -201
  3048. package/script/src/api/info/_methods/userFees.js.map +0 -1
  3049. package/script/src/api/info/_methods/userFills.d.ts +0 -127
  3050. package/script/src/api/info/_methods/userFills.d.ts.map +0 -1
  3051. package/script/src/api/info/_methods/userFills.js +0 -114
  3052. package/script/src/api/info/_methods/userFills.js.map +0 -1
  3053. package/script/src/api/info/_methods/userFillsByTime.d.ts +0 -151
  3054. package/script/src/api/info/_methods/userFillsByTime.d.ts.map +0 -1
  3055. package/script/src/api/info/_methods/userFillsByTime.js +0 -103
  3056. package/script/src/api/info/_methods/userFillsByTime.js.map +0 -1
  3057. package/script/src/api/info/_methods/userFunding.d.ts +0 -97
  3058. package/script/src/api/info/_methods/userFunding.d.ts.map +0 -1
  3059. package/script/src/api/info/_methods/userFunding.js +0 -120
  3060. package/script/src/api/info/_methods/userFunding.js.map +0 -1
  3061. package/script/src/api/info/_methods/userNonFundingLedgerUpdates.d.ts +0 -421
  3062. package/script/src/api/info/_methods/userNonFundingLedgerUpdates.d.ts.map +0 -1
  3063. package/script/src/api/info/_methods/userNonFundingLedgerUpdates.js +0 -304
  3064. package/script/src/api/info/_methods/userNonFundingLedgerUpdates.js.map +0 -1
  3065. package/script/src/api/info/_methods/userRateLimit.d.ts +0 -67
  3066. package/script/src/api/info/_methods/userRateLimit.d.ts.map +0 -1
  3067. package/script/src/api/info/_methods/userRateLimit.js +0 -105
  3068. package/script/src/api/info/_methods/userRateLimit.js.map +0 -1
  3069. package/script/src/api/info/_methods/userRole.d.ts +0 -88
  3070. package/script/src/api/info/_methods/userRole.d.ts.map +0 -1
  3071. package/script/src/api/info/_methods/userRole.js +0 -119
  3072. package/script/src/api/info/_methods/userRole.js.map +0 -1
  3073. package/script/src/api/info/_methods/userToMultiSigSigners.d.ts +0 -57
  3074. package/script/src/api/info/_methods/userToMultiSigSigners.d.ts.map +0 -1
  3075. package/script/src/api/info/_methods/userToMultiSigSigners.js +0 -97
  3076. package/script/src/api/info/_methods/userToMultiSigSigners.js.map +0 -1
  3077. package/script/src/api/info/_methods/userTwapSliceFills.d.ts +0 -125
  3078. package/script/src/api/info/_methods/userTwapSliceFills.d.ts.map +0 -1
  3079. package/script/src/api/info/_methods/userTwapSliceFills.js +0 -102
  3080. package/script/src/api/info/_methods/userTwapSliceFills.js.map +0 -1
  3081. package/script/src/api/info/_methods/userTwapSliceFillsByTime.d.ts +0 -148
  3082. package/script/src/api/info/_methods/userTwapSliceFillsByTime.d.ts.map +0 -1
  3083. package/script/src/api/info/_methods/userTwapSliceFillsByTime.js +0 -100
  3084. package/script/src/api/info/_methods/userTwapSliceFillsByTime.js.map +0 -1
  3085. package/script/src/api/info/_methods/userVaultEquities.d.ts +0 -64
  3086. package/script/src/api/info/_methods/userVaultEquities.d.ts.map +0 -1
  3087. package/script/src/api/info/_methods/userVaultEquities.js +0 -103
  3088. package/script/src/api/info/_methods/userVaultEquities.js.map +0 -1
  3089. package/script/src/api/info/_methods/validatorL1Votes.d.ts +0 -63
  3090. package/script/src/api/info/_methods/validatorL1Votes.d.ts.map +0 -1
  3091. package/script/src/api/info/_methods/validatorL1Votes.js +0 -101
  3092. package/script/src/api/info/_methods/validatorL1Votes.js.map +0 -1
  3093. package/script/src/api/info/_methods/validatorSummaries.d.ts +0 -132
  3094. package/script/src/api/info/_methods/validatorSummaries.d.ts.map +0 -1
  3095. package/script/src/api/info/_methods/validatorSummaries.js +0 -123
  3096. package/script/src/api/info/_methods/validatorSummaries.js.map +0 -1
  3097. package/script/src/api/info/_methods/vaultDetails.d.ts +0 -358
  3098. package/script/src/api/info/_methods/vaultDetails.d.ts.map +0 -1
  3099. package/script/src/api/info/_methods/vaultDetails.js +0 -163
  3100. package/script/src/api/info/_methods/vaultDetails.js.map +0 -1
  3101. package/script/src/api/info/_methods/vaultSummaries.d.ts +0 -93
  3102. package/script/src/api/info/_methods/vaultSummaries.d.ts.map +0 -1
  3103. package/script/src/api/info/_methods/vaultSummaries.js +0 -101
  3104. package/script/src/api/info/_methods/vaultSummaries.js.map +0 -1
  3105. package/script/src/api/info/_methods/webData2.d.ts +0 -732
  3106. package/script/src/api/info/_methods/webData2.d.ts.map +0 -1
  3107. package/script/src/api/info/_methods/webData2.js +0 -134
  3108. package/script/src/api/info/_methods/webData2.js.map +0 -1
  3109. package/script/src/api/info/client.d.ts +0 -314
  3110. package/script/src/api/info/client.d.ts.map +0 -1
  3111. package/script/src/api/info/client.js +0 -395
  3112. package/script/src/api/info/client.js.map +0 -1
  3113. package/script/src/api/info/mod.d.ts +0 -96
  3114. package/script/src/api/info/mod.d.ts.map +0 -1
  3115. package/script/src/api/info/mod.js +0 -111
  3116. package/script/src/api/info/mod.js.map +0 -1
  3117. package/script/src/api/subscription/_methods/_types.d.ts.map +0 -1
  3118. package/script/src/api/subscription/_methods/_types.js.map +0 -1
  3119. package/script/src/api/subscription/_methods/activeAssetCtx.d.ts +0 -101
  3120. package/script/src/api/subscription/_methods/activeAssetCtx.d.ts.map +0 -1
  3121. package/script/src/api/subscription/_methods/activeAssetCtx.js +0 -97
  3122. package/script/src/api/subscription/_methods/activeAssetCtx.js.map +0 -1
  3123. package/script/src/api/subscription/_methods/activeAssetData.d.ts +0 -101
  3124. package/script/src/api/subscription/_methods/activeAssetData.d.ts.map +0 -1
  3125. package/script/src/api/subscription/_methods/activeAssetData.js +0 -95
  3126. package/script/src/api/subscription/_methods/activeAssetData.js.map +0 -1
  3127. package/script/src/api/subscription/_methods/activeSpotAssetCtx.d.ts +0 -92
  3128. package/script/src/api/subscription/_methods/activeSpotAssetCtx.d.ts.map +0 -1
  3129. package/script/src/api/subscription/_methods/activeSpotAssetCtx.js +0 -96
  3130. package/script/src/api/subscription/_methods/activeSpotAssetCtx.js.map +0 -1
  3131. package/script/src/api/subscription/_methods/allDexsAssetCtxs.d.ts +0 -91
  3132. package/script/src/api/subscription/_methods/allDexsAssetCtxs.d.ts.map +0 -1
  3133. package/script/src/api/subscription/_methods/allDexsAssetCtxs.js +0 -94
  3134. package/script/src/api/subscription/_methods/allDexsAssetCtxs.js.map +0 -1
  3135. package/script/src/api/subscription/_methods/allDexsClearinghouseState.d.ts +0 -299
  3136. package/script/src/api/subscription/_methods/allDexsClearinghouseState.d.ts.map +0 -1
  3137. package/script/src/api/subscription/_methods/allDexsClearinghouseState.js +0 -104
  3138. package/script/src/api/subscription/_methods/allDexsClearinghouseState.js.map +0 -1
  3139. package/script/src/api/subscription/_methods/allMids.d.ts +0 -63
  3140. package/script/src/api/subscription/_methods/allMids.d.ts.map +0 -1
  3141. package/script/src/api/subscription/_methods/allMids.js +0 -75
  3142. package/script/src/api/subscription/_methods/allMids.js.map +0 -1
  3143. package/script/src/api/subscription/_methods/assetCtxs.d.ts +0 -101
  3144. package/script/src/api/subscription/_methods/assetCtxs.d.ts.map +0 -1
  3145. package/script/src/api/subscription/_methods/assetCtxs.js +0 -75
  3146. package/script/src/api/subscription/_methods/assetCtxs.js.map +0 -1
  3147. package/script/src/api/subscription/_methods/bbo.d.ts +0 -98
  3148. package/script/src/api/subscription/_methods/bbo.d.ts.map +0 -1
  3149. package/script/src/api/subscription/_methods/bbo.js +0 -109
  3150. package/script/src/api/subscription/_methods/bbo.js.map +0 -1
  3151. package/script/src/api/subscription/_methods/candle.d.ts +0 -84
  3152. package/script/src/api/subscription/_methods/candle.d.ts.map +0 -1
  3153. package/script/src/api/subscription/_methods/candle.js +0 -115
  3154. package/script/src/api/subscription/_methods/candle.js.map +0 -1
  3155. package/script/src/api/subscription/_methods/clearinghouseState.d.ts +0 -305
  3156. package/script/src/api/subscription/_methods/clearinghouseState.d.ts.map +0 -1
  3157. package/script/src/api/subscription/_methods/clearinghouseState.js +0 -106
  3158. package/script/src/api/subscription/_methods/clearinghouseState.js.map +0 -1
  3159. package/script/src/api/subscription/_methods/explorerBlock.d.ts +0 -59
  3160. package/script/src/api/subscription/_methods/explorerBlock.d.ts.map +0 -1
  3161. package/script/src/api/subscription/_methods/explorerBlock.js +0 -97
  3162. package/script/src/api/subscription/_methods/explorerBlock.js.map +0 -1
  3163. package/script/src/api/subscription/_methods/explorerTxs.d.ts +0 -76
  3164. package/script/src/api/subscription/_methods/explorerTxs.d.ts.map +0 -1
  3165. package/script/src/api/subscription/_methods/explorerTxs.js +0 -85
  3166. package/script/src/api/subscription/_methods/explorerTxs.js.map +0 -1
  3167. package/script/src/api/subscription/_methods/l2Book.d.ts +0 -106
  3168. package/script/src/api/subscription/_methods/l2Book.d.ts.map +0 -1
  3169. package/script/src/api/subscription/_methods/l2Book.js +0 -120
  3170. package/script/src/api/subscription/_methods/l2Book.js.map +0 -1
  3171. package/script/src/api/subscription/_methods/notification.d.ts +0 -54
  3172. package/script/src/api/subscription/_methods/notification.d.ts.map +0 -1
  3173. package/script/src/api/subscription/_methods/notification.js +0 -93
  3174. package/script/src/api/subscription/_methods/notification.js.map +0 -1
  3175. package/script/src/api/subscription/_methods/openOrders.d.ts +0 -148
  3176. package/script/src/api/subscription/_methods/openOrders.d.ts.map +0 -1
  3177. package/script/src/api/subscription/_methods/openOrders.js +0 -106
  3178. package/script/src/api/subscription/_methods/openOrders.js.map +0 -1
  3179. package/script/src/api/subscription/_methods/orderUpdates.d.ts +0 -131
  3180. package/script/src/api/subscription/_methods/orderUpdates.d.ts.map +0 -1
  3181. package/script/src/api/subscription/_methods/orderUpdates.js +0 -158
  3182. package/script/src/api/subscription/_methods/orderUpdates.js.map +0 -1
  3183. package/script/src/api/subscription/_methods/spotAssetCtxs.d.ts +0 -70
  3184. package/script/src/api/subscription/_methods/spotAssetCtxs.d.ts.map +0 -1
  3185. package/script/src/api/subscription/_methods/spotAssetCtxs.js +0 -87
  3186. package/script/src/api/subscription/_methods/spotAssetCtxs.js.map +0 -1
  3187. package/script/src/api/subscription/_methods/spotState.d.ts +0 -122
  3188. package/script/src/api/subscription/_methods/spotState.d.ts.map +0 -1
  3189. package/script/src/api/subscription/_methods/spotState.js +0 -100
  3190. package/script/src/api/subscription/_methods/spotState.js.map +0 -1
  3191. package/script/src/api/subscription/_methods/trades.d.ts +0 -76
  3192. package/script/src/api/subscription/_methods/trades.d.ts.map +0 -1
  3193. package/script/src/api/subscription/_methods/trades.js +0 -92
  3194. package/script/src/api/subscription/_methods/trades.js.map +0 -1
  3195. package/script/src/api/subscription/_methods/twapStates.d.ts +0 -107
  3196. package/script/src/api/subscription/_methods/twapStates.d.ts.map +0 -1
  3197. package/script/src/api/subscription/_methods/twapStates.js +0 -106
  3198. package/script/src/api/subscription/_methods/twapStates.js.map +0 -1
  3199. package/script/src/api/subscription/_methods/userEvents.d.ts +0 -467
  3200. package/script/src/api/subscription/_methods/userEvents.d.ts.map +0 -1
  3201. package/script/src/api/subscription/_methods/userEvents.js +0 -153
  3202. package/script/src/api/subscription/_methods/userEvents.js.map +0 -1
  3203. package/script/src/api/subscription/_methods/userFills.d.ts +0 -175
  3204. package/script/src/api/subscription/_methods/userFills.d.ts.map +0 -1
  3205. package/script/src/api/subscription/_methods/userFills.js +0 -106
  3206. package/script/src/api/subscription/_methods/userFills.js.map +0 -1
  3207. package/script/src/api/subscription/_methods/userFundings.d.ts +0 -87
  3208. package/script/src/api/subscription/_methods/userFundings.d.ts.map +0 -1
  3209. package/script/src/api/subscription/_methods/userFundings.js +0 -112
  3210. package/script/src/api/subscription/_methods/userFundings.js.map +0 -1
  3211. package/script/src/api/subscription/_methods/userHistoricalOrders.d.ts +0 -178
  3212. package/script/src/api/subscription/_methods/userHistoricalOrders.d.ts.map +0 -1
  3213. package/script/src/api/subscription/_methods/userHistoricalOrders.js +0 -100
  3214. package/script/src/api/subscription/_methods/userHistoricalOrders.js.map +0 -1
  3215. package/script/src/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts +0 -534
  3216. package/script/src/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts.map +0 -1
  3217. package/script/src/api/subscription/_methods/userNonFundingLedgerUpdates.js +0 -100
  3218. package/script/src/api/subscription/_methods/userNonFundingLedgerUpdates.js.map +0 -1
  3219. package/script/src/api/subscription/_methods/userTwapHistory.d.ts +0 -171
  3220. package/script/src/api/subscription/_methods/userTwapHistory.d.ts.map +0 -1
  3221. package/script/src/api/subscription/_methods/userTwapHistory.js +0 -100
  3222. package/script/src/api/subscription/_methods/userTwapHistory.js.map +0 -1
  3223. package/script/src/api/subscription/_methods/userTwapSliceFills.d.ts +0 -168
  3224. package/script/src/api/subscription/_methods/userTwapSliceFills.d.ts.map +0 -1
  3225. package/script/src/api/subscription/_methods/userTwapSliceFills.js +0 -100
  3226. package/script/src/api/subscription/_methods/userTwapSliceFills.js.map +0 -1
  3227. package/script/src/api/subscription/_methods/webData2.d.ts +0 -860
  3228. package/script/src/api/subscription/_methods/webData2.d.ts.map +0 -1
  3229. package/script/src/api/subscription/_methods/webData2.js +0 -93
  3230. package/script/src/api/subscription/_methods/webData2.js.map +0 -1
  3231. package/script/src/api/subscription/_methods/webData3.d.ts +0 -126
  3232. package/script/src/api/subscription/_methods/webData3.d.ts.map +0 -1
  3233. package/script/src/api/subscription/_methods/webData3.js +0 -125
  3234. package/script/src/api/subscription/_methods/webData3.js.map +0 -1
  3235. package/script/src/api/subscription/client.d.ts +0 -145
  3236. package/script/src/api/subscription/client.d.ts.map +0 -1
  3237. package/script/src/api/subscription/client.js +0 -183
  3238. package/script/src/api/subscription/client.js.map +0 -1
  3239. package/script/src/api/subscription/mod.d.ts.map +0 -1
  3240. package/script/src/api/subscription/mod.js.map +0 -1
  3241. package/script/src/mod.d.ts +0 -35
  3242. package/script/src/mod.d.ts.map +0 -1
  3243. package/script/src/mod.js +0 -51
  3244. package/script/src/mod.js.map +0 -1
  3245. package/script/src/signing/_abstractWallet.d.ts +0 -119
  3246. package/script/src/signing/_abstractWallet.d.ts.map +0 -1
  3247. package/script/src/signing/_abstractWallet.js +0 -195
  3248. package/script/src/signing/_abstractWallet.js.map +0 -1
  3249. package/script/src/signing/_privateKeySigner.d.ts +0 -37
  3250. package/script/src/signing/_privateKeySigner.d.ts.map +0 -1
  3251. package/script/src/signing/_privateKeySigner.js +0 -37
  3252. package/script/src/signing/_privateKeySigner.js.map +0 -1
  3253. package/script/src/signing/mod.d.ts +0 -277
  3254. package/script/src/signing/mod.d.ts.map +0 -1
  3255. package/script/src/signing/mod.js +0 -363
  3256. package/script/src/signing/mod.js.map +0 -1
  3257. package/script/src/transport/_base.d.ts +0 -51
  3258. package/script/src/transport/_base.d.ts.map +0 -1
  3259. package/script/src/transport/_base.js.map +0 -1
  3260. package/script/src/transport/_polyfills.d.ts +0 -46
  3261. package/script/src/transport/_polyfills.d.ts.map +0 -1
  3262. package/script/src/transport/_polyfills.js +0 -57
  3263. package/script/src/transport/_polyfills.js.map +0 -1
  3264. package/script/src/transport/http/mod.d.ts +0 -111
  3265. package/script/src/transport/http/mod.d.ts.map +0 -1
  3266. package/script/src/transport/http/mod.js +0 -171
  3267. package/script/src/transport/http/mod.js.map +0 -1
  3268. package/script/src/transport/mod.d.ts.map +0 -1
  3269. package/script/src/transport/mod.js.map +0 -1
  3270. package/script/src/transport/websocket/_hyperliquidEventTarget.d.ts +0 -67
  3271. package/script/src/transport/websocket/_hyperliquidEventTarget.d.ts.map +0 -1
  3272. package/script/src/transport/websocket/_hyperliquidEventTarget.js +0 -96
  3273. package/script/src/transport/websocket/_hyperliquidEventTarget.js.map +0 -1
  3274. package/script/src/transport/websocket/_postRequest.d.ts +0 -42
  3275. package/script/src/transport/websocket/_postRequest.d.ts.map +0 -1
  3276. package/script/src/transport/websocket/_postRequest.js +0 -236
  3277. package/script/src/transport/websocket/_postRequest.js.map +0 -1
  3278. package/script/src/transport/websocket/_subscriptionManager.d.ts +0 -51
  3279. package/script/src/transport/websocket/_subscriptionManager.d.ts.map +0 -1
  3280. package/script/src/transport/websocket/_subscriptionManager.js +0 -154
  3281. package/script/src/transport/websocket/_subscriptionManager.js.map +0 -1
  3282. package/script/src/transport/websocket/mod.d.ts +0 -142
  3283. package/script/src/transport/websocket/mod.d.ts.map +0 -1
  3284. package/script/src/transport/websocket/mod.js +0 -204
  3285. package/script/src/transport/websocket/mod.js.map +0 -1
  3286. package/script/src/utils/_format.d.ts +0 -37
  3287. package/script/src/utils/_format.d.ts.map +0 -1
  3288. package/script/src/utils/_format.js +0 -178
  3289. package/script/src/utils/_format.js.map +0 -1
  3290. package/script/src/utils/_symbolConverter.d.ts +0 -96
  3291. package/script/src/utils/_symbolConverter.d.ts.map +0 -1
  3292. package/script/src/utils/_symbolConverter.js +0 -190
  3293. package/script/src/utils/_symbolConverter.js.map +0 -1
  3294. package/script/src/utils/mod.d.ts +0 -27
  3295. package/script/src/utils/mod.d.ts.map +0 -1
  3296. package/script/src/utils/mod.js +0 -43
  3297. package/script/src/utils/mod.js.map +0 -1
  3298. package/src/_dnt.shims.ts +0 -60
  3299. package/src/bin/_utils.ts +0 -344
  3300. package/src/bin/cli.ts +0 -336
  3301. package/src/deps/jsr.io/@noble/curves/2.0.1/src/abstract/curve.ts +0 -633
  3302. package/src/deps/jsr.io/@noble/curves/2.0.1/src/abstract/hash-to-curve.ts +0 -292
  3303. package/src/deps/jsr.io/@noble/curves/2.0.1/src/abstract/modular.ts +0 -621
  3304. package/src/deps/jsr.io/@noble/curves/2.0.1/src/abstract/weierstrass.ts +0 -1562
  3305. package/src/deps/jsr.io/@noble/curves/2.0.1/src/secp256k1.ts +0 -327
  3306. package/src/deps/jsr.io/@noble/curves/2.0.1/src/utils.ts +0 -306
  3307. package/src/deps/jsr.io/@noble/hashes/2.0.1/src/_md.ts +0 -156
  3308. package/src/deps/jsr.io/@noble/hashes/2.0.1/src/_u64.ts +0 -91
  3309. package/src/deps/jsr.io/@noble/hashes/2.0.1/src/hmac.ts +0 -94
  3310. package/src/deps/jsr.io/@noble/hashes/2.0.1/src/sha2.ts +0 -469
  3311. package/src/deps/jsr.io/@noble/hashes/2.0.1/src/sha3.ts +0 -295
  3312. package/src/deps/jsr.io/@noble/hashes/2.0.1/src/utils.ts +0 -340
  3313. package/src/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/advanced/abi-mapper.ts +0 -212
  3314. package/src/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/address.ts +0 -100
  3315. package/src/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/rlp.ts +0 -104
  3316. package/src/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/tx-internal.ts +0 -626
  3317. package/src/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/tx.ts +0 -274
  3318. package/src/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/core/typed-data.ts +0 -391
  3319. package/src/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/index.ts +0 -12
  3320. package/src/deps/jsr.io/@paulmillr/micro-eth-signer/0.18.1/src/utils.ts +0 -233
  3321. package/src/deps/jsr.io/@paulmillr/micro-packed/0.8.0/src/index.ts +0 -2196
  3322. package/src/deps/jsr.io/@scure/base/2.0.0/index.ts +0 -857
  3323. package/src/deps/jsr.io/@std/async/1.0.16/unstable_semaphore.ts +0 -146
  3324. package/src/src/_base.ts +0 -7
  3325. package/src/src/api/_schemas.ts +0 -110
  3326. package/src/src/api/exchange/_methods/_base/_nonce.ts +0 -29
  3327. package/src/src/api/exchange/_methods/_base/_semaphore.ts +0 -74
  3328. package/src/src/api/exchange/_methods/_base/commonSchemas.ts +0 -84
  3329. package/src/src/api/exchange/_methods/_base/errors.ts +0 -108
  3330. package/src/src/api/exchange/_methods/_base/execute.ts +0 -398
  3331. package/src/src/api/exchange/_methods/agentEnableDexAbstraction.ts +0 -108
  3332. package/src/src/api/exchange/_methods/approveAgent.ts +0 -163
  3333. package/src/src/api/exchange/_methods/approveBuilderFee.ts +0 -156
  3334. package/src/src/api/exchange/_methods/batchModify.ts +0 -250
  3335. package/src/src/api/exchange/_methods/cDeposit.ts +0 -151
  3336. package/src/src/api/exchange/_methods/cSignerAction.ts +0 -145
  3337. package/src/src/api/exchange/_methods/cValidatorAction.ts +0 -252
  3338. package/src/src/api/exchange/_methods/cWithdraw.ts +0 -151
  3339. package/src/src/api/exchange/_methods/cancel.ts +0 -187
  3340. package/src/src/api/exchange/_methods/cancelByCloid.ts +0 -149
  3341. package/src/src/api/exchange/_methods/claimRewards.ts +0 -96
  3342. package/src/src/api/exchange/_methods/convertToMultiSigUser.ts +0 -212
  3343. package/src/src/api/exchange/_methods/createSubAccount.ts +0 -145
  3344. package/src/src/api/exchange/_methods/createVault.ts +0 -168
  3345. package/src/src/api/exchange/_methods/evmUserModify.ts +0 -126
  3346. package/src/src/api/exchange/_methods/linkStakingUser.ts +0 -172
  3347. package/src/src/api/exchange/_methods/modify.ts +0 -236
  3348. package/src/src/api/exchange/_methods/noop.ts +0 -106
  3349. package/src/src/api/exchange/_methods/order.ts +0 -353
  3350. package/src/src/api/exchange/_methods/perpDeploy.ts +0 -539
  3351. package/src/src/api/exchange/_methods/registerReferrer.ts +0 -120
  3352. package/src/src/api/exchange/_methods/reserveRequestWeight.ts +0 -127
  3353. package/src/src/api/exchange/_methods/scheduleCancel.ts +0 -153
  3354. package/src/src/api/exchange/_methods/sendAsset.ts +0 -189
  3355. package/src/src/api/exchange/_methods/setDisplayName.ts +0 -125
  3356. package/src/src/api/exchange/_methods/setReferrer.ts +0 -120
  3357. package/src/src/api/exchange/_methods/spotDeploy.ts +0 -369
  3358. package/src/src/api/exchange/_methods/spotSend.ts +0 -166
  3359. package/src/src/api/exchange/_methods/spotUser.ts +0 -124
  3360. package/src/src/api/exchange/_methods/subAccountModify.ts +0 -125
  3361. package/src/src/api/exchange/_methods/subAccountSpotTransfer.ts +0 -138
  3362. package/src/src/api/exchange/_methods/subAccountTransfer.ts +0 -129
  3363. package/src/src/api/exchange/_methods/tokenDelegate.ts +0 -163
  3364. package/src/src/api/exchange/_methods/twapCancel.ts +0 -173
  3365. package/src/src/api/exchange/_methods/twapOrder.ts +0 -222
  3366. package/src/src/api/exchange/_methods/updateIsolatedMargin.ts +0 -141
  3367. package/src/src/api/exchange/_methods/updateLeverage.ts +0 -142
  3368. package/src/src/api/exchange/_methods/usdClassTransfer.ts +0 -156
  3369. package/src/src/api/exchange/_methods/usdSend.ts +0 -156
  3370. package/src/src/api/exchange/_methods/userDexAbstraction.ts +0 -158
  3371. package/src/src/api/exchange/_methods/validatorL1Stream.ts +0 -126
  3372. package/src/src/api/exchange/_methods/vaultDistribute.ts +0 -129
  3373. package/src/src/api/exchange/_methods/vaultModify.ts +0 -132
  3374. package/src/src/api/exchange/_methods/vaultTransfer.ts +0 -137
  3375. package/src/src/api/exchange/_methods/withdraw3.ts +0 -156
  3376. package/src/src/api/exchange/client.ts +0 -834
  3377. package/src/src/api/exchange/mod.ts +0 -91
  3378. package/src/src/api/info/_methods/_base/commonSchemas.ts +0 -630
  3379. package/src/src/api/info/_methods/_base/types.ts +0 -7
  3380. package/src/src/api/info/_methods/activeAssetData.ts +0 -158
  3381. package/src/src/api/info/_methods/alignedQuoteTokenInfo.ts +0 -117
  3382. package/src/src/api/info/_methods/allBorrowLendReserveStates.ts +0 -131
  3383. package/src/src/api/info/_methods/allMids.ts +0 -99
  3384. package/src/src/api/info/_methods/allPerpMetas.ts +0 -72
  3385. package/src/src/api/info/_methods/blockDetails.ts +0 -129
  3386. package/src/src/api/info/_methods/borrowLendUserState.ts +0 -151
  3387. package/src/src/api/info/_methods/candleSnapshot.ts +0 -164
  3388. package/src/src/api/info/_methods/clearinghouseState.ts +0 -286
  3389. package/src/src/api/info/_methods/delegations.ts +0 -108
  3390. package/src/src/api/info/_methods/delegatorHistory.ts +0 -164
  3391. package/src/src/api/info/_methods/delegatorRewards.ts +0 -108
  3392. package/src/src/api/info/_methods/delegatorSummary.ts +0 -111
  3393. package/src/src/api/info/_methods/exchangeStatus.ts +0 -83
  3394. package/src/src/api/info/_methods/extraAgents.ts +0 -105
  3395. package/src/src/api/info/_methods/frontendOpenOrders.ts +0 -96
  3396. package/src/src/api/info/_methods/fundingHistory.ts +0 -123
  3397. package/src/src/api/info/_methods/gossipRootIps.ts +0 -70
  3398. package/src/src/api/info/_methods/historicalOrders.ts +0 -171
  3399. package/src/src/api/info/_methods/isVip.ts +0 -86
  3400. package/src/src/api/info/_methods/l2Book.ts +0 -141
  3401. package/src/src/api/info/_methods/leadingVaults.ts +0 -99
  3402. package/src/src/api/info/_methods/legalCheck.ts +0 -102
  3403. package/src/src/api/info/_methods/liquidatable.ts +0 -70
  3404. package/src/src/api/info/_methods/marginTable.ts +0 -113
  3405. package/src/src/api/info/_methods/maxBuilderFee.ts +0 -97
  3406. package/src/src/api/info/_methods/maxMarketOrderNtls.ts +0 -74
  3407. package/src/src/api/info/_methods/meta.ts +0 -170
  3408. package/src/src/api/info/_methods/metaAndAssetCtxs.ts +0 -102
  3409. package/src/src/api/info/_methods/openOrders.ts +0 -96
  3410. package/src/src/api/info/_methods/orderStatus.ts +0 -200
  3411. package/src/src/api/info/_methods/perpDeployAuctionStatus.ts +0 -102
  3412. package/src/src/api/info/_methods/perpDexLimits.ts +0 -113
  3413. package/src/src/api/info/_methods/perpDexStatus.ts +0 -93
  3414. package/src/src/api/info/_methods/perpDexs.ts +0 -140
  3415. package/src/src/api/info/_methods/perpsAtOpenInterestCap.ts +0 -97
  3416. package/src/src/api/info/_methods/portfolio.ts +0 -124
  3417. package/src/src/api/info/_methods/preTransferCheck.ts +0 -112
  3418. package/src/src/api/info/_methods/predictedFundings.ts +0 -108
  3419. package/src/src/api/info/_methods/recentTrades.ts +0 -130
  3420. package/src/src/api/info/_methods/referral.ts +0 -309
  3421. package/src/src/api/info/_methods/spotClearinghouseState.ts +0 -154
  3422. package/src/src/api/info/_methods/spotDeployState.ts +0 -176
  3423. package/src/src/api/info/_methods/spotMeta.ts +0 -171
  3424. package/src/src/api/info/_methods/spotMetaAndAssetCtxs.ts +0 -80
  3425. package/src/src/api/info/_methods/spotPairDeployAuctionStatus.ts +0 -76
  3426. package/src/src/api/info/_methods/subAccounts.ts +0 -123
  3427. package/src/src/api/info/_methods/subAccounts2.ts +0 -121
  3428. package/src/src/api/info/_methods/tokenDetails.ts +0 -190
  3429. package/src/src/api/info/_methods/twapHistory.ts +0 -142
  3430. package/src/src/api/info/_methods/txDetails.ts +0 -98
  3431. package/src/src/api/info/_methods/userDetails.ts +0 -97
  3432. package/src/src/api/info/_methods/userDexAbstraction.ts +0 -90
  3433. package/src/src/api/info/_methods/userFees.ts +0 -326
  3434. package/src/src/api/info/_methods/userFills.ts +0 -130
  3435. package/src/src/api/info/_methods/userFillsByTime.ts +0 -106
  3436. package/src/src/api/info/_methods/userFunding.ts +0 -150
  3437. package/src/src/api/info/_methods/userNonFundingLedgerUpdates.ts +0 -546
  3438. package/src/src/api/info/_methods/userRateLimit.ts +0 -111
  3439. package/src/src/api/info/_methods/userRole.ts +0 -134
  3440. package/src/src/api/info/_methods/userToMultiSigSigners.ts +0 -101
  3441. package/src/src/api/info/_methods/userTwapSliceFills.ts +0 -104
  3442. package/src/src/api/info/_methods/userTwapSliceFillsByTime.ts +0 -103
  3443. package/src/src/api/info/_methods/userVaultEquities.ts +0 -108
  3444. package/src/src/api/info/_methods/validatorL1Votes.ts +0 -99
  3445. package/src/src/api/info/_methods/validatorSummaries.ts +0 -159
  3446. package/src/src/api/info/_methods/vaultDetails.ts +0 -254
  3447. package/src/src/api/info/_methods/vaultSummaries.ts +0 -111
  3448. package/src/src/api/info/_methods/webData2.ts +0 -179
  3449. package/src/src/api/info/client.ts +0 -898
  3450. package/src/src/api/info/mod.ts +0 -97
  3451. package/src/src/api/subscription/_methods/activeAssetCtx.ts +0 -98
  3452. package/src/src/api/subscription/_methods/activeAssetData.ts +0 -93
  3453. package/src/src/api/subscription/_methods/activeSpotAssetCtx.ts +0 -97
  3454. package/src/src/api/subscription/_methods/allDexsAssetCtxs.ts +0 -87
  3455. package/src/src/api/subscription/_methods/allDexsClearinghouseState.ts +0 -107
  3456. package/src/src/api/subscription/_methods/allMids.ts +0 -113
  3457. package/src/src/api/subscription/_methods/assetCtxs.ts +0 -113
  3458. package/src/src/api/subscription/_methods/bbo.ts +0 -126
  3459. package/src/src/api/subscription/_methods/candle.ts +0 -143
  3460. package/src/src/api/subscription/_methods/clearinghouseState.ts +0 -113
  3461. package/src/src/api/subscription/_methods/explorerBlock.ts +0 -103
  3462. package/src/src/api/subscription/_methods/explorerTxs.ts +0 -73
  3463. package/src/src/api/subscription/_methods/l2Book.ts +0 -151
  3464. package/src/src/api/subscription/_methods/notification.ts +0 -91
  3465. package/src/src/api/subscription/_methods/openOrders.ts +0 -113
  3466. package/src/src/api/subscription/_methods/orderUpdates.ts +0 -166
  3467. package/src/src/api/subscription/_methods/spotAssetCtxs.ts +0 -75
  3468. package/src/src/api/subscription/_methods/spotState.ts +0 -104
  3469. package/src/src/api/subscription/_methods/trades.ts +0 -87
  3470. package/src/src/api/subscription/_methods/twapStates.ts +0 -113
  3471. package/src/src/api/subscription/_methods/userEvents.ts +0 -203
  3472. package/src/src/api/subscription/_methods/userFills.ts +0 -113
  3473. package/src/src/api/subscription/_methods/userFundings.ts +0 -136
  3474. package/src/src/api/subscription/_methods/userHistoricalOrders.ts +0 -104
  3475. package/src/src/api/subscription/_methods/userNonFundingLedgerUpdates.ts +0 -107
  3476. package/src/src/api/subscription/_methods/userTwapHistory.ts +0 -104
  3477. package/src/src/api/subscription/_methods/userTwapSliceFills.ts +0 -104
  3478. package/src/src/api/subscription/_methods/webData2.ts +0 -88
  3479. package/src/src/api/subscription/_methods/webData3.ts +0 -164
  3480. package/src/src/api/subscription/client.ts +0 -441
  3481. package/src/src/mod.ts +0 -35
  3482. package/src/src/signing/_abstractWallet.ts +0 -315
  3483. package/src/src/signing/_privateKeySigner.ts +0 -56
  3484. package/src/src/signing/mod.ts +0 -454
  3485. package/src/src/transport/_base.ts +0 -57
  3486. package/src/src/transport/_polyfills.ts +0 -62
  3487. package/src/src/transport/http/mod.ts +0 -205
  3488. package/src/src/transport/websocket/_hyperliquidEventTarget.ts +0 -131
  3489. package/src/src/transport/websocket/_postRequest.ts +0 -292
  3490. package/src/src/transport/websocket/_subscriptionManager.ts +0 -195
  3491. package/src/src/transport/websocket/mod.ts +0 -278
  3492. package/src/src/utils/_format.ts +0 -192
  3493. package/src/src/utils/_symbolConverter.ts +0 -223
  3494. package/src/src/utils/mod.ts +0 -27
  3495. /package/esm/{src/api → api}/info/_methods/l3Orders.js +0 -0
  3496. /package/esm/{src/api → api}/info/_methods/l4Orders.js +0 -0
  3497. /package/esm/{src/api → api}/subscription/_methods/_types.d.ts +0 -0
  3498. /package/esm/{src/api → api}/subscription/_methods/_types.js +0 -0
  3499. /package/esm/{src/api → api}/subscription/mod.d.ts +0 -0
  3500. /package/esm/{src/api → api}/subscription/mod.js +0 -0
  3501. /package/esm/{src/transport → transport}/_base.js +0 -0
  3502. /package/esm/{src/transport → transport}/mod.d.ts +0 -0
  3503. /package/esm/{src/transport → transport}/mod.js +0 -0
  3504. /package/script/{src/api → api}/info/_methods/l3Orders.js +0 -0
  3505. /package/script/{src/api → api}/info/_methods/l4Orders.js +0 -0
  3506. /package/script/{src/api → api}/subscription/_methods/_types.d.ts +0 -0
  3507. /package/script/{src/api → api}/subscription/_methods/_types.js +0 -0
  3508. /package/script/{src/api → api}/subscription/mod.d.ts +0 -0
  3509. /package/script/{src/api → api}/subscription/mod.js +0 -0
  3510. /package/script/{src/transport → transport}/_base.js +0 -0
  3511. /package/script/{src/transport → transport}/mod.d.ts +0 -0
  3512. /package/script/{src/transport → transport}/mod.js +0 -0
  3513. /package/src/{src/api → api}/info/_methods/l3Orders.ts +0 -0
  3514. /package/src/{src/api → api}/info/_methods/l4Orders.ts +0 -0
  3515. /package/src/{src/api → api}/subscription/_methods/_types.ts +0 -0
  3516. /package/src/{src/api → api}/subscription/mod.ts +0 -0
  3517. /package/src/{src/transport → transport}/mod.ts +0 -0
@@ -0,0 +1,2497 @@
1
+ /**
2
+ * Client for the Hyperliquid Exchange API endpoint.
3
+ * @module
4
+ */
5
+
6
+ import type { ExchangeConfig, ExchangeSingleWalletConfig } from "./_methods/_base/execute.js";
7
+
8
+ // ============================================================
9
+ // Methods Imports
10
+ // ============================================================
11
+
12
+ import {
13
+ agentEnableDexAbstraction,
14
+ type AgentEnableDexAbstractionOptions,
15
+ type AgentEnableDexAbstractionSuccessResponse,
16
+ } from "./_methods/agentEnableDexAbstraction.js";
17
+ import {
18
+ agentSendAsset,
19
+ type AgentSendAssetOptions,
20
+ type AgentSendAssetParameters,
21
+ type AgentSendAssetSuccessResponse,
22
+ } from "./_methods/agentSendAsset.js";
23
+ import {
24
+ agentSetAbstraction,
25
+ type AgentSetAbstractionOptions,
26
+ type AgentSetAbstractionParameters,
27
+ type AgentSetAbstractionSuccessResponse,
28
+ } from "./_methods/agentSetAbstraction.js";
29
+ import {
30
+ approveAgent,
31
+ type ApproveAgentOptions,
32
+ type ApproveAgentParameters,
33
+ type ApproveAgentSuccessResponse,
34
+ } from "./_methods/approveAgent.js";
35
+ import {
36
+ approveBuilderFee,
37
+ type ApproveBuilderFeeOptions,
38
+ type ApproveBuilderFeeParameters,
39
+ type ApproveBuilderFeeSuccessResponse,
40
+ } from "./_methods/approveBuilderFee.js";
41
+ import {
42
+ batchModify,
43
+ type BatchModifyOptions,
44
+ type BatchModifyParameters,
45
+ type BatchModifySuccessResponse,
46
+ } from "./_methods/batchModify.js";
47
+ import {
48
+ borrowLend,
49
+ type BorrowLendOptions,
50
+ type BorrowLendParameters,
51
+ type BorrowLendSuccessResponse,
52
+ } from "./_methods/borrowLend.js";
53
+ import { cancel, type CancelOptions, type CancelParameters, type CancelSuccessResponse } from "./_methods/cancel.js";
54
+ import {
55
+ cancelByCloid,
56
+ type CancelByCloidOptions,
57
+ type CancelByCloidParameters,
58
+ type CancelByCloidSuccessResponse,
59
+ } from "./_methods/cancelByCloid.js";
60
+ import {
61
+ cDeposit,
62
+ type CDepositOptions,
63
+ type CDepositParameters,
64
+ type CDepositSuccessResponse,
65
+ } from "./_methods/cDeposit.js";
66
+ import { claimRewards, type ClaimRewardsOptions, type ClaimRewardsSuccessResponse } from "./_methods/claimRewards.js";
67
+ import {
68
+ convertToMultiSigUser,
69
+ type ConvertToMultiSigUserOptions,
70
+ type ConvertToMultiSigUserParameters,
71
+ type ConvertToMultiSigUserSuccessResponse,
72
+ } from "./_methods/convertToMultiSigUser.js";
73
+ import {
74
+ createSubAccount,
75
+ type CreateSubAccountOptions,
76
+ type CreateSubAccountParameters,
77
+ type CreateSubAccountSuccessResponse,
78
+ } from "./_methods/createSubAccount.js";
79
+ import {
80
+ createVault,
81
+ type CreateVaultOptions,
82
+ type CreateVaultParameters,
83
+ type CreateVaultSuccessResponse,
84
+ } from "./_methods/createVault.js";
85
+ import {
86
+ cSignerAction,
87
+ type CSignerActionOptions,
88
+ type CSignerActionParameters,
89
+ type CSignerActionSuccessResponse,
90
+ } from "./_methods/cSignerAction.js";
91
+ import {
92
+ cValidatorAction,
93
+ type CValidatorActionOptions,
94
+ type CValidatorActionParameters,
95
+ type CValidatorActionSuccessResponse,
96
+ } from "./_methods/cValidatorAction.js";
97
+ import {
98
+ cWithdraw,
99
+ type CWithdrawOptions,
100
+ type CWithdrawParameters,
101
+ type CWithdrawSuccessResponse,
102
+ } from "./_methods/cWithdraw.js";
103
+ import {
104
+ evmUserModify,
105
+ type EvmUserModifyOptions,
106
+ type EvmUserModifyParameters,
107
+ type EvmUserModifySuccessResponse,
108
+ } from "./_methods/evmUserModify.js";
109
+ import {
110
+ linkStakingUser,
111
+ type LinkStakingUserOptions,
112
+ type LinkStakingUserParameters,
113
+ type LinkStakingUserSuccessResponse,
114
+ } from "./_methods/linkStakingUser.js";
115
+ import { modify, type ModifyOptions, type ModifyParameters, type ModifySuccessResponse } from "./_methods/modify.js";
116
+ import { noop, type NoopOptions, type NoopSuccessResponse } from "./_methods/noop.js";
117
+ import { order, type OrderOptions, type OrderParameters, type OrderSuccessResponse } from "./_methods/order.js";
118
+ import {
119
+ perpDeploy,
120
+ type PerpDeployOptions,
121
+ type PerpDeployParameters,
122
+ type PerpDeploySuccessResponse,
123
+ } from "./_methods/perpDeploy.js";
124
+ import {
125
+ registerReferrer,
126
+ type RegisterReferrerOptions,
127
+ type RegisterReferrerParameters,
128
+ type RegisterReferrerSuccessResponse,
129
+ } from "./_methods/registerReferrer.js";
130
+ import {
131
+ reserveRequestWeight,
132
+ type ReserveRequestWeightOptions,
133
+ type ReserveRequestWeightParameters,
134
+ type ReserveRequestWeightSuccessResponse,
135
+ } from "./_methods/reserveRequestWeight.js";
136
+ import {
137
+ scheduleCancel,
138
+ type ScheduleCancelOptions,
139
+ type ScheduleCancelParameters,
140
+ type ScheduleCancelSuccessResponse,
141
+ } from "./_methods/scheduleCancel.js";
142
+ import {
143
+ sendAsset,
144
+ type SendAssetOptions,
145
+ type SendAssetParameters,
146
+ type SendAssetSuccessResponse,
147
+ } from "./_methods/sendAsset.js";
148
+ import {
149
+ sendToEvmWithData,
150
+ type SendToEvmWithDataOptions,
151
+ type SendToEvmWithDataParameters,
152
+ type SendToEvmWithDataSuccessResponse,
153
+ } from "./_methods/sendToEvmWithData.js";
154
+ import {
155
+ setDisplayName,
156
+ type SetDisplayNameOptions,
157
+ type SetDisplayNameParameters,
158
+ type SetDisplayNameSuccessResponse,
159
+ } from "./_methods/setDisplayName.js";
160
+ import {
161
+ setReferrer,
162
+ type SetReferrerOptions,
163
+ type SetReferrerParameters,
164
+ type SetReferrerSuccessResponse,
165
+ } from "./_methods/setReferrer.js";
166
+ import {
167
+ spotDeploy,
168
+ type SpotDeployOptions,
169
+ type SpotDeployParameters,
170
+ type SpotDeploySuccessResponse,
171
+ } from "./_methods/spotDeploy.js";
172
+ import {
173
+ spotSend,
174
+ type SpotSendOptions,
175
+ type SpotSendParameters,
176
+ type SpotSendSuccessResponse,
177
+ } from "./_methods/spotSend.js";
178
+ import {
179
+ spotUser,
180
+ type SpotUserOptions,
181
+ type SpotUserParameters,
182
+ type SpotUserSuccessResponse,
183
+ } from "./_methods/spotUser.js";
184
+ import {
185
+ subAccountModify,
186
+ type SubAccountModifyOptions,
187
+ type SubAccountModifyParameters,
188
+ type SubAccountModifySuccessResponse,
189
+ } from "./_methods/subAccountModify.js";
190
+ import {
191
+ subAccountSpotTransfer,
192
+ type SubAccountSpotTransferOptions,
193
+ type SubAccountSpotTransferParameters,
194
+ type SubAccountSpotTransferSuccessResponse,
195
+ } from "./_methods/subAccountSpotTransfer.js";
196
+ import {
197
+ subAccountTransfer,
198
+ type SubAccountTransferOptions,
199
+ type SubAccountTransferParameters,
200
+ type SubAccountTransferSuccessResponse,
201
+ } from "./_methods/subAccountTransfer.js";
202
+ import {
203
+ tokenDelegate,
204
+ type TokenDelegateOptions,
205
+ type TokenDelegateParameters,
206
+ type TokenDelegateSuccessResponse,
207
+ } from "./_methods/tokenDelegate.js";
208
+ import {
209
+ topUpIsolatedOnlyMargin,
210
+ type TopUpIsolatedOnlyMarginOptions,
211
+ type TopUpIsolatedOnlyMarginParameters,
212
+ type TopUpIsolatedOnlyMarginSuccessResponse,
213
+ } from "./_methods/topUpIsolatedOnlyMargin.js";
214
+ import {
215
+ twapCancel,
216
+ type TwapCancelOptions,
217
+ type TwapCancelParameters,
218
+ type TwapCancelSuccessResponse,
219
+ } from "./_methods/twapCancel.js";
220
+ import {
221
+ twapOrder,
222
+ type TwapOrderOptions,
223
+ type TwapOrderParameters,
224
+ type TwapOrderSuccessResponse,
225
+ } from "./_methods/twapOrder.js";
226
+ import {
227
+ updateIsolatedMargin,
228
+ type UpdateIsolatedMarginOptions,
229
+ type UpdateIsolatedMarginParameters,
230
+ type UpdateIsolatedMarginSuccessResponse,
231
+ } from "./_methods/updateIsolatedMargin.js";
232
+ import {
233
+ updateLeverage,
234
+ type UpdateLeverageOptions,
235
+ type UpdateLeverageParameters,
236
+ type UpdateLeverageSuccessResponse,
237
+ } from "./_methods/updateLeverage.js";
238
+ import {
239
+ usdClassTransfer,
240
+ type UsdClassTransferOptions,
241
+ type UsdClassTransferParameters,
242
+ type UsdClassTransferSuccessResponse,
243
+ } from "./_methods/usdClassTransfer.js";
244
+ import {
245
+ usdSend,
246
+ type UsdSendOptions,
247
+ type UsdSendParameters,
248
+ type UsdSendSuccessResponse,
249
+ } from "./_methods/usdSend.js";
250
+ import {
251
+ userDexAbstraction,
252
+ type UserDexAbstractionOptions,
253
+ type UserDexAbstractionParameters,
254
+ type UserDexAbstractionSuccessResponse,
255
+ } from "./_methods/userDexAbstraction.js";
256
+ import {
257
+ userPortfolioMargin,
258
+ type UserPortfolioMarginOptions,
259
+ type UserPortfolioMarginParameters,
260
+ type UserPortfolioMarginSuccessResponse,
261
+ } from "./_methods/userPortfolioMargin.js";
262
+ import {
263
+ userSetAbstraction,
264
+ type UserSetAbstractionOptions,
265
+ type UserSetAbstractionParameters,
266
+ type UserSetAbstractionSuccessResponse,
267
+ } from "./_methods/userSetAbstraction.js";
268
+ import {
269
+ validatorL1Stream,
270
+ type ValidatorL1StreamOptions,
271
+ type ValidatorL1StreamParameters,
272
+ type ValidatorL1StreamSuccessResponse,
273
+ } from "./_methods/validatorL1Stream.js";
274
+ import {
275
+ vaultDistribute,
276
+ type VaultDistributeOptions,
277
+ type VaultDistributeParameters,
278
+ type VaultDistributeSuccessResponse,
279
+ } from "./_methods/vaultDistribute.js";
280
+ import {
281
+ vaultModify,
282
+ type VaultModifyOptions,
283
+ type VaultModifyParameters,
284
+ type VaultModifySuccessResponse,
285
+ } from "./_methods/vaultModify.js";
286
+ import {
287
+ vaultTransfer,
288
+ type VaultTransferOptions,
289
+ type VaultTransferParameters,
290
+ type VaultTransferSuccessResponse,
291
+ } from "./_methods/vaultTransfer.js";
292
+ import {
293
+ withdraw3,
294
+ type Withdraw3Options,
295
+ type Withdraw3Parameters,
296
+ type Withdraw3SuccessResponse,
297
+ } from "./_methods/withdraw3.js";
298
+
299
+ // ============================================================
300
+ // Client
301
+ // ============================================================
302
+
303
+ /**
304
+ * Execute actions: place orders, cancel orders, transfer funds, etc.
305
+ *
306
+ * Corresponds to the {@link https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint | Exchange endpoint}.
307
+ */
308
+ export class ExchangeClient<C extends ExchangeConfig = ExchangeSingleWalletConfig> {
309
+ config_: C;
310
+
311
+ /**
312
+ * Creates an instance of the ExchangeClient.
313
+ *
314
+ * @param config Configuration for Exchange API requests. See {@link ExchangeConfig}.
315
+ *
316
+ * @example [viem](https://viem.sh/docs/clients/wallet#local-accounts-private-key-mnemonic-etc)
317
+ * ```ts
318
+ * import * as hl from "@nktkas/hyperliquid";
319
+ * import { privateKeyToAccount } from "npm:viem/accounts";
320
+ *
321
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
322
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
323
+ *
324
+ * const client = new hl.ExchangeClient({ transport, wallet });
325
+ * ```
326
+ *
327
+ * @example [ethers.js](https://docs.ethers.org/v6/api/wallet/#Wallet)
328
+ * ```ts
329
+ * import * as hl from "@nktkas/hyperliquid";
330
+ * import { ethers } from "npm:ethers";
331
+ *
332
+ * const wallet = new ethers.Wallet("0x...");
333
+ * const transport = new hl.HttpTransport();
334
+ *
335
+ * const client = new hl.ExchangeClient({ transport, wallet });
336
+ * ```
337
+ *
338
+ * @example Multi-sig
339
+ * ```ts
340
+ * import * as hl from "@nktkas/hyperliquid";
341
+ * import { privateKeyToAccount } from "npm:viem/accounts";
342
+ * import { ethers } from "npm:ethers";
343
+ *
344
+ * const signer1 = privateKeyToAccount("0x...");
345
+ * const signer2 = new ethers.Wallet("0x...");
346
+ * // ... and more signers
347
+ *
348
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
349
+ *
350
+ * const client = new hl.ExchangeClient({
351
+ * transport,
352
+ * signers: [signer1, signer2],
353
+ * multiSigUser: "0x...",
354
+ * });
355
+ * ```
356
+ */
357
+ constructor(config: C) {
358
+ this.config_ = config;
359
+ }
360
+
361
+ /**
362
+ * Enable HIP-3 DEX abstraction.
363
+ *
364
+ * Signing: L1 Action.
365
+ *
366
+ * @param opts Request execution options.
367
+ * @return Successful response without specific data.
368
+ *
369
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
370
+ * @throws {TransportError} When the transport layer throws an error.
371
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
372
+ *
373
+ * @example
374
+ * ```ts
375
+ * import * as hl from "@nktkas/hyperliquid";
376
+ * import { privateKeyToAccount } from "npm:viem/accounts";
377
+ *
378
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
379
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
380
+ * const client = new hl.ExchangeClient({ transport, wallet });
381
+ *
382
+ * await client.agentEnableDexAbstraction();
383
+ * ```
384
+ *
385
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#enable-hip-3-dex-abstraction-agent
386
+ *
387
+ * @deprecated Use {@link agentSetAbstraction} instead.
388
+ */
389
+ agentEnableDexAbstraction(
390
+ opts?: AgentEnableDexAbstractionOptions,
391
+ ): Promise<AgentEnableDexAbstractionSuccessResponse> {
392
+ return agentEnableDexAbstraction(this.config_, opts);
393
+ }
394
+
395
+ /**
396
+ * Transfer tokens between DEXs from an agent wallet.
397
+ *
398
+ * Signing: L1 Action.
399
+ *
400
+ * @param params Parameters specific to the API request.
401
+ * @param opts Request execution options.
402
+ * @return Successful response without specific data.
403
+ *
404
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
405
+ * @throws {TransportError} When the transport layer throws an error.
406
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
407
+ *
408
+ * @example
409
+ * ```ts
410
+ * import * as hl from "@nktkas/hyperliquid";
411
+ * import { privateKeyToAccount } from "npm:viem/accounts";
412
+ *
413
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
414
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
415
+ * const client = new hl.ExchangeClient({ transport, wallet });
416
+ *
417
+ * await client.agentSendAsset({
418
+ * destination: "0x0000000000000000000000000000000000000001",
419
+ * sourceDex: "",
420
+ * destinationDex: "test",
421
+ * token: "USDC:0xeb62eee3685fc4c43992febcd9e75443",
422
+ * amount: "1",
423
+ * });
424
+ * ```
425
+ */
426
+ agentSendAsset(
427
+ params: AgentSendAssetParameters,
428
+ opts?: AgentSendAssetOptions,
429
+ ): Promise<AgentSendAssetSuccessResponse> {
430
+ return agentSendAsset(this.config_, params, opts);
431
+ }
432
+
433
+ /**
434
+ * Set User abstraction mode (method for agent wallet).
435
+ *
436
+ * Signing: L1 Action.
437
+ *
438
+ * @param params Parameters specific to the API request.
439
+ * @param opts Request execution options.
440
+ * @return Successful response without specific data.
441
+ *
442
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
443
+ * @throws {TransportError} When the transport layer throws an error.
444
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
445
+ *
446
+ * @example
447
+ * ```ts
448
+ * import * as hl from "@nktkas/hyperliquid";
449
+ * import { privateKeyToAccount } from "npm:viem/accounts";
450
+ *
451
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
452
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
453
+ * const client = new hl.ExchangeClient({ transport, wallet });
454
+ *
455
+ * await client.agentSetAbstraction({ abstraction: "u" });
456
+ * ```
457
+ *
458
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#set-user-abstraction-agent
459
+ */
460
+ agentSetAbstraction(
461
+ params: AgentSetAbstractionParameters,
462
+ opts?: AgentSetAbstractionOptions,
463
+ ): Promise<AgentSetAbstractionSuccessResponse> {
464
+ return agentSetAbstraction(this.config_, params, opts);
465
+ }
466
+
467
+ /**
468
+ * Approve an agent to sign on behalf of the master account.
469
+ *
470
+ * Signing: User-Signed EIP-712.
471
+ *
472
+ * @param params Parameters specific to the API request.
473
+ * @param opts Request execution options.
474
+ * @return Successful response without specific data.
475
+ *
476
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
477
+ * @throws {TransportError} When the transport layer throws an error.
478
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
479
+ *
480
+ * @example Basic usage
481
+ * ```ts
482
+ * import * as hl from "@nktkas/hyperliquid";
483
+ * import { privateKeyToAccount } from "npm:viem/accounts";
484
+ *
485
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
486
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
487
+ * const client = new hl.ExchangeClient({ transport, wallet });
488
+ *
489
+ * await client.approveAgent({ agentAddress: "0x...", agentName: "myAgent" });
490
+ * ```
491
+ * @example With expiration timestamp
492
+ * ```ts
493
+ * import * as hl from "@nktkas/hyperliquid";
494
+ * import { privateKeyToAccount } from "npm:viem/accounts";
495
+ *
496
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
497
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
498
+ * const client = new hl.ExchangeClient({ transport, wallet });
499
+ *
500
+ * const expirationTimestamp = Date.now() + 24 * 60 * 60 * 1000;
501
+ * await client.approveAgent({
502
+ * agentAddress: "0x...",
503
+ * agentName: `myAgent valid_until ${expirationTimestamp}`,
504
+ * });
505
+ * ```
506
+ *
507
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#approve-an-api-wallet
508
+ */
509
+ approveAgent(
510
+ params: ApproveAgentParameters,
511
+ opts?: ApproveAgentOptions,
512
+ ): Promise<ApproveAgentSuccessResponse> {
513
+ return approveAgent(this.config_, params, opts);
514
+ }
515
+
516
+ /**
517
+ * Approve a maximum fee rate for a builder.
518
+ *
519
+ * Signing: User-Signed EIP-712.
520
+ *
521
+ * @param params Parameters specific to the API request.
522
+ * @param opts Request execution options.
523
+ * @return Successful response without specific data.
524
+ *
525
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
526
+ * @throws {TransportError} When the transport layer throws an error.
527
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
528
+ *
529
+ * @example
530
+ * ```ts
531
+ * import * as hl from "@nktkas/hyperliquid";
532
+ * import { privateKeyToAccount } from "npm:viem/accounts";
533
+ *
534
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
535
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
536
+ * const client = new hl.ExchangeClient({ transport, wallet });
537
+ *
538
+ * await client.approveBuilderFee({ maxFeeRate: "0.01%", builder: "0x..." });
539
+ * ```
540
+ *
541
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#approve-a-builder-fee
542
+ */
543
+ approveBuilderFee(
544
+ params: ApproveBuilderFeeParameters,
545
+ opts?: ApproveBuilderFeeOptions,
546
+ ): Promise<ApproveBuilderFeeSuccessResponse> {
547
+ return approveBuilderFee(this.config_, params, opts);
548
+ }
549
+
550
+ /**
551
+ * Modify multiple orders.
552
+ *
553
+ * Signing: L1 Action.
554
+ *
555
+ * @param params Parameters specific to the API request.
556
+ * @param opts Request execution options.
557
+ * @return Successful variant of {@link OrderResponse} without error statuses.
558
+ *
559
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
560
+ * @throws {TransportError} When the transport layer throws an error.
561
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
562
+ *
563
+ * @example
564
+ * ```ts
565
+ * import * as hl from "@nktkas/hyperliquid";
566
+ * import { privateKeyToAccount } from "npm:viem/accounts";
567
+ *
568
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
569
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
570
+ * const client = new hl.ExchangeClient({ transport, wallet });
571
+ *
572
+ * const data = await client.batchModify({
573
+ * modifies: [
574
+ * {
575
+ * oid: 123,
576
+ * order: {
577
+ * a: 0,
578
+ * b: true,
579
+ * p: "31000",
580
+ * s: "0.2",
581
+ * r: false,
582
+ * t: { limit: { tif: "Gtc" } },
583
+ * },
584
+ * },
585
+ * ],
586
+ * });
587
+ * ```
588
+ *
589
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#modify-multiple-orders
590
+ */
591
+ batchModify(
592
+ params: BatchModifyParameters,
593
+ opts?: BatchModifyOptions,
594
+ ): Promise<BatchModifySuccessResponse> {
595
+ return batchModify(this.config_, params, opts);
596
+ }
597
+
598
+ /**
599
+ * Borrow or lend assets.
600
+ *
601
+ * Signing: L1 Action.
602
+ *
603
+ * @param params Parameters specific to the API request.
604
+ * @param opts Request execution options.
605
+ * @return Successful response without specific data.
606
+ *
607
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
608
+ * @throws {TransportError} When the transport layer throws an error.
609
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
610
+ *
611
+ * @example
612
+ * ```ts
613
+ * import * as hl from "@nktkas/hyperliquid";
614
+ * import { privateKeyToAccount } from "npm:viem/accounts";
615
+ *
616
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
617
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
618
+ * const client = new hl.ExchangeClient({ transport, wallet });
619
+ *
620
+ * await client.borrowLend({ operation: "supply", token: 0, amount: "20" });
621
+ * ```
622
+ *
623
+ * @see null
624
+ */
625
+ borrowLend(
626
+ params: BorrowLendParameters,
627
+ opts?: BorrowLendOptions,
628
+ ): Promise<BorrowLendSuccessResponse> {
629
+ return borrowLend(this.config_, params, opts);
630
+ }
631
+
632
+ /**
633
+ * Cancel order(s).
634
+ *
635
+ * Signing: L1 Action.
636
+ *
637
+ * @param params Parameters specific to the API request.
638
+ * @param opts Request execution options.
639
+ * @return Successful variant of {@link CancelResponse} without error statuses.
640
+ *
641
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
642
+ * @throws {TransportError} When the transport layer throws an error.
643
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
644
+ *
645
+ * @example
646
+ * ```ts
647
+ * import * as hl from "@nktkas/hyperliquid";
648
+ * import { privateKeyToAccount } from "npm:viem/accounts";
649
+ *
650
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
651
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
652
+ * const client = new hl.ExchangeClient({ transport, wallet });
653
+ *
654
+ * await client.cancel({ cancels: [{ a: 0, o: 123 }] });
655
+ * ```
656
+ *
657
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#cancel-order-s
658
+ */
659
+ cancel(
660
+ params: CancelParameters,
661
+ opts?: CancelOptions,
662
+ ): Promise<CancelSuccessResponse> {
663
+ return cancel(this.config_, params, opts);
664
+ }
665
+
666
+ /**
667
+ * Cancel order(s) by cloid.
668
+ *
669
+ * Signing: L1 Action.
670
+ *
671
+ * @param params Parameters specific to the API request.
672
+ * @param opts Request execution options.
673
+ * @return Successful variant of {@link CancelResponse} without error statuses.
674
+ *
675
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
676
+ * @throws {TransportError} When the transport layer throws an error.
677
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
678
+ *
679
+ * @example
680
+ * ```ts
681
+ * import * as hl from "@nktkas/hyperliquid";
682
+ * import { privateKeyToAccount } from "npm:viem/accounts";
683
+ *
684
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
685
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
686
+ * const client = new hl.ExchangeClient({ transport, wallet });
687
+ *
688
+ * await client.cancelByCloid({
689
+ * cancels: [
690
+ * { asset: 0, cloid: "0x..." },
691
+ * ],
692
+ * });
693
+ * ```
694
+ *
695
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#cancel-order-s-by-cloid
696
+ */
697
+ cancelByCloid(
698
+ params: CancelByCloidParameters,
699
+ opts?: CancelByCloidOptions,
700
+ ): Promise<CancelByCloidSuccessResponse> {
701
+ return cancelByCloid(this.config_, params, opts);
702
+ }
703
+
704
+ /**
705
+ * Transfer native token from the user spot account into staking for delegating to validators.
706
+ *
707
+ * Signing: User-Signed EIP-712.
708
+ *
709
+ * @param params Parameters specific to the API request.
710
+ * @param opts Request execution options.
711
+ * @return Successful response without specific data.
712
+ *
713
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
714
+ * @throws {TransportError} When the transport layer throws an error.
715
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
716
+ *
717
+ * @example
718
+ * ```ts
719
+ * import * as hl from "@nktkas/hyperliquid";
720
+ * import { privateKeyToAccount } from "npm:viem/accounts";
721
+ *
722
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
723
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
724
+ * const client = new hl.ExchangeClient({ transport, wallet });
725
+ *
726
+ * await client.cDeposit({ wei: 1 * 1e8 });
727
+ * ```
728
+ *
729
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#deposit-into-staking
730
+ */
731
+ cDeposit(
732
+ params: CDepositParameters,
733
+ opts?: CDepositOptions,
734
+ ): Promise<CDepositSuccessResponse> {
735
+ return cDeposit(this.config_, params, opts);
736
+ }
737
+
738
+ /**
739
+ * Claim rewards from referral program.
740
+ *
741
+ * Signing: L1 Action.
742
+ *
743
+ * @param opts Request execution options.
744
+ * @return Successful response without specific data.
745
+ *
746
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
747
+ * @throws {TransportError} When the transport layer throws an error.
748
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
749
+ *
750
+ * @example
751
+ * ```ts
752
+ * import * as hl from "@nktkas/hyperliquid";
753
+ * import { privateKeyToAccount } from "npm:viem/accounts";
754
+ *
755
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
756
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
757
+ * const client = new hl.ExchangeClient({ transport, wallet });
758
+ *
759
+ * await client.claimRewards();
760
+ * ```
761
+ *
762
+ * @see null
763
+ */
764
+ claimRewards(
765
+ opts?: ClaimRewardsOptions,
766
+ ): Promise<ClaimRewardsSuccessResponse> {
767
+ return claimRewards(this.config_, opts);
768
+ }
769
+
770
+ /**
771
+ * Convert a single-signature account to a multi-signature account or vice versa.
772
+ *
773
+ * Signing: User-Signed EIP-712.
774
+ *
775
+ * @param params Parameters specific to the API request.
776
+ * @param opts Request execution options.
777
+ * @return Successful response without specific data.
778
+ *
779
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
780
+ * @throws {TransportError} When the transport layer throws an error.
781
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
782
+ *
783
+ * @example Convert to multi-sig
784
+ * ```ts
785
+ * import * as hl from "@nktkas/hyperliquid";
786
+ * import { privateKeyToAccount } from "npm:viem/accounts";
787
+ *
788
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
789
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
790
+ * const client = new hl.ExchangeClient({ transport, wallet });
791
+ *
792
+ * await client.convertToMultiSigUser({
793
+ * signers: {
794
+ * authorizedUsers: ["0x...", "0x...", "0x..."],
795
+ * threshold: 2,
796
+ * },
797
+ * });
798
+ * ```
799
+ *
800
+ * @example Convert to single-sig
801
+ * ```ts
802
+ * import * as hl from "@nktkas/hyperliquid";
803
+ * import { privateKeyToAccount } from "npm:viem/accounts";
804
+ *
805
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
806
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
807
+ * const client = new hl.ExchangeClient({ transport, wallet });
808
+ *
809
+ * await client.convertToMultiSigUser({ signers: null });
810
+ * ```
811
+ *
812
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/hypercore/multi-sig
813
+ */
814
+ convertToMultiSigUser(
815
+ params: ConvertToMultiSigUserParameters,
816
+ opts?: ConvertToMultiSigUserOptions,
817
+ ): Promise<ConvertToMultiSigUserSuccessResponse> {
818
+ return convertToMultiSigUser(this.config_, params, opts);
819
+ }
820
+
821
+ /**
822
+ * Create a sub-account.
823
+ *
824
+ * Signing: L1 Action.
825
+ *
826
+ * @param params Parameters specific to the API request.
827
+ * @param opts Request execution options.
828
+ * @return Response for creating a sub-account.
829
+ *
830
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
831
+ * @throws {TransportError} When the transport layer throws an error.
832
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
833
+ *
834
+ * @example
835
+ * ```ts
836
+ * import * as hl from "@nktkas/hyperliquid";
837
+ * import { privateKeyToAccount } from "npm:viem/accounts";
838
+ *
839
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
840
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
841
+ * const client = new hl.ExchangeClient({ transport, wallet });
842
+ *
843
+ * const data = await client.createSubAccount({ name: "..." });
844
+ * ```
845
+ *
846
+ * @see null
847
+ */
848
+ createSubAccount(
849
+ params: CreateSubAccountParameters,
850
+ opts?: CreateSubAccountOptions,
851
+ ): Promise<CreateSubAccountSuccessResponse> {
852
+ return createSubAccount(this.config_, params, opts);
853
+ }
854
+
855
+ /**
856
+ * Create a vault.
857
+ *
858
+ * Signing: L1 Action.
859
+ *
860
+ * @param params Parameters specific to the API request.
861
+ * @param opts Request execution options.
862
+ * @return Response for creating a vault.
863
+ *
864
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
865
+ * @throws {TransportError} When the transport layer throws an error.
866
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
867
+ *
868
+ * @example
869
+ * ```ts
870
+ * import * as hl from "@nktkas/hyperliquid";
871
+ * import { privateKeyToAccount } from "npm:viem/accounts";
872
+ *
873
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
874
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
875
+ * const client = new hl.ExchangeClient({ transport, wallet });
876
+ *
877
+ * const data = await client.createVault({
878
+ * name: "...",
879
+ * description: "...",
880
+ * initialUsd: 100 * 1e6,
881
+ * nonce: Date.now(),
882
+ * });
883
+ * ```
884
+ *
885
+ * @see null
886
+ */
887
+ createVault(
888
+ params: CreateVaultParameters,
889
+ opts?: CreateVaultOptions,
890
+ ): Promise<CreateVaultSuccessResponse> {
891
+ return createVault(this.config_, params, opts);
892
+ }
893
+
894
+ /**
895
+ * Jail or unjail self as a validator signer.
896
+ *
897
+ * Signing: L1 Action.
898
+ *
899
+ * @param params Parameters specific to the API request.
900
+ * @param opts Request execution options.
901
+ * @return Successful response without specific data.
902
+ *
903
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
904
+ * @throws {TransportError} When the transport layer throws an error.
905
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
906
+ *
907
+ * @example Jail self
908
+ * ```ts
909
+ * import * as hl from "@nktkas/hyperliquid";
910
+ * import { privateKeyToAccount } from "npm:viem/accounts";
911
+ *
912
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
913
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
914
+ * const client = new hl.ExchangeClient({ transport, wallet });
915
+ *
916
+ * await client.cSignerAction({ jailSelf: null });
917
+ * ```
918
+ *
919
+ * @example Unjail self
920
+ * ```ts
921
+ * import * as hl from "@nktkas/hyperliquid";
922
+ * import { privateKeyToAccount } from "npm:viem/accounts";
923
+ *
924
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
925
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
926
+ * const client = new hl.ExchangeClient({ transport, wallet });
927
+ *
928
+ * await client.cSignerAction({ unjailSelf: null });
929
+ * ```
930
+ *
931
+ * @see null
932
+ */
933
+ cSignerAction(
934
+ params: CSignerActionParameters,
935
+ opts?: CSignerActionOptions,
936
+ ): Promise<CSignerActionSuccessResponse> {
937
+ return cSignerAction(this.config_, params, opts);
938
+ }
939
+
940
+ /**
941
+ * Action related to validator management.
942
+ *
943
+ * Signing: L1 Action.
944
+ *
945
+ * @param params Parameters specific to the API request.
946
+ * @param opts Request execution options.
947
+ * @return Successful response without specific data.
948
+ *
949
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
950
+ * @throws {TransportError} When the transport layer throws an error.
951
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
952
+ *
953
+ * @example
954
+ * ```ts
955
+ * import * as hl from "@nktkas/hyperliquid";
956
+ * import { privateKeyToAccount } from "npm:viem/accounts";
957
+ *
958
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
959
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
960
+ * const client = new hl.ExchangeClient({ transport, wallet });
961
+ *
962
+ * await client.cValidatorAction({
963
+ * changeProfile: {
964
+ * node_ip: { Ip: "1.2.3.4" },
965
+ * name: "...",
966
+ * description: "...",
967
+ * unjailed: true,
968
+ * disable_delegations: false,
969
+ * commission_bps: null,
970
+ * signer: null,
971
+ * },
972
+ * });
973
+ * ```
974
+ *
975
+ * @see null
976
+ */
977
+ cValidatorAction(
978
+ params: CValidatorActionParameters,
979
+ opts?: CValidatorActionOptions,
980
+ ): Promise<CValidatorActionSuccessResponse> {
981
+ return cValidatorAction(this.config_, params, opts);
982
+ }
983
+
984
+ /**
985
+ * Transfer native token from staking into the user's spot account.
986
+ *
987
+ * Signing: User-Signed EIP-712.
988
+ *
989
+ * @param params Parameters specific to the API request.
990
+ * @param opts Request execution options.
991
+ * @return Successful response without specific data.
992
+ *
993
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
994
+ * @throws {TransportError} When the transport layer throws an error.
995
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
996
+ *
997
+ * @example
998
+ * ```ts
999
+ * import * as hl from "@nktkas/hyperliquid";
1000
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1001
+ *
1002
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1003
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1004
+ * const client = new hl.ExchangeClient({ transport, wallet });
1005
+ *
1006
+ * await client.cWithdraw({ wei: 1 * 1e8 });
1007
+ * ```
1008
+ *
1009
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#withdraw-from-staking
1010
+ */
1011
+ cWithdraw(
1012
+ params: CWithdrawParameters,
1013
+ opts?: CWithdrawOptions,
1014
+ ): Promise<CWithdrawSuccessResponse> {
1015
+ return cWithdraw(this.config_, params, opts);
1016
+ }
1017
+
1018
+ /**
1019
+ * Configure block type for EVM transactions.
1020
+ *
1021
+ * Signing: L1 Action.
1022
+ *
1023
+ * @param params Parameters specific to the API request.
1024
+ * @param opts Request execution options.
1025
+ * @return Successful response without specific data.
1026
+ *
1027
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1028
+ * @throws {TransportError} When the transport layer throws an error.
1029
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1030
+ *
1031
+ * @example
1032
+ * ```ts
1033
+ * import * as hl from "@nktkas/hyperliquid";
1034
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1035
+ *
1036
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1037
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1038
+ * const client = new hl.ExchangeClient({ transport, wallet });
1039
+ *
1040
+ * await client.evmUserModify({ usingBigBlocks: true });
1041
+ * ```
1042
+ *
1043
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/hyperevm/dual-block-architecture
1044
+ */
1045
+ evmUserModify(
1046
+ params: EvmUserModifyParameters,
1047
+ opts?: EvmUserModifyOptions,
1048
+ ): Promise<EvmUserModifySuccessResponse> {
1049
+ return evmUserModify(this.config_, params, opts);
1050
+ }
1051
+
1052
+ /**
1053
+ * Link staking and trading accounts for fee discount attribution.
1054
+ *
1055
+ * Signing: User-Signed EIP-712.
1056
+ *
1057
+ * @param params Parameters specific to the API request.
1058
+ * @param opts Request execution options.
1059
+ * @return Successful response without specific data.
1060
+ *
1061
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1062
+ * @throws {TransportError} When the transport layer throws an error.
1063
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1064
+ *
1065
+ * @example
1066
+ * ```ts
1067
+ * import * as hl from "@nktkas/hyperliquid";
1068
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1069
+ *
1070
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1071
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1072
+ * const client = new hl.ExchangeClient({ transport, wallet });
1073
+ *
1074
+ * await client.linkStakingUser({ user: "0x...", isFinalize: false });
1075
+ * ```
1076
+ *
1077
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/trading/fees#staking-linking
1078
+ */
1079
+ linkStakingUser(
1080
+ params: LinkStakingUserParameters,
1081
+ opts?: LinkStakingUserOptions,
1082
+ ): Promise<LinkStakingUserSuccessResponse> {
1083
+ return linkStakingUser(this.config_, params, opts);
1084
+ }
1085
+
1086
+ /**
1087
+ * Modify an order.
1088
+ *
1089
+ * Signing: L1 Action.
1090
+ *
1091
+ * @param params Parameters specific to the API request.
1092
+ * @param opts Request execution options.
1093
+ * @return Successful response without specific data.
1094
+ *
1095
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1096
+ * @throws {TransportError} When the transport layer throws an error.
1097
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1098
+ *
1099
+ * @example
1100
+ * ```ts
1101
+ * import * as hl from "@nktkas/hyperliquid";
1102
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1103
+ *
1104
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1105
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1106
+ * const client = new hl.ExchangeClient({ transport, wallet });
1107
+ *
1108
+ * await client.modify({
1109
+ * oid: 123,
1110
+ * order: {
1111
+ * a: 0,
1112
+ * b: true,
1113
+ * p: "31000",
1114
+ * s: "0.2",
1115
+ * r: false,
1116
+ * t: { limit: { tif: "Gtc" } },
1117
+ * },
1118
+ * });
1119
+ * ```
1120
+ *
1121
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#modify-an-order
1122
+ */
1123
+ modify(
1124
+ params: ModifyParameters,
1125
+ opts?: ModifyOptions,
1126
+ ): Promise<ModifySuccessResponse> {
1127
+ return modify(this.config_, params, opts);
1128
+ }
1129
+
1130
+ /**
1131
+ * Place an order(s).
1132
+ *
1133
+ * Signing: L1 Action.
1134
+ *
1135
+ * @param params Parameters specific to the API request.
1136
+ * @param opts Request execution options.
1137
+ * @return Successful variant of {@link OrderResponse} without error statuses.
1138
+ *
1139
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1140
+ * @throws {TransportError} When the transport layer throws an error.
1141
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1142
+ *
1143
+ * @example
1144
+ * ```ts
1145
+ * import * as hl from "@nktkas/hyperliquid";
1146
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1147
+ *
1148
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1149
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1150
+ * const client = new hl.ExchangeClient({ transport, wallet });
1151
+ *
1152
+ * const data = await client.order({
1153
+ * orders: [
1154
+ * {
1155
+ * a: 0,
1156
+ * b: true,
1157
+ * p: "30000",
1158
+ * s: "0.1",
1159
+ * r: false,
1160
+ * t: { limit: { tif: "Gtc" } },
1161
+ * },
1162
+ * ],
1163
+ * grouping: "na",
1164
+ * });
1165
+ * ```
1166
+ *
1167
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#place-an-order
1168
+ */
1169
+ order(
1170
+ params: OrderParameters,
1171
+ opts?: OrderOptions,
1172
+ ): Promise<OrderSuccessResponse> {
1173
+ return order(this.config_, params, opts);
1174
+ }
1175
+
1176
+ /**
1177
+ * This action does not do anything (no operation), but causes the nonce to be marked as used.
1178
+ *
1179
+ * Signing: L1 Action.
1180
+ *
1181
+ * @param opts Request execution options.
1182
+ * @return Successful response without specific data.
1183
+ *
1184
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1185
+ * @throws {TransportError} When the transport layer throws an error.
1186
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1187
+ *
1188
+ * @example
1189
+ * ```ts
1190
+ * import * as hl from "@nktkas/hyperliquid";
1191
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1192
+ *
1193
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1194
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1195
+ * const client = new hl.ExchangeClient({ transport, wallet });
1196
+ *
1197
+ * await client.noop();
1198
+ * ```
1199
+ *
1200
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#invalidate-pending-nonce-noop
1201
+ */
1202
+ noop(
1203
+ opts?: NoopOptions,
1204
+ ): Promise<NoopSuccessResponse> {
1205
+ return noop(this.config_, opts);
1206
+ }
1207
+
1208
+ /**
1209
+ * Deploying HIP-3 assets.
1210
+ *
1211
+ * Signing: L1 Action.
1212
+ *
1213
+ * @param params Parameters specific to the API request.
1214
+ * @param opts Request execution options.
1215
+ * @return Successful response without specific data.
1216
+ *
1217
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1218
+ * @throws {TransportError} When the transport layer throws an error.
1219
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1220
+ *
1221
+ * @example
1222
+ * ```ts
1223
+ * import * as hl from "@nktkas/hyperliquid";
1224
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1225
+ *
1226
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1227
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1228
+ * const client = new hl.ExchangeClient({ transport, wallet });
1229
+ *
1230
+ * await client.perpDeploy({
1231
+ * registerAsset: {
1232
+ * maxGas: 1000000,
1233
+ * assetRequest: {
1234
+ * coin: "USDC",
1235
+ * szDecimals: 8,
1236
+ * oraclePx: "1",
1237
+ * marginTableId: 1,
1238
+ * onlyIsolated: false,
1239
+ * },
1240
+ * dex: "test",
1241
+ * schema: null,
1242
+ * },
1243
+ * });
1244
+ * ```
1245
+ *
1246
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/hip-3-deployer-actions
1247
+ */
1248
+ perpDeploy(
1249
+ params: PerpDeployParameters,
1250
+ opts?: PerpDeployOptions,
1251
+ ): Promise<PerpDeploySuccessResponse> {
1252
+ return perpDeploy(this.config_, params, opts);
1253
+ }
1254
+
1255
+ /**
1256
+ * Create a referral code.
1257
+ *
1258
+ * Signing: L1 Action.
1259
+ *
1260
+ * @param params Parameters specific to the API request.
1261
+ * @param opts Request execution options.
1262
+ * @return Successful response without specific data.
1263
+ *
1264
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1265
+ * @throws {TransportError} When the transport layer throws an error.
1266
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1267
+ *
1268
+ * @example
1269
+ * ```ts
1270
+ * import * as hl from "@nktkas/hyperliquid";
1271
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1272
+ *
1273
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1274
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1275
+ * const client = new hl.ExchangeClient({ transport, wallet });
1276
+ *
1277
+ * await client.registerReferrer({ code: "..." });
1278
+ * ```
1279
+ *
1280
+ * @see null
1281
+ */
1282
+ registerReferrer(
1283
+ params: RegisterReferrerParameters,
1284
+ opts?: RegisterReferrerOptions,
1285
+ ): Promise<RegisterReferrerSuccessResponse> {
1286
+ return registerReferrer(this.config_, params, opts);
1287
+ }
1288
+
1289
+ /**
1290
+ * Reserve additional rate-limited actions for a fee.
1291
+ *
1292
+ * Signing: L1 Action.
1293
+ *
1294
+ * @param params Parameters specific to the API request.
1295
+ * @param opts Request execution options.
1296
+ * @return Successful response without specific data.
1297
+ *
1298
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1299
+ * @throws {TransportError} When the transport layer throws an error.
1300
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1301
+ *
1302
+ * @example
1303
+ * ```ts
1304
+ * import * as hl from "@nktkas/hyperliquid";
1305
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1306
+ *
1307
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1308
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1309
+ * const client = new hl.ExchangeClient({ transport, wallet });
1310
+ *
1311
+ * await client.reserveRequestWeight({ weight: 10 });
1312
+ * ```
1313
+ *
1314
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#reserve-additional-actions
1315
+ */
1316
+ reserveRequestWeight(
1317
+ params: ReserveRequestWeightParameters,
1318
+ opts?: ReserveRequestWeightOptions,
1319
+ ): Promise<ReserveRequestWeightSuccessResponse> {
1320
+ return reserveRequestWeight(this.config_, params, opts);
1321
+ }
1322
+
1323
+ /**
1324
+ * Schedule a cancel-all operation at a future time.
1325
+ *
1326
+ * Signing: L1 Action.
1327
+ *
1328
+ * @param params Parameters specific to the API request.
1329
+ * @param opts Request execution options.
1330
+ * @return Successful response without specific data.
1331
+ *
1332
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1333
+ * @throws {TransportError} When the transport layer throws an error.
1334
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1335
+ *
1336
+ * @example
1337
+ * ```ts
1338
+ * import * as hl from "@nktkas/hyperliquid";
1339
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1340
+ *
1341
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1342
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1343
+ * const client = new hl.ExchangeClient({ transport, wallet });
1344
+ *
1345
+ * await client.scheduleCancel({ time: Date.now() + 10_000 });
1346
+ * ```
1347
+ *
1348
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#schedule-cancel-dead-mans-switch
1349
+ */
1350
+ scheduleCancel(
1351
+ params?: ScheduleCancelParameters,
1352
+ opts?: ScheduleCancelOptions,
1353
+ ): Promise<ScheduleCancelSuccessResponse>;
1354
+ scheduleCancel(
1355
+ opts?: ScheduleCancelOptions,
1356
+ ): Promise<ScheduleCancelSuccessResponse>;
1357
+ scheduleCancel(
1358
+ paramsOrOpts?: ScheduleCancelParameters | ScheduleCancelOptions,
1359
+ maybeOpts?: ScheduleCancelOptions,
1360
+ ): Promise<ScheduleCancelSuccessResponse> {
1361
+ const isFirstArgParams = paramsOrOpts && "time" in paramsOrOpts;
1362
+ const params = isFirstArgParams ? paramsOrOpts : {};
1363
+ const opts = isFirstArgParams ? maybeOpts : paramsOrOpts as ScheduleCancelOptions;
1364
+ return scheduleCancel(this.config_, params, opts);
1365
+ }
1366
+
1367
+ /**
1368
+ * Transfer tokens between different perp DEXs, spot balance, users, and/or sub-accounts.
1369
+ *
1370
+ * Signing: User-Signed EIP-712.
1371
+ *
1372
+ * @param params Parameters specific to the API request.
1373
+ * @param opts Request execution options.
1374
+ * @return Successful response without specific data.
1375
+ *
1376
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1377
+ * @throws {TransportError} When the transport layer throws an error.
1378
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1379
+ *
1380
+ * @example
1381
+ * ```ts
1382
+ * import * as hl from "@nktkas/hyperliquid";
1383
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1384
+ *
1385
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1386
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1387
+ * const client = new hl.ExchangeClient({ transport, wallet });
1388
+ *
1389
+ * await client.sendAsset({
1390
+ * destination: "0x0000000000000000000000000000000000000001",
1391
+ * sourceDex: "",
1392
+ * destinationDex: "test",
1393
+ * token: "USDC:0xeb62eee3685fc4c43992febcd9e75443",
1394
+ * amount: "1",
1395
+ * });
1396
+ * ```
1397
+ *
1398
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#send-asset
1399
+ */
1400
+ sendAsset(
1401
+ params: SendAssetParameters,
1402
+ opts?: SendAssetOptions,
1403
+ ): Promise<SendAssetSuccessResponse> {
1404
+ return sendAsset(this.config_, params, opts);
1405
+ }
1406
+
1407
+ /**
1408
+ * Transfer tokens from Core to EVM with an additional data payload for `ICoreReceiveWithData` contracts.
1409
+ *
1410
+ * Signing: User-Signed EIP-712.
1411
+ *
1412
+ * @param params Parameters specific to the API request.
1413
+ * @param opts Request execution options.
1414
+ * @return Successful response without specific data.
1415
+ *
1416
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1417
+ * @throws {TransportError} When the transport layer throws an error.
1418
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1419
+ *
1420
+ * @example
1421
+ * ```ts
1422
+ * import * as hl from "@nktkas/hyperliquid";
1423
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1424
+ *
1425
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1426
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1427
+ * const client = new hl.ExchangeClient({ transport, wallet });
1428
+ *
1429
+ * await client.sendToEvmWithData({
1430
+ * token: "USDC",
1431
+ * amount: "1",
1432
+ * sourceDex: "spot",
1433
+ * destinationRecipient: "0x...",
1434
+ * addressEncoding: "hex",
1435
+ * destinationChainId: 42161,
1436
+ * gasLimit: 200000,
1437
+ * data: "0x",
1438
+ * });
1439
+ * ```
1440
+ *
1441
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#send-to-evm-with-data
1442
+ */
1443
+ sendToEvmWithData(
1444
+ params: SendToEvmWithDataParameters,
1445
+ opts?: SendToEvmWithDataOptions,
1446
+ ): Promise<SendToEvmWithDataSuccessResponse> {
1447
+ return sendToEvmWithData(this.config_, params, opts);
1448
+ }
1449
+
1450
+ /**
1451
+ * Set the display name in the leaderboard.
1452
+ *
1453
+ * Signing: L1 Action.
1454
+ *
1455
+ * @param params Parameters specific to the API request.
1456
+ * @param opts Request execution options.
1457
+ * @return Successful response without specific data.
1458
+ *
1459
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1460
+ * @throws {TransportError} When the transport layer throws an error.
1461
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1462
+ *
1463
+ * @example
1464
+ * ```ts
1465
+ * import * as hl from "@nktkas/hyperliquid";
1466
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1467
+ *
1468
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1469
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1470
+ * const client = new hl.ExchangeClient({ transport, wallet });
1471
+ *
1472
+ * await client.setDisplayName({ displayName: "..." });
1473
+ * ```
1474
+ *
1475
+ * @see null
1476
+ */
1477
+ setDisplayName(
1478
+ params: SetDisplayNameParameters,
1479
+ opts?: SetDisplayNameOptions,
1480
+ ): Promise<SetDisplayNameSuccessResponse> {
1481
+ return setDisplayName(this.config_, params, opts);
1482
+ }
1483
+
1484
+ /**
1485
+ * Set a referral code.
1486
+ *
1487
+ * Signing: L1 Action.
1488
+ *
1489
+ * @param params Parameters specific to the API request.
1490
+ * @param opts Request execution options.
1491
+ * @return Successful response without specific data.
1492
+ *
1493
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1494
+ * @throws {TransportError} When the transport layer throws an error.
1495
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1496
+ *
1497
+ * @example
1498
+ * ```ts
1499
+ * import * as hl from "@nktkas/hyperliquid";
1500
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1501
+ *
1502
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1503
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1504
+ * const client = new hl.ExchangeClient({ transport, wallet });
1505
+ *
1506
+ * await client.setReferrer({ code: "..." });
1507
+ * ```
1508
+ *
1509
+ * @see null
1510
+ */
1511
+ setReferrer(
1512
+ params: SetReferrerParameters,
1513
+ opts?: SetReferrerOptions,
1514
+ ): Promise<SetReferrerSuccessResponse> {
1515
+ return setReferrer(this.config_, params, opts);
1516
+ }
1517
+
1518
+ /**
1519
+ * Deploying HIP-1 and HIP-2 assets.
1520
+ *
1521
+ * Signing: L1 Action.
1522
+ *
1523
+ * @param params Parameters specific to the API request.
1524
+ * @param opts Request execution options.
1525
+ * @return Successful response without specific data.
1526
+ *
1527
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1528
+ * @throws {TransportError} When the transport layer throws an error.
1529
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1530
+ *
1531
+ * @example
1532
+ * ```ts
1533
+ * import * as hl from "@nktkas/hyperliquid";
1534
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1535
+ *
1536
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1537
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1538
+ * const client = new hl.ExchangeClient({ transport, wallet });
1539
+ *
1540
+ * await client.spotDeploy({
1541
+ * registerToken2: {
1542
+ * spec: {
1543
+ * name: "USDC",
1544
+ * szDecimals: 8,
1545
+ * weiDecimals: 8,
1546
+ * },
1547
+ * maxGas: 1000000,
1548
+ * fullName: "USD Coin",
1549
+ * },
1550
+ * });
1551
+ * ```
1552
+ *
1553
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/deploying-hip-1-and-hip-2-assets
1554
+ */
1555
+ spotDeploy(
1556
+ params: SpotDeployParameters,
1557
+ opts?: SpotDeployOptions,
1558
+ ): Promise<SpotDeploySuccessResponse> {
1559
+ return spotDeploy(this.config_, params, opts);
1560
+ }
1561
+
1562
+ /**
1563
+ * Send spot assets to another address.
1564
+ *
1565
+ * Signing: User-Signed EIP-712.
1566
+ *
1567
+ * @param params Parameters specific to the API request.
1568
+ * @param opts Request execution options.
1569
+ * @return Successful response without specific data.
1570
+ *
1571
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1572
+ * @throws {TransportError} When the transport layer throws an error.
1573
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1574
+ *
1575
+ * @example
1576
+ * ```ts
1577
+ * import * as hl from "@nktkas/hyperliquid";
1578
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1579
+ *
1580
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1581
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1582
+ * const client = new hl.ExchangeClient({ transport, wallet });
1583
+ *
1584
+ * await client.spotSend({
1585
+ * destination: "0x...",
1586
+ * token: "USDC:0xeb62eee3685fc4c43992febcd9e75443",
1587
+ * amount: "1",
1588
+ * });
1589
+ * ```
1590
+ *
1591
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#core-spot-transfer
1592
+ */
1593
+ spotSend(
1594
+ params: SpotSendParameters,
1595
+ opts?: SpotSendOptions,
1596
+ ): Promise<SpotSendSuccessResponse> {
1597
+ return spotSend(this.config_, params, opts);
1598
+ }
1599
+
1600
+ /**
1601
+ * Opt Out of Spot Dusting.
1602
+ *
1603
+ * Signing: L1 Action.
1604
+ *
1605
+ * @param params Parameters specific to the API request.
1606
+ * @param opts Request execution options.
1607
+ * @return Successful response without specific data.
1608
+ *
1609
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1610
+ * @throws {TransportError} When the transport layer throws an error.
1611
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1612
+ *
1613
+ * @example
1614
+ * ```ts
1615
+ * import * as hl from "@nktkas/hyperliquid";
1616
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1617
+ *
1618
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1619
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1620
+ * const client = new hl.ExchangeClient({ transport, wallet });
1621
+ *
1622
+ * await client.spotUser({ toggleSpotDusting: { optOut: false } });
1623
+ * ```
1624
+ *
1625
+ * @see null
1626
+ */
1627
+ spotUser(
1628
+ params: SpotUserParameters,
1629
+ opts?: SpotUserOptions,
1630
+ ): Promise<SpotUserSuccessResponse> {
1631
+ return spotUser(this.config_, params, opts);
1632
+ }
1633
+
1634
+ /**
1635
+ * Modify a sub-account.
1636
+ *
1637
+ * Signing: L1 Action.
1638
+ *
1639
+ * @param params Parameters specific to the API request.
1640
+ * @param opts Request execution options.
1641
+ * @return Successful response without specific data.
1642
+ *
1643
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1644
+ * @throws {TransportError} When the transport layer throws an error.
1645
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1646
+ *
1647
+ * @example
1648
+ * ```ts
1649
+ * import * as hl from "@nktkas/hyperliquid";
1650
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1651
+ *
1652
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1653
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1654
+ * const client = new hl.ExchangeClient({ transport, wallet });
1655
+ *
1656
+ * await client.subAccountModify({ subAccountUser: "0x...", name: "..." });
1657
+ * ```
1658
+ *
1659
+ * @see null
1660
+ */
1661
+ subAccountModify(
1662
+ params: SubAccountModifyParameters,
1663
+ opts?: SubAccountModifyOptions,
1664
+ ): Promise<SubAccountModifySuccessResponse> {
1665
+ return subAccountModify(this.config_, params, opts);
1666
+ }
1667
+
1668
+ /**
1669
+ * Transfer between sub-accounts (spot).
1670
+ *
1671
+ * Signing: L1 Action.
1672
+ *
1673
+ * @param params Parameters specific to the API request.
1674
+ * @param opts Request execution options.
1675
+ * @return Successful response without specific data.
1676
+ *
1677
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1678
+ * @throws {TransportError} When the transport layer throws an error.
1679
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1680
+ *
1681
+ * @example
1682
+ * ```ts
1683
+ * import * as hl from "@nktkas/hyperliquid";
1684
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1685
+ *
1686
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1687
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1688
+ * const client = new hl.ExchangeClient({ transport, wallet });
1689
+ *
1690
+ * await client.subAccountSpotTransfer({
1691
+ * subAccountUser: "0x...",
1692
+ * isDeposit: true,
1693
+ * token: "USDC:0xeb62eee3685fc4c43992febcd9e75443",
1694
+ * amount: "1",
1695
+ * });
1696
+ * ```
1697
+ *
1698
+ * @see null
1699
+ */
1700
+ subAccountSpotTransfer(
1701
+ params: SubAccountSpotTransferParameters,
1702
+ opts?: SubAccountSpotTransferOptions,
1703
+ ): Promise<SubAccountSpotTransferSuccessResponse> {
1704
+ return subAccountSpotTransfer(this.config_, params, opts);
1705
+ }
1706
+
1707
+ /**
1708
+ * Transfer between sub-accounts (perpetual).
1709
+ *
1710
+ * Signing: L1 Action.
1711
+ *
1712
+ * @param params Parameters specific to the API request.
1713
+ * @param opts Request execution options.
1714
+ * @return Successful response without specific data.
1715
+ *
1716
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1717
+ * @throws {TransportError} When the transport layer throws an error.
1718
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1719
+ *
1720
+ * @example
1721
+ * ```ts
1722
+ * import * as hl from "@nktkas/hyperliquid";
1723
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1724
+ *
1725
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1726
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1727
+ * const client = new hl.ExchangeClient({ transport, wallet });
1728
+ *
1729
+ * await client.subAccountTransfer({
1730
+ * subAccountUser: "0x...",
1731
+ * isDeposit: true,
1732
+ * usd: 1 * 1e6,
1733
+ * });
1734
+ * ```
1735
+ *
1736
+ * @see null
1737
+ */
1738
+ subAccountTransfer(
1739
+ params: SubAccountTransferParameters,
1740
+ opts?: SubAccountTransferOptions,
1741
+ ): Promise<SubAccountTransferSuccessResponse> {
1742
+ return subAccountTransfer(this.config_, params, opts);
1743
+ }
1744
+
1745
+ /**
1746
+ * Delegate or undelegate native tokens to or from a validator.
1747
+ *
1748
+ * Signing: User-Signed EIP-712.
1749
+ *
1750
+ * @param params Parameters specific to the API request.
1751
+ * @param opts Request execution options.
1752
+ * @return Successful response without specific data.
1753
+ *
1754
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1755
+ * @throws {TransportError} When the transport layer throws an error.
1756
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1757
+ *
1758
+ * @example
1759
+ * ```ts
1760
+ * import * as hl from "@nktkas/hyperliquid";
1761
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1762
+ *
1763
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1764
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1765
+ * const client = new hl.ExchangeClient({ transport, wallet });
1766
+ *
1767
+ * await client.tokenDelegate({
1768
+ * validator: "0x...",
1769
+ * isUndelegate: true,
1770
+ * wei: 1 * 1e8,
1771
+ * });
1772
+ * ```
1773
+ *
1774
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#delegate-or-undelegate-stake-from-validator
1775
+ */
1776
+ tokenDelegate(
1777
+ params: TokenDelegateParameters,
1778
+ opts?: TokenDelegateOptions,
1779
+ ): Promise<TokenDelegateSuccessResponse> {
1780
+ return tokenDelegate(this.config_, params, opts);
1781
+ }
1782
+
1783
+ /**
1784
+ * Top up isolated margin by targeting a specific leverage.
1785
+ *
1786
+ * Signing: L1 Action.
1787
+ *
1788
+ * @param params Parameters specific to the API request.
1789
+ * @param opts Request execution options.
1790
+ * @return Successful response without specific data.
1791
+ *
1792
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1793
+ * @throws {TransportError} When the transport layer throws an error.
1794
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1795
+ *
1796
+ * @example
1797
+ * ```ts
1798
+ * import * as hl from "@nktkas/hyperliquid";
1799
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1800
+ *
1801
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1802
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1803
+ * const client = new hl.ExchangeClient({ transport, wallet });
1804
+ *
1805
+ * await client.topUpIsolatedOnlyMargin({ asset: 0, leverage: "0.5" });
1806
+ * ```
1807
+ *
1808
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#update-isolated-margin
1809
+ */
1810
+ topUpIsolatedOnlyMargin(
1811
+ params: TopUpIsolatedOnlyMarginParameters,
1812
+ opts?: TopUpIsolatedOnlyMarginOptions,
1813
+ ): Promise<TopUpIsolatedOnlyMarginSuccessResponse> {
1814
+ return topUpIsolatedOnlyMargin(this.config_, params, opts);
1815
+ }
1816
+
1817
+ /**
1818
+ * Cancel a TWAP order.
1819
+ *
1820
+ * Signing: L1 Action.
1821
+ *
1822
+ * @param params Parameters specific to the API request.
1823
+ * @param opts Request execution options.
1824
+ * @return Successful variant of {@link TwapCancelResponse} without error status.
1825
+ *
1826
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1827
+ * @throws {TransportError} When the transport layer throws an error.
1828
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1829
+ *
1830
+ * @example
1831
+ * ```ts
1832
+ * import * as hl from "@nktkas/hyperliquid";
1833
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1834
+ *
1835
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1836
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1837
+ * const client = new hl.ExchangeClient({ transport, wallet });
1838
+ *
1839
+ * await client.twapCancel({ a: 0, t: 1 });
1840
+ * ```
1841
+ *
1842
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#cancel-a-twap-order
1843
+ */
1844
+ twapCancel(
1845
+ params: TwapCancelParameters,
1846
+ opts?: TwapCancelOptions,
1847
+ ): Promise<TwapCancelSuccessResponse> {
1848
+ return twapCancel(this.config_, params, opts);
1849
+ }
1850
+
1851
+ /**
1852
+ * Place a TWAP order.
1853
+ *
1854
+ * Signing: L1 Action.
1855
+ *
1856
+ * @param params Parameters specific to the API request.
1857
+ * @param opts Request execution options.
1858
+ * @return Successful variant of {@link TwapOrderResponse} without error status.
1859
+ *
1860
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1861
+ * @throws {TransportError} When the transport layer throws an error.
1862
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1863
+ *
1864
+ * @example
1865
+ * ```ts
1866
+ * import * as hl from "@nktkas/hyperliquid";
1867
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1868
+ *
1869
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1870
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1871
+ * const client = new hl.ExchangeClient({ transport, wallet });
1872
+ *
1873
+ * const data = await client.twapOrder({
1874
+ * twap: {
1875
+ * a: 0,
1876
+ * b: true,
1877
+ * s: "1",
1878
+ * r: false,
1879
+ * m: 10,
1880
+ * t: true,
1881
+ * },
1882
+ * });
1883
+ * ```
1884
+ *
1885
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#place-a-twap-order
1886
+ */
1887
+ twapOrder(
1888
+ params: TwapOrderParameters,
1889
+ opts?: TwapOrderOptions,
1890
+ ): Promise<TwapOrderSuccessResponse> {
1891
+ return twapOrder(this.config_, params, opts);
1892
+ }
1893
+
1894
+ /**
1895
+ * Add or remove margin from isolated position.
1896
+ *
1897
+ * Signing: L1 Action.
1898
+ *
1899
+ * @param params Parameters specific to the API request.
1900
+ * @param opts Request execution options.
1901
+ * @return Successful response without specific data.
1902
+ *
1903
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1904
+ * @throws {TransportError} When the transport layer throws an error.
1905
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1906
+ *
1907
+ * @example
1908
+ * ```ts
1909
+ * import * as hl from "@nktkas/hyperliquid";
1910
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1911
+ *
1912
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1913
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1914
+ * const client = new hl.ExchangeClient({ transport, wallet });
1915
+ *
1916
+ * await client.updateIsolatedMargin({ asset: 0, isBuy: true, ntli: 1 * 1e6 });
1917
+ * ```
1918
+ *
1919
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#update-isolated-margin
1920
+ */
1921
+ updateIsolatedMargin(
1922
+ params: UpdateIsolatedMarginParameters,
1923
+ opts?: UpdateIsolatedMarginOptions,
1924
+ ): Promise<UpdateIsolatedMarginSuccessResponse> {
1925
+ return updateIsolatedMargin(this.config_, params, opts);
1926
+ }
1927
+
1928
+ /**
1929
+ * Update cross or isolated leverage on a coin.
1930
+ *
1931
+ * Signing: L1 Action.
1932
+ *
1933
+ * @param params Parameters specific to the API request.
1934
+ * @param opts Request execution options.
1935
+ * @return Successful response without specific data.
1936
+ *
1937
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1938
+ * @throws {TransportError} When the transport layer throws an error.
1939
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1940
+ *
1941
+ * @example
1942
+ * ```ts
1943
+ * import * as hl from "@nktkas/hyperliquid";
1944
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1945
+ *
1946
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1947
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1948
+ * const client = new hl.ExchangeClient({ transport, wallet });
1949
+ *
1950
+ * await client.updateLeverage({ asset: 0, isCross: true, leverage: 5 });
1951
+ * ```
1952
+ *
1953
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#update-leverage
1954
+ */
1955
+ updateLeverage(
1956
+ params: UpdateLeverageParameters,
1957
+ opts?: UpdateLeverageOptions,
1958
+ ): Promise<UpdateLeverageSuccessResponse> {
1959
+ return updateLeverage(this.config_, params, opts);
1960
+ }
1961
+
1962
+ /**
1963
+ * Transfer funds between Spot account and Perp account.
1964
+ *
1965
+ * Signing: User-Signed EIP-712.
1966
+ *
1967
+ * @param params Parameters specific to the API request.
1968
+ * @param opts Request execution options.
1969
+ * @return Successful response without specific data.
1970
+ *
1971
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1972
+ * @throws {TransportError} When the transport layer throws an error.
1973
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1974
+ *
1975
+ * @example
1976
+ * ```ts
1977
+ * import * as hl from "@nktkas/hyperliquid";
1978
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1979
+ *
1980
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1981
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1982
+ * const client = new hl.ExchangeClient({ transport, wallet });
1983
+ *
1984
+ * await client.usdClassTransfer({ amount: "1", toPerp: true });
1985
+ * ```
1986
+ *
1987
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#transfer-from-spot-account-to-perp-account-and-vice-versa
1988
+ */
1989
+ usdClassTransfer(
1990
+ params: UsdClassTransferParameters,
1991
+ opts?: UsdClassTransferOptions,
1992
+ ): Promise<UsdClassTransferSuccessResponse> {
1993
+ return usdClassTransfer(this.config_, params, opts);
1994
+ }
1995
+
1996
+ /**
1997
+ * Send usd to another address.
1998
+ *
1999
+ * Signing: User-Signed EIP-712.
2000
+ *
2001
+ * @param params Parameters specific to the API request.
2002
+ * @param opts Request execution options.
2003
+ * @return Successful response without specific data.
2004
+ *
2005
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
2006
+ * @throws {TransportError} When the transport layer throws an error.
2007
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
2008
+ *
2009
+ * @example
2010
+ * ```ts
2011
+ * import * as hl from "@nktkas/hyperliquid";
2012
+ * import { privateKeyToAccount } from "npm:viem/accounts";
2013
+ *
2014
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
2015
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
2016
+ * const client = new hl.ExchangeClient({ transport, wallet });
2017
+ *
2018
+ * await client.usdSend({ destination: "0x...", amount: "1" });
2019
+ * ```
2020
+ *
2021
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#core-usdc-transfer
2022
+ */
2023
+ usdSend(
2024
+ params: UsdSendParameters,
2025
+ opts?: UsdSendOptions,
2026
+ ): Promise<UsdSendSuccessResponse> {
2027
+ return usdSend(this.config_, params, opts);
2028
+ }
2029
+
2030
+ /**
2031
+ * Enable/disable HIP-3 DEX abstraction.
2032
+ *
2033
+ * Signing: User-Signed EIP-712.
2034
+ *
2035
+ * @param params Parameters specific to the API request.
2036
+ * @param opts Request execution options.
2037
+ * @return Successful response without specific data.
2038
+ *
2039
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
2040
+ * @throws {TransportError} When the transport layer throws an error.
2041
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
2042
+ *
2043
+ * @example
2044
+ * ```ts
2045
+ * import * as hl from "@nktkas/hyperliquid";
2046
+ * import { privateKeyToAccount } from "npm:viem/accounts";
2047
+ *
2048
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
2049
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
2050
+ * const client = new hl.ExchangeClient({ transport, wallet });
2051
+ *
2052
+ * await client.userDexAbstraction({ user: "0x...", enabled: true });
2053
+ * ```
2054
+ *
2055
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#enable-hip-3-dex-abstraction
2056
+ *
2057
+ * @deprecated Use {@link userSetAbstraction} instead.
2058
+ */
2059
+ userDexAbstraction(
2060
+ params: UserDexAbstractionParameters,
2061
+ opts?: UserDexAbstractionOptions,
2062
+ ): Promise<UserDexAbstractionSuccessResponse> {
2063
+ return userDexAbstraction(this.config_, params, opts);
2064
+ }
2065
+
2066
+ /**
2067
+ * Set user abstraction mode.
2068
+ *
2069
+ * Signing: User-Signed EIP-712.
2070
+ *
2071
+ * @param params Parameters specific to the API request.
2072
+ * @param opts Request execution options.
2073
+ * @return Successful response without specific data.
2074
+ *
2075
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
2076
+ * @throws {TransportError} When the transport layer throws an error.
2077
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
2078
+ *
2079
+ * @example
2080
+ * ```ts
2081
+ * import * as hl from "@nktkas/hyperliquid";
2082
+ * import { privateKeyToAccount } from "npm:viem/accounts";
2083
+ *
2084
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
2085
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
2086
+ * const client = new hl.ExchangeClient({ transport, wallet });
2087
+ *
2088
+ * await client.userSetAbstraction({ user: "0x...", abstraction: "dexAbstraction" });
2089
+ * ```
2090
+ *
2091
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#set-user-abstraction
2092
+ */
2093
+ userSetAbstraction(
2094
+ params: UserSetAbstractionParameters,
2095
+ opts?: UserSetAbstractionOptions,
2096
+ ): Promise<UserSetAbstractionSuccessResponse> {
2097
+ return userSetAbstraction(this.config_, params, opts);
2098
+ }
2099
+
2100
+ /**
2101
+ * Enable/disable user portfolio margin.
2102
+ *
2103
+ * Signing: User-Signed EIP-712.
2104
+ *
2105
+ * @param params Parameters specific to the API request.
2106
+ * @param opts Request execution options.
2107
+ * @return Successful response without specific data.
2108
+ *
2109
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
2110
+ * @throws {TransportError} When the transport layer throws an error.
2111
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
2112
+ *
2113
+ * @example
2114
+ * ```ts
2115
+ * import * as hl from "@nktkas/hyperliquid";
2116
+ * import { privateKeyToAccount } from "npm:viem/accounts";
2117
+ *
2118
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
2119
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
2120
+ * const client = new hl.ExchangeClient({ transport, wallet });
2121
+ *
2122
+ * await client.userPortfolioMargin({ user: "0x...", enabled: true });
2123
+ * ```
2124
+ *
2125
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/trading/portfolio-margin
2126
+ */
2127
+ userPortfolioMargin(
2128
+ params: UserPortfolioMarginParameters,
2129
+ opts?: UserPortfolioMarginOptions,
2130
+ ): Promise<UserPortfolioMarginSuccessResponse> {
2131
+ return userPortfolioMargin(this.config_, params, opts);
2132
+ }
2133
+
2134
+ /**
2135
+ * Validator vote on risk-free rate for aligned quote asset.
2136
+ *
2137
+ * Signing: L1 Action.
2138
+ *
2139
+ * @param params Parameters specific to the API request.
2140
+ * @param opts Request execution options.
2141
+ * @return Successful response without specific data.
2142
+ *
2143
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
2144
+ * @throws {TransportError} When the transport layer throws an error.
2145
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
2146
+ *
2147
+ * @example
2148
+ * ```ts
2149
+ * import * as hl from "@nktkas/hyperliquid";
2150
+ * import { privateKeyToAccount } from "npm:viem/accounts";
2151
+ *
2152
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
2153
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
2154
+ * const client = new hl.ExchangeClient({ transport, wallet });
2155
+ *
2156
+ * await client.validatorL1Stream({ riskFreeRate: "0.05" });
2157
+ * ```
2158
+ *
2159
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#validator-vote-on-risk-free-rate-for-aligned-quote-asset
2160
+ */
2161
+ validatorL1Stream(
2162
+ params: ValidatorL1StreamParameters,
2163
+ opts?: ValidatorL1StreamOptions,
2164
+ ): Promise<ValidatorL1StreamSuccessResponse> {
2165
+ return validatorL1Stream(this.config_, params, opts);
2166
+ }
2167
+
2168
+ /**
2169
+ * Distribute funds from a vault between followers.
2170
+ *
2171
+ * Signing: L1 Action.
2172
+ *
2173
+ * @param params Parameters specific to the API request.
2174
+ * @param opts Request execution options.
2175
+ * @return Successful response without specific data.
2176
+ *
2177
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
2178
+ * @throws {TransportError} When the transport layer throws an error.
2179
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
2180
+ *
2181
+ * @example
2182
+ * ```ts
2183
+ * import * as hl from "@nktkas/hyperliquid";
2184
+ * import { privateKeyToAccount } from "npm:viem/accounts";
2185
+ *
2186
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
2187
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
2188
+ * const client = new hl.ExchangeClient({ transport, wallet });
2189
+ *
2190
+ * await client.vaultDistribute({ vaultAddress: "0x...", usd: 10 * 1e6 });
2191
+ * ```
2192
+ *
2193
+ * @see null
2194
+ */
2195
+ vaultDistribute(
2196
+ params: VaultDistributeParameters,
2197
+ opts?: VaultDistributeOptions,
2198
+ ): Promise<VaultDistributeSuccessResponse> {
2199
+ return vaultDistribute(this.config_, params, opts);
2200
+ }
2201
+
2202
+ /**
2203
+ * Modify a vault's configuration.
2204
+ *
2205
+ * Signing: L1 Action.
2206
+ *
2207
+ * @param params Parameters specific to the API request.
2208
+ * @param opts Request execution options.
2209
+ * @return Successful response without specific data.
2210
+ *
2211
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
2212
+ * @throws {TransportError} When the transport layer throws an error.
2213
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
2214
+ *
2215
+ * @example
2216
+ * ```ts
2217
+ * import * as hl from "@nktkas/hyperliquid";
2218
+ * import { privateKeyToAccount } from "npm:viem/accounts";
2219
+ *
2220
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
2221
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
2222
+ * const client = new hl.ExchangeClient({ transport, wallet });
2223
+ *
2224
+ * await client.vaultModify({
2225
+ * vaultAddress: "0x...",
2226
+ * allowDeposits: true,
2227
+ * alwaysCloseOnWithdraw: false,
2228
+ * });
2229
+ * ```
2230
+ *
2231
+ * @see null
2232
+ */
2233
+ vaultModify(
2234
+ params: VaultModifyParameters,
2235
+ opts?: VaultModifyOptions,
2236
+ ): Promise<VaultModifySuccessResponse> {
2237
+ return vaultModify(this.config_, params, opts);
2238
+ }
2239
+
2240
+ /**
2241
+ * Deposit or withdraw from a vault.
2242
+ *
2243
+ * Signing: L1 Action.
2244
+ *
2245
+ * @param params Parameters specific to the API request.
2246
+ * @param opts Request execution options.
2247
+ * @return Successful response without specific data.
2248
+ *
2249
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
2250
+ * @throws {TransportError} When the transport layer throws an error.
2251
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
2252
+ *
2253
+ * @example
2254
+ * ```ts
2255
+ * import * as hl from "@nktkas/hyperliquid";
2256
+ * import { privateKeyToAccount } from "npm:viem/accounts";
2257
+ *
2258
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
2259
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
2260
+ * const client = new hl.ExchangeClient({ transport, wallet });
2261
+ *
2262
+ * await client.vaultTransfer({
2263
+ * vaultAddress: "0x...",
2264
+ * isDeposit: true,
2265
+ * usd: 10 * 1e6,
2266
+ * });
2267
+ * ```
2268
+ *
2269
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#deposit-or-withdraw-from-a-vault
2270
+ */
2271
+ vaultTransfer(
2272
+ params: VaultTransferParameters,
2273
+ opts?: VaultTransferOptions,
2274
+ ): Promise<VaultTransferSuccessResponse> {
2275
+ return vaultTransfer(this.config_, params, opts);
2276
+ }
2277
+
2278
+ /**
2279
+ * Initiate a withdrawal request.
2280
+ *
2281
+ * Signing: User-Signed EIP-712.
2282
+ *
2283
+ * @param params Parameters specific to the API request.
2284
+ * @param opts Request execution options.
2285
+ * @return Successful response without specific data.
2286
+ *
2287
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
2288
+ * @throws {TransportError} When the transport layer throws an error.
2289
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
2290
+ *
2291
+ * @example
2292
+ * ```ts
2293
+ * import * as hl from "@nktkas/hyperliquid";
2294
+ * import { privateKeyToAccount } from "npm:viem/accounts";
2295
+ *
2296
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
2297
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
2298
+ * const client = new hl.ExchangeClient({ transport, wallet });
2299
+ *
2300
+ * await client.withdraw3({ destination: "0x...", amount: "1" });
2301
+ * ```
2302
+ *
2303
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#initiate-a-withdrawal-request
2304
+ */
2305
+ withdraw3(
2306
+ params: Withdraw3Parameters,
2307
+ opts?: Withdraw3Options,
2308
+ ): Promise<Withdraw3SuccessResponse> {
2309
+ return withdraw3(this.config_, params, opts);
2310
+ }
2311
+ }
2312
+
2313
+ // ============================================================
2314
+ // Type Re-exports
2315
+ // ============================================================
2316
+
2317
+ export { ApiRequestError } from "./_methods/_base/errors.js";
2318
+ export type { ExchangeMultiSigConfig, ExchangeSingleWalletConfig } from "./_methods/_base/execute.js";
2319
+
2320
+ export type {
2321
+ AgentEnableDexAbstractionOptions,
2322
+ AgentEnableDexAbstractionSuccessResponse,
2323
+ } from "./_methods/agentEnableDexAbstraction.js";
2324
+ export type {
2325
+ AgentSendAssetOptions,
2326
+ AgentSendAssetParameters,
2327
+ AgentSendAssetSuccessResponse,
2328
+ } from "./_methods/agentSendAsset.js";
2329
+ export type {
2330
+ AgentSetAbstractionOptions,
2331
+ AgentSetAbstractionParameters,
2332
+ AgentSetAbstractionSuccessResponse,
2333
+ } from "./_methods/agentSetAbstraction.js";
2334
+ export type {
2335
+ ApproveAgentOptions,
2336
+ ApproveAgentParameters,
2337
+ ApproveAgentSuccessResponse,
2338
+ } from "./_methods/approveAgent.js";
2339
+ export type {
2340
+ ApproveBuilderFeeOptions,
2341
+ ApproveBuilderFeeParameters,
2342
+ ApproveBuilderFeeSuccessResponse,
2343
+ } from "./_methods/approveBuilderFee.js";
2344
+ export type { BatchModifyOptions, BatchModifyParameters, BatchModifySuccessResponse } from "./_methods/batchModify.js";
2345
+ export type { BorrowLendOptions, BorrowLendParameters, BorrowLendSuccessResponse } from "./_methods/borrowLend.js";
2346
+ export type { CancelOptions, CancelParameters, CancelSuccessResponse } from "./_methods/cancel.js";
2347
+ export type {
2348
+ CancelByCloidOptions,
2349
+ CancelByCloidParameters,
2350
+ CancelByCloidSuccessResponse,
2351
+ } from "./_methods/cancelByCloid.js";
2352
+ export type { CDepositOptions, CDepositParameters, CDepositSuccessResponse } from "./_methods/cDeposit.js";
2353
+ export type { ClaimRewardsOptions, ClaimRewardsSuccessResponse } from "./_methods/claimRewards.js";
2354
+ export type {
2355
+ ConvertToMultiSigUserOptions,
2356
+ ConvertToMultiSigUserParameters,
2357
+ ConvertToMultiSigUserSuccessResponse,
2358
+ } from "./_methods/convertToMultiSigUser.js";
2359
+ export type {
2360
+ CreateSubAccountOptions,
2361
+ CreateSubAccountParameters,
2362
+ CreateSubAccountSuccessResponse,
2363
+ } from "./_methods/createSubAccount.js";
2364
+ export type { CreateVaultOptions, CreateVaultParameters, CreateVaultSuccessResponse } from "./_methods/createVault.js";
2365
+ export type {
2366
+ CSignerActionOptions,
2367
+ CSignerActionParameters,
2368
+ CSignerActionSuccessResponse,
2369
+ } from "./_methods/cSignerAction.js";
2370
+ export type {
2371
+ CValidatorActionOptions,
2372
+ CValidatorActionParameters,
2373
+ CValidatorActionSuccessResponse,
2374
+ } from "./_methods/cValidatorAction.js";
2375
+ export type { CWithdrawOptions, CWithdrawParameters, CWithdrawSuccessResponse } from "./_methods/cWithdraw.js";
2376
+ export type {
2377
+ EvmUserModifyOptions,
2378
+ EvmUserModifyParameters,
2379
+ EvmUserModifySuccessResponse,
2380
+ } from "./_methods/evmUserModify.js";
2381
+ export type {
2382
+ LinkStakingUserOptions,
2383
+ LinkStakingUserParameters,
2384
+ LinkStakingUserSuccessResponse,
2385
+ } from "./_methods/linkStakingUser.js";
2386
+ export type { ModifyOptions, ModifyParameters, ModifySuccessResponse } from "./_methods/modify.js";
2387
+ export type { NoopOptions, NoopSuccessResponse } from "./_methods/noop.js";
2388
+ export type { OrderOptions, OrderParameters, OrderSuccessResponse } from "./_methods/order.js";
2389
+ export type { PerpDeployOptions, PerpDeployParameters, PerpDeploySuccessResponse } from "./_methods/perpDeploy.js";
2390
+ export type {
2391
+ RegisterReferrerOptions,
2392
+ RegisterReferrerParameters,
2393
+ RegisterReferrerSuccessResponse,
2394
+ } from "./_methods/registerReferrer.js";
2395
+ export type {
2396
+ ReserveRequestWeightOptions,
2397
+ ReserveRequestWeightParameters,
2398
+ ReserveRequestWeightSuccessResponse,
2399
+ } from "./_methods/reserveRequestWeight.js";
2400
+ export type {
2401
+ ScheduleCancelOptions,
2402
+ ScheduleCancelParameters,
2403
+ ScheduleCancelSuccessResponse,
2404
+ } from "./_methods/scheduleCancel.js";
2405
+ export type { SendAssetOptions, SendAssetParameters, SendAssetSuccessResponse } from "./_methods/sendAsset.js";
2406
+ export type {
2407
+ SendToEvmWithDataOptions,
2408
+ SendToEvmWithDataParameters,
2409
+ SendToEvmWithDataSuccessResponse,
2410
+ } from "./_methods/sendToEvmWithData.js";
2411
+ export type {
2412
+ SetDisplayNameOptions,
2413
+ SetDisplayNameParameters,
2414
+ SetDisplayNameSuccessResponse,
2415
+ } from "./_methods/setDisplayName.js";
2416
+ export type { SetReferrerOptions, SetReferrerParameters, SetReferrerSuccessResponse } from "./_methods/setReferrer.js";
2417
+ export type { SpotDeployOptions, SpotDeployParameters, SpotDeploySuccessResponse } from "./_methods/spotDeploy.js";
2418
+ export type { SpotSendOptions, SpotSendParameters, SpotSendSuccessResponse } from "./_methods/spotSend.js";
2419
+ export type { SpotUserOptions, SpotUserParameters, SpotUserSuccessResponse } from "./_methods/spotUser.js";
2420
+ export type {
2421
+ SubAccountModifyOptions,
2422
+ SubAccountModifyParameters,
2423
+ SubAccountModifySuccessResponse,
2424
+ } from "./_methods/subAccountModify.js";
2425
+ export type {
2426
+ SubAccountSpotTransferOptions,
2427
+ SubAccountSpotTransferParameters,
2428
+ SubAccountSpotTransferSuccessResponse,
2429
+ } from "./_methods/subAccountSpotTransfer.js";
2430
+ export type {
2431
+ SubAccountTransferOptions,
2432
+ SubAccountTransferParameters,
2433
+ SubAccountTransferSuccessResponse,
2434
+ } from "./_methods/subAccountTransfer.js";
2435
+ export type {
2436
+ TokenDelegateOptions,
2437
+ TokenDelegateParameters,
2438
+ TokenDelegateSuccessResponse,
2439
+ } from "./_methods/tokenDelegate.js";
2440
+ export type {
2441
+ TopUpIsolatedOnlyMarginOptions,
2442
+ TopUpIsolatedOnlyMarginParameters,
2443
+ TopUpIsolatedOnlyMarginSuccessResponse,
2444
+ } from "./_methods/topUpIsolatedOnlyMargin.js";
2445
+ export type { TwapCancelOptions, TwapCancelParameters, TwapCancelSuccessResponse } from "./_methods/twapCancel.js";
2446
+ export type { TwapOrderOptions, TwapOrderParameters, TwapOrderSuccessResponse } from "./_methods/twapOrder.js";
2447
+ export type {
2448
+ UpdateIsolatedMarginOptions,
2449
+ UpdateIsolatedMarginParameters,
2450
+ UpdateIsolatedMarginSuccessResponse,
2451
+ } from "./_methods/updateIsolatedMargin.js";
2452
+ export type {
2453
+ UpdateLeverageOptions,
2454
+ UpdateLeverageParameters,
2455
+ UpdateLeverageSuccessResponse,
2456
+ } from "./_methods/updateLeverage.js";
2457
+ export type {
2458
+ UsdClassTransferOptions,
2459
+ UsdClassTransferParameters,
2460
+ UsdClassTransferSuccessResponse,
2461
+ } from "./_methods/usdClassTransfer.js";
2462
+ export type { UsdSendOptions, UsdSendParameters, UsdSendSuccessResponse } from "./_methods/usdSend.js";
2463
+ export type {
2464
+ UserDexAbstractionOptions,
2465
+ UserDexAbstractionOptions as UserDexAbstractionExchangeOptions,
2466
+ UserDexAbstractionParameters,
2467
+ UserDexAbstractionParameters as UserDexAbstractionExchangeParameters,
2468
+ UserDexAbstractionSuccessResponse,
2469
+ UserDexAbstractionSuccessResponse as UserDexAbstractionExchangeSuccessResponse,
2470
+ } from "./_methods/userDexAbstraction.js";
2471
+ export type {
2472
+ UserPortfolioMarginOptions,
2473
+ UserPortfolioMarginParameters,
2474
+ UserPortfolioMarginSuccessResponse,
2475
+ } from "./_methods/userPortfolioMargin.js";
2476
+ export type {
2477
+ UserSetAbstractionOptions,
2478
+ UserSetAbstractionParameters,
2479
+ UserSetAbstractionSuccessResponse,
2480
+ } from "./_methods/userSetAbstraction.js";
2481
+ export type {
2482
+ ValidatorL1StreamOptions,
2483
+ ValidatorL1StreamParameters,
2484
+ ValidatorL1StreamSuccessResponse,
2485
+ } from "./_methods/validatorL1Stream.js";
2486
+ export type {
2487
+ VaultDistributeOptions,
2488
+ VaultDistributeParameters,
2489
+ VaultDistributeSuccessResponse,
2490
+ } from "./_methods/vaultDistribute.js";
2491
+ export type { VaultModifyOptions, VaultModifyParameters, VaultModifySuccessResponse } from "./_methods/vaultModify.js";
2492
+ export type {
2493
+ VaultTransferOptions,
2494
+ VaultTransferParameters,
2495
+ VaultTransferSuccessResponse,
2496
+ } from "./_methods/vaultTransfer.js";
2497
+ export type { Withdraw3Options, Withdraw3Parameters, Withdraw3SuccessResponse } from "./_methods/withdraw3.js";