@nktkas/hyperliquid 0.31.0 → 0.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3279) hide show
  1. package/CONTRIBUTING.md +0 -1
  2. package/README.md +8 -13
  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 +67 -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/commonSchemas.d.ts +36 -0
  20. package/esm/api/exchange/_methods/_base/commonSchemas.d.ts.map +1 -0
  21. package/esm/api/exchange/_methods/_base/commonSchemas.js +22 -0
  22. package/esm/api/exchange/_methods/_base/commonSchemas.js.map +1 -0
  23. package/esm/api/exchange/_methods/_base/errors.d.ts +62 -0
  24. package/esm/api/exchange/_methods/_base/errors.d.ts.map +1 -0
  25. package/esm/api/exchange/_methods/_base/errors.js +86 -0
  26. package/esm/api/exchange/_methods/_base/errors.js.map +1 -0
  27. package/esm/api/exchange/_methods/_base/execute.d.ts +95 -0
  28. package/esm/api/exchange/_methods/_base/execute.d.ts.map +1 -0
  29. package/esm/api/exchange/_methods/_base/execute.js +229 -0
  30. package/esm/api/exchange/_methods/_base/execute.js.map +1 -0
  31. package/esm/api/exchange/_methods/agentEnableDexAbstraction.d.ts +64 -0
  32. package/esm/api/exchange/_methods/agentEnableDexAbstraction.d.ts.map +1 -0
  33. package/esm/api/exchange/_methods/agentEnableDexAbstraction.js +57 -0
  34. package/esm/api/exchange/_methods/agentEnableDexAbstraction.js.map +1 -0
  35. package/esm/api/exchange/_methods/agentSetAbstraction.d.ts +117 -0
  36. package/esm/api/exchange/_methods/agentSetAbstraction.d.ts.map +1 -0
  37. package/esm/api/exchange/_methods/agentSetAbstraction.js +75 -0
  38. package/esm/api/exchange/_methods/agentSetAbstraction.js.map +1 -0
  39. package/esm/api/exchange/_methods/approveAgent.d.ts +155 -0
  40. package/esm/api/exchange/_methods/approveAgent.d.ts.map +1 -0
  41. package/esm/api/exchange/_methods/approveAgent.js +111 -0
  42. package/esm/api/exchange/_methods/approveAgent.js.map +1 -0
  43. package/esm/api/exchange/_methods/approveBuilderFee.d.ts +136 -0
  44. package/esm/api/exchange/_methods/approveBuilderFee.d.ts.map +1 -0
  45. package/esm/api/exchange/_methods/approveBuilderFee.js +85 -0
  46. package/esm/api/exchange/_methods/approveBuilderFee.js.map +1 -0
  47. package/esm/api/exchange/_methods/batchModify.d.ts +349 -0
  48. package/esm/api/exchange/_methods/batchModify.d.ts.map +1 -0
  49. package/esm/api/exchange/_methods/batchModify.js +131 -0
  50. package/esm/api/exchange/_methods/batchModify.js.map +1 -0
  51. package/esm/api/exchange/_methods/borrowLend.d.ts +126 -0
  52. package/esm/api/exchange/_methods/borrowLend.d.ts.map +1 -0
  53. package/esm/api/exchange/_methods/borrowLend.js +76 -0
  54. package/esm/api/exchange/_methods/borrowLend.js.map +1 -0
  55. package/esm/api/exchange/_methods/cDeposit.d.ts +125 -0
  56. package/esm/api/exchange/_methods/cDeposit.d.ts.map +1 -0
  57. package/esm/api/exchange/_methods/cDeposit.js +82 -0
  58. package/esm/api/exchange/_methods/cDeposit.js.map +1 -0
  59. package/esm/api/exchange/_methods/cSignerAction.d.ts +151 -0
  60. package/esm/api/exchange/_methods/cSignerAction.d.ts.map +1 -0
  61. package/esm/api/exchange/_methods/cSignerAction.js +93 -0
  62. package/esm/api/exchange/_methods/cSignerAction.js.map +1 -0
  63. package/esm/api/exchange/_methods/cValidatorAction.d.ts +418 -0
  64. package/esm/api/exchange/_methods/cValidatorAction.d.ts.map +1 -0
  65. package/esm/api/exchange/_methods/cValidatorAction.js +135 -0
  66. package/esm/api/exchange/_methods/cValidatorAction.js.map +1 -0
  67. package/esm/api/exchange/_methods/cWithdraw.d.ts +125 -0
  68. package/esm/api/exchange/_methods/cWithdraw.d.ts.map +1 -0
  69. package/esm/api/exchange/_methods/cWithdraw.js +82 -0
  70. package/esm/api/exchange/_methods/cWithdraw.js.map +1 -0
  71. package/esm/api/exchange/_methods/cancel.d.ts +149 -0
  72. package/esm/api/exchange/_methods/cancel.d.ts.map +1 -0
  73. package/esm/api/exchange/_methods/cancel.js +77 -0
  74. package/esm/api/exchange/_methods/cancel.js.map +1 -0
  75. package/esm/api/exchange/_methods/cancelByCloid.d.ts +138 -0
  76. package/esm/api/exchange/_methods/cancelByCloid.d.ts.map +1 -0
  77. package/esm/api/exchange/_methods/cancelByCloid.js +81 -0
  78. package/esm/api/exchange/_methods/cancelByCloid.js.map +1 -0
  79. package/esm/api/exchange/_methods/claimRewards.d.ts +62 -0
  80. package/esm/api/exchange/_methods/claimRewards.d.ts.map +1 -0
  81. package/esm/api/exchange/_methods/claimRewards.js +55 -0
  82. package/esm/api/exchange/_methods/claimRewards.js.map +1 -0
  83. package/esm/api/exchange/_methods/convertToMultiSigUser.d.ts +223 -0
  84. package/esm/api/exchange/_methods/convertToMultiSigUser.d.ts.map +1 -0
  85. package/esm/api/exchange/_methods/convertToMultiSigUser.js +120 -0
  86. package/esm/api/exchange/_methods/convertToMultiSigUser.js.map +1 -0
  87. package/esm/api/exchange/_methods/createSubAccount.d.ts +115 -0
  88. package/esm/api/exchange/_methods/createSubAccount.d.ts.map +1 -0
  89. package/esm/api/exchange/_methods/createSubAccount.js +70 -0
  90. package/esm/api/exchange/_methods/createSubAccount.js.map +1 -0
  91. package/esm/api/exchange/_methods/createVault.d.ts +153 -0
  92. package/esm/api/exchange/_methods/createVault.d.ts.map +1 -0
  93. package/esm/api/exchange/_methods/createVault.js +81 -0
  94. package/esm/api/exchange/_methods/createVault.js.map +1 -0
  95. package/esm/api/exchange/_methods/evmUserModify.d.ts +102 -0
  96. package/esm/api/exchange/_methods/evmUserModify.d.ts.map +1 -0
  97. package/esm/api/exchange/_methods/evmUserModify.js +70 -0
  98. package/esm/api/exchange/_methods/evmUserModify.js.map +1 -0
  99. package/esm/api/exchange/_methods/linkStakingUser.d.ts +160 -0
  100. package/esm/api/exchange/_methods/linkStakingUser.d.ts.map +1 -0
  101. package/esm/api/exchange/_methods/linkStakingUser.js +93 -0
  102. package/esm/api/exchange/_methods/linkStakingUser.js.map +1 -0
  103. package/esm/api/exchange/_methods/modify.d.ts +326 -0
  104. package/esm/api/exchange/_methods/modify.d.ts.map +1 -0
  105. package/esm/api/exchange/_methods/modify.js +124 -0
  106. package/esm/api/exchange/_methods/modify.js.map +1 -0
  107. package/esm/api/exchange/_methods/noop.d.ts +62 -0
  108. package/esm/api/exchange/_methods/noop.d.ts.map +1 -0
  109. package/esm/api/exchange/_methods/noop.js +55 -0
  110. package/esm/api/exchange/_methods/noop.js.map +1 -0
  111. package/esm/api/exchange/_methods/order.d.ts +431 -0
  112. package/esm/api/exchange/_methods/order.d.ts.map +1 -0
  113. package/esm/api/exchange/_methods/order.js +138 -0
  114. package/esm/api/exchange/_methods/order.js.map +1 -0
  115. package/esm/api/exchange/_methods/perpDeploy.d.ts +1048 -0
  116. package/esm/api/exchange/_methods/perpDeploy.d.ts.map +1 -0
  117. package/esm/api/exchange/_methods/perpDeploy.js +247 -0
  118. package/esm/api/exchange/_methods/perpDeploy.js.map +1 -0
  119. package/esm/api/exchange/_methods/registerReferrer.d.ts +102 -0
  120. package/esm/api/exchange/_methods/registerReferrer.d.ts.map +1 -0
  121. package/esm/api/exchange/_methods/registerReferrer.js +70 -0
  122. package/esm/api/exchange/_methods/registerReferrer.js.map +1 -0
  123. package/esm/api/exchange/_methods/reserveRequestWeight.d.ts +102 -0
  124. package/esm/api/exchange/_methods/reserveRequestWeight.d.ts.map +1 -0
  125. package/esm/api/exchange/_methods/reserveRequestWeight.js +70 -0
  126. package/esm/api/exchange/_methods/reserveRequestWeight.js.map +1 -0
  127. package/esm/api/exchange/_methods/scheduleCancel.d.ts +120 -0
  128. package/esm/api/exchange/_methods/scheduleCancel.d.ts.map +1 -0
  129. package/esm/api/exchange/_methods/scheduleCancel.js +51 -0
  130. package/esm/api/exchange/_methods/scheduleCancel.js.map +1 -0
  131. package/esm/api/exchange/_methods/sendAsset.d.ts +186 -0
  132. package/esm/api/exchange/_methods/sendAsset.d.ts.map +1 -0
  133. package/esm/api/exchange/_methods/sendAsset.js +103 -0
  134. package/esm/api/exchange/_methods/sendAsset.js.map +1 -0
  135. package/esm/api/exchange/_methods/sendToEvmWithData.d.ts +211 -0
  136. package/esm/api/exchange/_methods/sendToEvmWithData.d.ts.map +1 -0
  137. package/esm/api/exchange/_methods/sendToEvmWithData.js +112 -0
  138. package/esm/api/exchange/_methods/sendToEvmWithData.js.map +1 -0
  139. package/esm/api/exchange/_methods/setDisplayName.d.ts +111 -0
  140. package/esm/api/exchange/_methods/setDisplayName.d.ts.map +1 -0
  141. package/esm/api/exchange/_methods/setDisplayName.js +73 -0
  142. package/esm/api/exchange/_methods/setDisplayName.js.map +1 -0
  143. package/esm/api/exchange/_methods/setReferrer.d.ts +102 -0
  144. package/esm/api/exchange/_methods/setReferrer.d.ts.map +1 -0
  145. package/esm/api/exchange/_methods/setReferrer.js +70 -0
  146. package/esm/api/exchange/_methods/setReferrer.js.map +1 -0
  147. package/esm/api/exchange/_methods/spotDeploy.d.ts +675 -0
  148. package/esm/api/exchange/_methods/spotDeploy.d.ts.map +1 -0
  149. package/esm/api/exchange/_methods/spotDeploy.js +179 -0
  150. package/esm/api/exchange/_methods/spotDeploy.js.map +1 -0
  151. package/esm/api/exchange/_methods/spotSend.d.ts +151 -0
  152. package/esm/api/exchange/_methods/spotSend.d.ts.map +1 -0
  153. package/esm/api/exchange/_methods/spotSend.js +92 -0
  154. package/esm/api/exchange/_methods/spotSend.js.map +1 -0
  155. package/esm/api/exchange/_methods/spotUser.d.ts +121 -0
  156. package/esm/api/exchange/_methods/spotUser.d.ts.map +1 -0
  157. package/esm/api/exchange/_methods/spotUser.js +73 -0
  158. package/esm/api/exchange/_methods/spotUser.js.map +1 -0
  159. package/esm/api/exchange/_methods/subAccountModify.d.ts +113 -0
  160. package/esm/api/exchange/_methods/subAccountModify.d.ts.map +1 -0
  161. package/esm/api/exchange/_methods/subAccountModify.js +72 -0
  162. package/esm/api/exchange/_methods/subAccountModify.js.map +1 -0
  163. package/esm/api/exchange/_methods/subAccountSpotTransfer.d.ts +140 -0
  164. package/esm/api/exchange/_methods/subAccountSpotTransfer.d.ts.map +1 -0
  165. package/esm/api/exchange/_methods/subAccountSpotTransfer.js +81 -0
  166. package/esm/api/exchange/_methods/subAccountSpotTransfer.js.map +1 -0
  167. package/esm/api/exchange/_methods/subAccountTransfer.d.ts +124 -0
  168. package/esm/api/exchange/_methods/subAccountTransfer.d.ts.map +1 -0
  169. package/esm/api/exchange/_methods/subAccountTransfer.js +74 -0
  170. package/esm/api/exchange/_methods/subAccountTransfer.js.map +1 -0
  171. package/esm/api/exchange/_methods/tokenDelegate.d.ts +147 -0
  172. package/esm/api/exchange/_methods/tokenDelegate.d.ts.map +1 -0
  173. package/esm/api/exchange/_methods/tokenDelegate.js +88 -0
  174. package/esm/api/exchange/_methods/tokenDelegate.js.map +1 -0
  175. package/esm/api/exchange/_methods/topUpIsolatedOnlyMargin.d.ts +115 -0
  176. package/esm/api/exchange/_methods/topUpIsolatedOnlyMargin.d.ts.map +1 -0
  177. package/esm/api/exchange/_methods/topUpIsolatedOnlyMargin.js +74 -0
  178. package/esm/api/exchange/_methods/topUpIsolatedOnlyMargin.js.map +1 -0
  179. package/esm/api/exchange/_methods/twapCancel.d.ts +130 -0
  180. package/esm/api/exchange/_methods/twapCancel.d.ts.map +1 -0
  181. package/esm/api/exchange/_methods/twapCancel.js +74 -0
  182. package/esm/api/exchange/_methods/twapCancel.js.map +1 -0
  183. package/esm/api/exchange/_methods/twapOrder.d.ts +208 -0
  184. package/esm/api/exchange/_methods/twapOrder.d.ts.map +1 -0
  185. package/esm/api/exchange/_methods/twapOrder.js +94 -0
  186. package/esm/api/exchange/_methods/twapOrder.js.map +1 -0
  187. package/esm/api/exchange/_methods/updateIsolatedMargin.d.ts +126 -0
  188. package/esm/api/exchange/_methods/updateIsolatedMargin.d.ts.map +1 -0
  189. package/esm/api/exchange/_methods/updateIsolatedMargin.js +76 -0
  190. package/esm/api/exchange/_methods/updateIsolatedMargin.js.map +1 -0
  191. package/esm/api/exchange/_methods/updateLeverage.d.ts +126 -0
  192. package/esm/api/exchange/_methods/updateLeverage.d.ts.map +1 -0
  193. package/esm/api/exchange/_methods/updateLeverage.js +76 -0
  194. package/esm/api/exchange/_methods/updateLeverage.js.map +1 -0
  195. package/esm/api/exchange/_methods/usdClassTransfer.d.ts +136 -0
  196. package/esm/api/exchange/_methods/usdClassTransfer.d.ts.map +1 -0
  197. package/esm/api/exchange/_methods/usdClassTransfer.js +85 -0
  198. package/esm/api/exchange/_methods/usdClassTransfer.js.map +1 -0
  199. package/esm/api/exchange/_methods/usdSend.d.ts +136 -0
  200. package/esm/api/exchange/_methods/usdSend.d.ts.map +1 -0
  201. package/esm/api/exchange/_methods/usdSend.js +85 -0
  202. package/esm/api/exchange/_methods/usdSend.js.map +1 -0
  203. package/esm/api/exchange/_methods/userDexAbstraction.d.ts +138 -0
  204. package/esm/api/exchange/_methods/userDexAbstraction.d.ts.map +1 -0
  205. package/esm/api/exchange/_methods/userDexAbstraction.js +87 -0
  206. package/esm/api/exchange/_methods/userDexAbstraction.js.map +1 -0
  207. package/esm/api/exchange/_methods/userPortfolioMargin.d.ts +136 -0
  208. package/esm/api/exchange/_methods/userPortfolioMargin.d.ts.map +1 -0
  209. package/esm/api/exchange/_methods/userPortfolioMargin.js +85 -0
  210. package/esm/api/exchange/_methods/userPortfolioMargin.js.map +1 -0
  211. package/esm/api/exchange/_methods/userSetAbstraction.d.ts +136 -0
  212. package/esm/api/exchange/_methods/userSetAbstraction.d.ts.map +1 -0
  213. package/esm/api/exchange/_methods/userSetAbstraction.js +85 -0
  214. package/esm/api/exchange/_methods/userSetAbstraction.js.map +1 -0
  215. package/esm/api/exchange/_methods/validatorL1Stream.d.ts +102 -0
  216. package/esm/api/exchange/_methods/validatorL1Stream.d.ts.map +1 -0
  217. package/esm/api/exchange/_methods/validatorL1Stream.js +70 -0
  218. package/esm/api/exchange/_methods/validatorL1Stream.js.map +1 -0
  219. package/esm/api/exchange/_methods/vaultDistribute.d.ts +122 -0
  220. package/esm/api/exchange/_methods/vaultDistribute.d.ts.map +1 -0
  221. package/esm/api/exchange/_methods/vaultDistribute.js +75 -0
  222. package/esm/api/exchange/_methods/vaultDistribute.js.map +1 -0
  223. package/esm/api/exchange/_methods/vaultModify.d.ts +128 -0
  224. package/esm/api/exchange/_methods/vaultModify.d.ts.map +1 -0
  225. package/esm/api/exchange/_methods/vaultModify.js +78 -0
  226. package/esm/api/exchange/_methods/vaultModify.js.map +1 -0
  227. package/esm/api/exchange/_methods/vaultTransfer.d.ts +124 -0
  228. package/esm/api/exchange/_methods/vaultTransfer.d.ts.map +1 -0
  229. package/esm/api/exchange/_methods/vaultTransfer.js +74 -0
  230. package/esm/api/exchange/_methods/vaultTransfer.js.map +1 -0
  231. package/esm/api/exchange/_methods/withdraw3.d.ts +136 -0
  232. package/esm/api/exchange/_methods/withdraw3.d.ts.map +1 -0
  233. package/esm/api/exchange/_methods/withdraw3.js +85 -0
  234. package/esm/api/exchange/_methods/withdraw3.js.map +1 -0
  235. package/esm/api/exchange/client.d.ts +1664 -0
  236. package/esm/api/exchange/client.d.ts.map +1 -0
  237. package/esm/api/exchange/client.js +1701 -0
  238. package/esm/api/exchange/client.js.map +1 -0
  239. package/esm/api/exchange/mod.d.ts +92 -0
  240. package/esm/api/exchange/mod.d.ts.map +1 -0
  241. package/esm/api/exchange/mod.js +91 -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 +70 -0
  256. package/esm/api/info/_methods/alignedQuoteTokenInfo.d.ts.map +1 -0
  257. package/esm/api/info/_methods/alignedQuoteTokenInfo.js +55 -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 +48 -0
  272. package/esm/api/info/_methods/approvedBuilders.d.ts.map +1 -0
  273. package/esm/api/info/_methods/approvedBuilders.js +55 -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 +89 -0
  280. package/esm/api/info/_methods/borrowLendReserveState.d.ts.map +1 -0
  281. package/esm/api/info/_methods/borrowLendReserveState.js +55 -0
  282. package/esm/api/info/_methods/borrowLendReserveState.js.map +1 -0
  283. package/esm/api/info/_methods/borrowLendUserState.d.ts +85 -0
  284. package/esm/api/info/_methods/borrowLendUserState.d.ts.map +1 -0
  285. package/esm/api/info/_methods/borrowLendUserState.js +55 -0
  286. package/esm/api/info/_methods/borrowLendUserState.js.map +1 -0
  287. package/esm/api/info/_methods/candleSnapshot.d.ts +97 -0
  288. package/esm/api/info/_methods/candleSnapshot.d.ts.map +1 -0
  289. package/esm/api/info/_methods/candleSnapshot.js +68 -0
  290. package/esm/api/info/_methods/candleSnapshot.js.map +1 -0
  291. package/esm/api/info/_methods/clearinghouseState.d.ts +191 -0
  292. package/esm/api/info/_methods/clearinghouseState.d.ts.map +1 -0
  293. package/esm/api/info/_methods/clearinghouseState.js +57 -0
  294. package/esm/api/info/_methods/clearinghouseState.js.map +1 -0
  295. package/esm/api/info/_methods/delegations.d.ts +61 -0
  296. package/esm/api/info/_methods/delegations.d.ts.map +1 -0
  297. package/esm/api/info/_methods/delegations.js +55 -0
  298. package/esm/api/info/_methods/delegations.js.map +1 -0
  299. package/esm/api/info/_methods/delegatorHistory.d.ts +94 -0
  300. package/esm/api/info/_methods/delegatorHistory.d.ts.map +1 -0
  301. package/esm/api/info/_methods/delegatorHistory.js +55 -0
  302. package/esm/api/info/_methods/delegatorHistory.js.map +1 -0
  303. package/esm/api/info/_methods/delegatorRewards.d.ts +58 -0
  304. package/esm/api/info/_methods/delegatorRewards.d.ts.map +1 -0
  305. package/esm/api/info/_methods/delegatorRewards.js +55 -0
  306. package/esm/api/info/_methods/delegatorRewards.js.map +1 -0
  307. package/esm/api/info/_methods/delegatorSummary.d.ts +66 -0
  308. package/esm/api/info/_methods/delegatorSummary.d.ts.map +1 -0
  309. package/esm/api/info/_methods/delegatorSummary.js +55 -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 +58 -0
  316. package/esm/api/info/_methods/extraAgents.d.ts.map +1 -0
  317. package/esm/api/info/_methods/extraAgents.js +55 -0
  318. package/esm/api/info/_methods/extraAgents.js.map +1 -0
  319. package/esm/api/info/_methods/frontendOpenOrders.d.ts +51 -0
  320. package/esm/api/info/_methods/frontendOpenOrders.d.ts.map +1 -0
  321. package/esm/api/info/_methods/frontendOpenOrders.js +57 -0
  322. package/esm/api/info/_methods/frontendOpenOrders.js.map +1 -0
  323. package/esm/api/info/_methods/fundingHistory.d.ts +70 -0
  324. package/esm/api/info/_methods/fundingHistory.d.ts.map +1 -0
  325. package/esm/api/info/_methods/fundingHistory.js +62 -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 +87 -0
  332. package/esm/api/info/_methods/historicalOrders.d.ts.map +1 -0
  333. package/esm/api/info/_methods/historicalOrders.js +55 -0
  334. package/esm/api/info/_methods/historicalOrders.js.map +1 -0
  335. package/esm/api/info/_methods/isVip.d.ts +48 -0
  336. package/esm/api/info/_methods/isVip.d.ts.map +1 -0
  337. package/esm/api/info/_methods/isVip.js +55 -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/leadingVaults.d.ts +56 -0
  344. package/esm/api/info/_methods/leadingVaults.d.ts.map +1 -0
  345. package/esm/api/info/_methods/leadingVaults.js +55 -0
  346. package/esm/api/info/_methods/leadingVaults.js.map +1 -0
  347. package/esm/api/info/_methods/legalCheck.d.ts +55 -0
  348. package/esm/api/info/_methods/legalCheck.d.ts.map +1 -0
  349. package/esm/api/info/_methods/legalCheck.js +55 -0
  350. package/esm/api/info/_methods/legalCheck.js.map +1 -0
  351. package/esm/api/info/_methods/liquidatable.d.ts +40 -0
  352. package/esm/api/info/_methods/liquidatable.d.ts.map +1 -0
  353. package/esm/api/info/_methods/liquidatable.js +47 -0
  354. package/esm/api/info/_methods/liquidatable.js.map +1 -0
  355. package/esm/api/info/_methods/marginTable.d.ts +61 -0
  356. package/esm/api/info/_methods/marginTable.d.ts.map +1 -0
  357. package/esm/api/info/_methods/marginTable.js +55 -0
  358. package/esm/api/info/_methods/marginTable.js.map +1 -0
  359. package/esm/api/info/_methods/maxBuilderFee.d.ts +50 -0
  360. package/esm/api/info/_methods/maxBuilderFee.d.ts.map +1 -0
  361. package/esm/api/info/_methods/maxBuilderFee.js +57 -0
  362. package/esm/api/info/_methods/maxBuilderFee.js.map +1 -0
  363. package/esm/api/info/_methods/maxMarketOrderNtls.d.ts +40 -0
  364. package/esm/api/info/_methods/maxMarketOrderNtls.d.ts.map +1 -0
  365. package/esm/api/info/_methods/maxMarketOrderNtls.js +47 -0
  366. package/esm/api/info/_methods/maxMarketOrderNtls.js.map +1 -0
  367. package/esm/api/info/_methods/meta.d.ts +73 -0
  368. package/esm/api/info/_methods/meta.d.ts.map +1 -0
  369. package/esm/api/info/_methods/meta.js +27 -0
  370. package/esm/api/info/_methods/meta.js.map +1 -0
  371. package/esm/api/info/_methods/metaAndAssetCtxs.d.ts +48 -0
  372. package/esm/api/info/_methods/metaAndAssetCtxs.d.ts.map +1 -0
  373. package/esm/api/info/_methods/metaAndAssetCtxs.js +27 -0
  374. package/esm/api/info/_methods/metaAndAssetCtxs.js.map +1 -0
  375. package/esm/api/info/_methods/openOrders.d.ts +51 -0
  376. package/esm/api/info/_methods/openOrders.d.ts.map +1 -0
  377. package/esm/api/info/_methods/openOrders.js +57 -0
  378. package/esm/api/info/_methods/openOrders.js.map +1 -0
  379. package/esm/api/info/_methods/orderStatus.d.ts +99 -0
  380. package/esm/api/info/_methods/orderStatus.d.ts.map +1 -0
  381. package/esm/api/info/_methods/orderStatus.js +57 -0
  382. package/esm/api/info/_methods/orderStatus.js.map +1 -0
  383. package/esm/api/info/_methods/outcomeMeta.d.ts +70 -0
  384. package/esm/api/info/_methods/outcomeMeta.d.ts.map +1 -0
  385. package/esm/api/info/_methods/outcomeMeta.js +47 -0
  386. package/esm/api/info/_methods/outcomeMeta.js.map +1 -0
  387. package/esm/api/info/_methods/perpCategories.d.ts +45 -0
  388. package/esm/api/info/_methods/perpCategories.d.ts.map +1 -0
  389. package/esm/api/info/_methods/perpCategories.js +47 -0
  390. package/esm/api/info/_methods/perpCategories.js.map +1 -0
  391. package/esm/api/info/_methods/perpDeployAuctionStatus.d.ts +60 -0
  392. package/esm/api/info/_methods/perpDeployAuctionStatus.d.ts.map +1 -0
  393. package/esm/api/info/_methods/perpDeployAuctionStatus.js +47 -0
  394. package/esm/api/info/_methods/perpDeployAuctionStatus.js.map +1 -0
  395. package/esm/api/info/_methods/perpDexLimits.d.ts +70 -0
  396. package/esm/api/info/_methods/perpDexLimits.d.ts.map +1 -0
  397. package/esm/api/info/_methods/perpDexLimits.js +54 -0
  398. package/esm/api/info/_methods/perpDexLimits.js.map +1 -0
  399. package/esm/api/info/_methods/perpDexStatus.d.ts +51 -0
  400. package/esm/api/info/_methods/perpDexStatus.d.ts.map +1 -0
  401. package/esm/api/info/_methods/perpDexStatus.js +51 -0
  402. package/esm/api/info/_methods/perpDexStatus.js.map +1 -0
  403. package/esm/api/info/_methods/perpDexs.d.ts +94 -0
  404. package/esm/api/info/_methods/perpDexs.d.ts.map +1 -0
  405. package/esm/api/info/_methods/perpDexs.js +47 -0
  406. package/esm/api/info/_methods/perpDexs.js.map +1 -0
  407. package/esm/api/info/_methods/perpsAtOpenInterestCap.d.ts +46 -0
  408. package/esm/api/info/_methods/perpsAtOpenInterestCap.d.ts.map +1 -0
  409. package/esm/api/info/_methods/perpsAtOpenInterestCap.js +30 -0
  410. package/esm/api/info/_methods/perpsAtOpenInterestCap.js.map +1 -0
  411. package/esm/api/info/_methods/portfolio.d.ts +102 -0
  412. package/esm/api/info/_methods/portfolio.d.ts.map +1 -0
  413. package/esm/api/info/_methods/portfolio.js +55 -0
  414. package/esm/api/info/_methods/portfolio.js.map +1 -0
  415. package/esm/api/info/_methods/preTransferCheck.d.ts +62 -0
  416. package/esm/api/info/_methods/preTransferCheck.d.ts.map +1 -0
  417. package/esm/api/info/_methods/preTransferCheck.js +57 -0
  418. package/esm/api/info/_methods/preTransferCheck.js.map +1 -0
  419. package/esm/api/info/_methods/predictedFundings.d.ts +60 -0
  420. package/esm/api/info/_methods/predictedFundings.d.ts.map +1 -0
  421. package/esm/api/info/_methods/predictedFundings.js +47 -0
  422. package/esm/api/info/_methods/predictedFundings.js.map +1 -0
  423. package/esm/api/info/_methods/recentTrades.d.ts +79 -0
  424. package/esm/api/info/_methods/recentTrades.d.ts.map +1 -0
  425. package/esm/api/info/_methods/recentTrades.js +54 -0
  426. package/esm/api/info/_methods/recentTrades.js.map +1 -0
  427. package/esm/api/info/_methods/referral.d.ts +197 -0
  428. package/esm/api/info/_methods/referral.d.ts.map +1 -0
  429. package/esm/api/info/_methods/referral.js +55 -0
  430. package/esm/api/info/_methods/referral.js.map +1 -0
  431. package/esm/api/info/_methods/spotClearinghouseState.d.ts +85 -0
  432. package/esm/api/info/_methods/spotClearinghouseState.d.ts.map +1 -0
  433. package/esm/api/info/_methods/spotClearinghouseState.js +57 -0
  434. package/esm/api/info/_methods/spotClearinghouseState.js.map +1 -0
  435. package/esm/api/info/_methods/spotDeployState.d.ts +108 -0
  436. package/esm/api/info/_methods/spotDeployState.d.ts.map +1 -0
  437. package/esm/api/info/_methods/spotDeployState.js +55 -0
  438. package/esm/api/info/_methods/spotDeployState.js.map +1 -0
  439. package/esm/api/info/_methods/spotMeta.d.ts +87 -0
  440. package/esm/api/info/_methods/spotMeta.d.ts.map +1 -0
  441. package/esm/api/info/_methods/spotMeta.js +47 -0
  442. package/esm/api/info/_methods/spotMeta.js.map +1 -0
  443. package/esm/api/info/_methods/spotMetaAndAssetCtxs.d.ts +42 -0
  444. package/esm/api/info/_methods/spotMetaAndAssetCtxs.d.ts.map +1 -0
  445. package/esm/api/info/_methods/spotMetaAndAssetCtxs.js +44 -0
  446. package/esm/api/info/_methods/spotMetaAndAssetCtxs.js.map +1 -0
  447. package/esm/api/info/_methods/spotPairDeployAuctionStatus.d.ts +41 -0
  448. package/esm/api/info/_methods/spotPairDeployAuctionStatus.d.ts.map +1 -0
  449. package/esm/api/info/_methods/spotPairDeployAuctionStatus.js +44 -0
  450. package/esm/api/info/_methods/spotPairDeployAuctionStatus.js.map +1 -0
  451. package/esm/api/info/_methods/subAccounts.d.ts +67 -0
  452. package/esm/api/info/_methods/subAccounts.d.ts.map +1 -0
  453. package/esm/api/info/_methods/subAccounts.js +55 -0
  454. package/esm/api/info/_methods/subAccounts.js.map +1 -0
  455. package/esm/api/info/_methods/subAccounts2.d.ts +67 -0
  456. package/esm/api/info/_methods/subAccounts2.d.ts.map +1 -0
  457. package/esm/api/info/_methods/subAccounts2.js +55 -0
  458. package/esm/api/info/_methods/subAccounts2.js.map +1 -0
  459. package/esm/api/info/_methods/tokenDetails.d.ts +138 -0
  460. package/esm/api/info/_methods/tokenDetails.d.ts.map +1 -0
  461. package/esm/api/info/_methods/tokenDetails.js +55 -0
  462. package/esm/api/info/_methods/tokenDetails.js.map +1 -0
  463. package/esm/api/info/_methods/twapHistory.d.ts +72 -0
  464. package/esm/api/info/_methods/twapHistory.d.ts.map +1 -0
  465. package/esm/api/info/_methods/twapHistory.js +55 -0
  466. package/esm/api/info/_methods/twapHistory.js.map +1 -0
  467. package/esm/api/info/_methods/txDetails.d.ts +53 -0
  468. package/esm/api/info/_methods/txDetails.d.ts.map +1 -0
  469. package/esm/api/info/_methods/txDetails.js +54 -0
  470. package/esm/api/info/_methods/txDetails.js.map +1 -0
  471. package/esm/api/info/_methods/userAbstraction.d.ts +48 -0
  472. package/esm/api/info/_methods/userAbstraction.d.ts.map +1 -0
  473. package/esm/api/info/_methods/userAbstraction.js +55 -0
  474. package/esm/api/info/_methods/userAbstraction.js.map +1 -0
  475. package/esm/api/info/_methods/userBorrowLendInterest.d.ts +70 -0
  476. package/esm/api/info/_methods/userBorrowLendInterest.d.ts.map +1 -0
  477. package/esm/api/info/_methods/userBorrowLendInterest.js +62 -0
  478. package/esm/api/info/_methods/userBorrowLendInterest.js.map +1 -0
  479. package/esm/api/info/_methods/userDetails.d.ts +53 -0
  480. package/esm/api/info/_methods/userDetails.d.ts.map +1 -0
  481. package/esm/api/info/_methods/userDetails.js +54 -0
  482. package/esm/api/info/_methods/userDetails.js.map +1 -0
  483. package/esm/api/info/_methods/userDexAbstraction.d.ts +48 -0
  484. package/esm/api/info/_methods/userDexAbstraction.d.ts.map +1 -0
  485. package/esm/api/info/_methods/userDexAbstraction.js +55 -0
  486. package/esm/api/info/_methods/userDexAbstraction.js.map +1 -0
  487. package/esm/api/info/_methods/userFees.d.ts +225 -0
  488. package/esm/api/info/_methods/userFees.d.ts.map +1 -0
  489. package/esm/api/info/_methods/userFees.js +55 -0
  490. package/esm/api/info/_methods/userFees.js.map +1 -0
  491. package/esm/api/info/_methods/userFills.d.ts +72 -0
  492. package/esm/api/info/_methods/userFills.d.ts.map +1 -0
  493. package/esm/api/info/_methods/userFills.js +57 -0
  494. package/esm/api/info/_methods/userFills.js.map +1 -0
  495. package/esm/api/info/_methods/userFillsByTime.d.ts +60 -0
  496. package/esm/api/info/_methods/userFillsByTime.d.ts.map +1 -0
  497. package/esm/api/info/_methods/userFillsByTime.js +66 -0
  498. package/esm/api/info/_methods/userFillsByTime.js.map +1 -0
  499. package/esm/api/info/_methods/userFunding.d.ts +84 -0
  500. package/esm/api/info/_methods/userFunding.d.ts.map +1 -0
  501. package/esm/api/info/_methods/userFunding.js +59 -0
  502. package/esm/api/info/_methods/userFunding.js.map +1 -0
  503. package/esm/api/info/_methods/userNonFundingLedgerUpdates.d.ts +396 -0
  504. package/esm/api/info/_methods/userNonFundingLedgerUpdates.d.ts.map +1 -0
  505. package/esm/api/info/_methods/userNonFundingLedgerUpdates.js +59 -0
  506. package/esm/api/info/_methods/userNonFundingLedgerUpdates.js.map +1 -0
  507. package/esm/api/info/_methods/userRateLimit.d.ts +60 -0
  508. package/esm/api/info/_methods/userRateLimit.d.ts.map +1 -0
  509. package/esm/api/info/_methods/userRateLimit.js +55 -0
  510. package/esm/api/info/_methods/userRateLimit.js.map +1 -0
  511. package/esm/api/info/_methods/userRole.d.ts +73 -0
  512. package/esm/api/info/_methods/userRole.d.ts.map +1 -0
  513. package/esm/api/info/_methods/userRole.js +55 -0
  514. package/esm/api/info/_methods/userRole.js.map +1 -0
  515. package/esm/api/info/_methods/userToMultiSigSigners.d.ts +56 -0
  516. package/esm/api/info/_methods/userToMultiSigSigners.d.ts.map +1 -0
  517. package/esm/api/info/_methods/userToMultiSigSigners.js +55 -0
  518. package/esm/api/info/_methods/userToMultiSigSigners.js.map +1 -0
  519. package/esm/api/info/_methods/userTwapSliceFills.d.ts +54 -0
  520. package/esm/api/info/_methods/userTwapSliceFills.d.ts.map +1 -0
  521. package/esm/api/info/_methods/userTwapSliceFills.js +55 -0
  522. package/esm/api/info/_methods/userTwapSliceFills.js.map +1 -0
  523. package/esm/api/info/_methods/userTwapSliceFillsByTime.d.ts +58 -0
  524. package/esm/api/info/_methods/userTwapSliceFillsByTime.d.ts.map +1 -0
  525. package/esm/api/info/_methods/userTwapSliceFillsByTime.js +64 -0
  526. package/esm/api/info/_methods/userTwapSliceFillsByTime.js.map +1 -0
  527. package/esm/api/info/_methods/userVaultEquities.d.ts +61 -0
  528. package/esm/api/info/_methods/userVaultEquities.d.ts.map +1 -0
  529. package/esm/api/info/_methods/userVaultEquities.js +55 -0
  530. package/esm/api/info/_methods/userVaultEquities.js.map +1 -0
  531. package/esm/api/info/_methods/validatorL1Votes.d.ts +54 -0
  532. package/esm/api/info/_methods/validatorL1Votes.d.ts.map +1 -0
  533. package/esm/api/info/_methods/validatorL1Votes.js +47 -0
  534. package/esm/api/info/_methods/validatorL1Votes.js.map +1 -0
  535. package/esm/api/info/_methods/validatorSummaries.d.ts +101 -0
  536. package/esm/api/info/_methods/validatorSummaries.d.ts.map +1 -0
  537. package/esm/api/info/_methods/validatorSummaries.js +47 -0
  538. package/esm/api/info/_methods/validatorSummaries.js.map +1 -0
  539. package/esm/api/info/_methods/vaultDetails.d.ts +145 -0
  540. package/esm/api/info/_methods/vaultDetails.d.ts.map +1 -0
  541. package/esm/api/info/_methods/vaultDetails.js +57 -0
  542. package/esm/api/info/_methods/vaultDetails.js.map +1 -0
  543. package/esm/api/info/_methods/vaultSummaries.d.ts +65 -0
  544. package/esm/api/info/_methods/vaultSummaries.d.ts.map +1 -0
  545. package/esm/api/info/_methods/vaultSummaries.js +44 -0
  546. package/esm/api/info/_methods/vaultSummaries.js.map +1 -0
  547. package/esm/api/info/_methods/webData2.d.ts +102 -0
  548. package/esm/api/info/_methods/webData2.d.ts.map +1 -0
  549. package/esm/api/info/_methods/webData2.js +55 -0
  550. package/esm/api/info/_methods/webData2.js.map +1 -0
  551. package/esm/api/info/client.d.ts +1908 -0
  552. package/esm/api/info/client.d.ts.map +1 -0
  553. package/esm/api/info/client.js +1905 -0
  554. package/esm/api/info/client.js.map +1 -0
  555. package/esm/api/info/mod.d.ts +100 -0
  556. package/esm/api/info/mod.d.ts.map +1 -0
  557. package/esm/api/info/mod.js +99 -0
  558. package/esm/api/info/mod.js.map +1 -0
  559. package/esm/api/subscription/_methods/_types.d.ts.map +1 -0
  560. package/esm/api/subscription/_methods/_types.js.map +1 -0
  561. package/esm/api/subscription/_methods/activeAssetCtx.d.ts +56 -0
  562. package/esm/api/subscription/_methods/activeAssetCtx.d.ts.map +1 -0
  563. package/esm/api/subscription/_methods/activeAssetCtx.js +53 -0
  564. package/esm/api/subscription/_methods/activeAssetCtx.js.map +1 -0
  565. package/esm/api/subscription/_methods/activeAssetData.d.ts +53 -0
  566. package/esm/api/subscription/_methods/activeAssetData.d.ts.map +1 -0
  567. package/esm/api/subscription/_methods/activeAssetData.js +59 -0
  568. package/esm/api/subscription/_methods/activeAssetData.js.map +1 -0
  569. package/esm/api/subscription/_methods/activeSpotAssetCtx.d.ts +56 -0
  570. package/esm/api/subscription/_methods/activeSpotAssetCtx.d.ts.map +1 -0
  571. package/esm/api/subscription/_methods/activeSpotAssetCtx.js +53 -0
  572. package/esm/api/subscription/_methods/activeSpotAssetCtx.js.map +1 -0
  573. package/esm/api/subscription/_methods/allDexsAssetCtxs.d.ts +48 -0
  574. package/esm/api/subscription/_methods/allDexsAssetCtxs.d.ts.map +1 -0
  575. package/esm/api/subscription/_methods/allDexsAssetCtxs.js +49 -0
  576. package/esm/api/subscription/_methods/allDexsAssetCtxs.js.map +1 -0
  577. package/esm/api/subscription/_methods/allDexsClearinghouseState.d.ts +59 -0
  578. package/esm/api/subscription/_methods/allDexsClearinghouseState.d.ts.map +1 -0
  579. package/esm/api/subscription/_methods/allDexsClearinghouseState.js +60 -0
  580. package/esm/api/subscription/_methods/allDexsClearinghouseState.js.map +1 -0
  581. package/esm/api/subscription/_methods/allMids.d.ts +56 -0
  582. package/esm/api/subscription/_methods/allMids.d.ts.map +1 -0
  583. package/esm/api/subscription/_methods/allMids.js +32 -0
  584. package/esm/api/subscription/_methods/allMids.js.map +1 -0
  585. package/esm/api/subscription/_methods/assetCtxs.d.ts +56 -0
  586. package/esm/api/subscription/_methods/assetCtxs.d.ts.map +1 -0
  587. package/esm/api/subscription/_methods/assetCtxs.js +32 -0
  588. package/esm/api/subscription/_methods/assetCtxs.js.map +1 -0
  589. package/esm/api/subscription/_methods/bbo.d.ts +86 -0
  590. package/esm/api/subscription/_methods/bbo.d.ts.map +1 -0
  591. package/esm/api/subscription/_methods/bbo.js +56 -0
  592. package/esm/api/subscription/_methods/bbo.js.map +1 -0
  593. package/esm/api/subscription/_methods/candle.d.ts +88 -0
  594. package/esm/api/subscription/_methods/candle.d.ts.map +1 -0
  595. package/esm/api/subscription/_methods/candle.js +58 -0
  596. package/esm/api/subscription/_methods/candle.js.map +1 -0
  597. package/esm/api/subscription/_methods/clearinghouseState.d.ts +63 -0
  598. package/esm/api/subscription/_methods/clearinghouseState.d.ts.map +1 -0
  599. package/esm/api/subscription/_methods/clearinghouseState.js +63 -0
  600. package/esm/api/subscription/_methods/clearinghouseState.js.map +1 -0
  601. package/esm/api/subscription/_methods/explorerBlock.d.ts +61 -0
  602. package/esm/api/subscription/_methods/explorerBlock.d.ts.map +1 -0
  603. package/esm/api/subscription/_methods/explorerBlock.js +50 -0
  604. package/esm/api/subscription/_methods/explorerBlock.js.map +1 -0
  605. package/esm/api/subscription/_methods/explorerTxs.d.ts +45 -0
  606. package/esm/api/subscription/_methods/explorerTxs.d.ts.map +1 -0
  607. package/esm/api/subscription/_methods/explorerTxs.js +47 -0
  608. package/esm/api/subscription/_methods/explorerTxs.js.map +1 -0
  609. package/esm/api/subscription/_methods/l2Book.d.ts +95 -0
  610. package/esm/api/subscription/_methods/l2Book.d.ts.map +1 -0
  611. package/esm/api/subscription/_methods/l2Book.js +66 -0
  612. package/esm/api/subscription/_methods/l2Book.js.map +1 -0
  613. package/esm/api/subscription/_methods/notification.d.ts +53 -0
  614. package/esm/api/subscription/_methods/notification.d.ts.map +1 -0
  615. package/esm/api/subscription/_methods/notification.js +55 -0
  616. package/esm/api/subscription/_methods/notification.js.map +1 -0
  617. package/esm/api/subscription/_methods/openOrders.d.ts +63 -0
  618. package/esm/api/subscription/_methods/openOrders.d.ts.map +1 -0
  619. package/esm/api/subscription/_methods/openOrders.js +63 -0
  620. package/esm/api/subscription/_methods/openOrders.js.map +1 -0
  621. package/esm/api/subscription/_methods/orderUpdates.d.ts +89 -0
  622. package/esm/api/subscription/_methods/orderUpdates.d.ts.map +1 -0
  623. package/esm/api/subscription/_methods/orderUpdates.js +55 -0
  624. package/esm/api/subscription/_methods/orderUpdates.js.map +1 -0
  625. package/esm/api/subscription/_methods/spotAssetCtxs.d.ts +45 -0
  626. package/esm/api/subscription/_methods/spotAssetCtxs.d.ts.map +1 -0
  627. package/esm/api/subscription/_methods/spotAssetCtxs.js +47 -0
  628. package/esm/api/subscription/_methods/spotAssetCtxs.js.map +1 -0
  629. package/esm/api/subscription/_methods/spotState.d.ts +61 -0
  630. package/esm/api/subscription/_methods/spotState.d.ts.map +1 -0
  631. package/esm/api/subscription/_methods/spotState.js +59 -0
  632. package/esm/api/subscription/_methods/spotState.js.map +1 -0
  633. package/esm/api/subscription/_methods/trades.d.ts +51 -0
  634. package/esm/api/subscription/_methods/trades.d.ts.map +1 -0
  635. package/esm/api/subscription/_methods/trades.js +53 -0
  636. package/esm/api/subscription/_methods/trades.js.map +1 -0
  637. package/esm/api/subscription/_methods/twapStates.d.ts +63 -0
  638. package/esm/api/subscription/_methods/twapStates.d.ts.map +1 -0
  639. package/esm/api/subscription/_methods/twapStates.js +63 -0
  640. package/esm/api/subscription/_methods/twapStates.js.map +1 -0
  641. package/esm/api/subscription/_methods/userEvents.d.ts +119 -0
  642. package/esm/api/subscription/_methods/userEvents.d.ts.map +1 -0
  643. package/esm/api/subscription/_methods/userEvents.js +55 -0
  644. package/esm/api/subscription/_methods/userEvents.js.map +1 -0
  645. package/esm/api/subscription/_methods/userFills.d.ts +63 -0
  646. package/esm/api/subscription/_methods/userFills.d.ts.map +1 -0
  647. package/esm/api/subscription/_methods/userFills.js +63 -0
  648. package/esm/api/subscription/_methods/userFills.js.map +1 -0
  649. package/esm/api/subscription/_methods/userFundings.d.ts +82 -0
  650. package/esm/api/subscription/_methods/userFundings.d.ts.map +1 -0
  651. package/esm/api/subscription/_methods/userFundings.js +57 -0
  652. package/esm/api/subscription/_methods/userFundings.js.map +1 -0
  653. package/esm/api/subscription/_methods/userHistoricalOrders.d.ts +61 -0
  654. package/esm/api/subscription/_methods/userHistoricalOrders.d.ts.map +1 -0
  655. package/esm/api/subscription/_methods/userHistoricalOrders.js +57 -0
  656. package/esm/api/subscription/_methods/userHistoricalOrders.js.map +1 -0
  657. package/esm/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts +61 -0
  658. package/esm/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts.map +1 -0
  659. package/esm/api/subscription/_methods/userNonFundingLedgerUpdates.js +57 -0
  660. package/esm/api/subscription/_methods/userNonFundingLedgerUpdates.js.map +1 -0
  661. package/esm/api/subscription/_methods/userTwapHistory.d.ts +61 -0
  662. package/esm/api/subscription/_methods/userTwapHistory.d.ts.map +1 -0
  663. package/esm/api/subscription/_methods/userTwapHistory.js +57 -0
  664. package/esm/api/subscription/_methods/userTwapHistory.js.map +1 -0
  665. package/esm/api/subscription/_methods/userTwapSliceFills.d.ts +61 -0
  666. package/esm/api/subscription/_methods/userTwapSliceFills.d.ts.map +1 -0
  667. package/esm/api/subscription/_methods/userTwapSliceFills.js +57 -0
  668. package/esm/api/subscription/_methods/userTwapSliceFills.js.map +1 -0
  669. package/esm/api/subscription/_methods/webData2.d.ts +51 -0
  670. package/esm/api/subscription/_methods/webData2.d.ts.map +1 -0
  671. package/esm/api/subscription/_methods/webData2.js +57 -0
  672. package/esm/api/subscription/_methods/webData2.js.map +1 -0
  673. package/esm/api/subscription/_methods/webData3.d.ts +95 -0
  674. package/esm/api/subscription/_methods/webData3.d.ts.map +1 -0
  675. package/esm/api/subscription/_methods/webData3.js +57 -0
  676. package/esm/api/subscription/_methods/webData3.js.map +1 -0
  677. package/esm/api/subscription/client.d.ts +812 -0
  678. package/esm/api/subscription/client.d.ts.map +1 -0
  679. package/esm/api/subscription/client.js +800 -0
  680. package/esm/api/subscription/client.js.map +1 -0
  681. package/esm/api/subscription/mod.d.ts.map +1 -0
  682. package/esm/api/subscription/mod.js.map +1 -0
  683. package/esm/mod.d.ts.map +1 -0
  684. package/esm/mod.js.map +1 -0
  685. package/esm/signing/_abstractWallet.d.ts +112 -0
  686. package/esm/signing/_abstractWallet.d.ts.map +1 -0
  687. package/esm/signing/_abstractWallet.js +150 -0
  688. package/esm/signing/_abstractWallet.js.map +1 -0
  689. package/esm/signing/mod.d.ts +300 -0
  690. package/esm/signing/mod.d.ts.map +1 -0
  691. package/esm/signing/mod.js +374 -0
  692. package/esm/signing/mod.js.map +1 -0
  693. package/esm/transport/_base.d.ts +49 -0
  694. package/esm/transport/_base.d.ts.map +1 -0
  695. package/esm/transport/_base.js.map +1 -0
  696. package/esm/transport/_polyfills.d.ts +48 -0
  697. package/esm/transport/_polyfills.d.ts.map +1 -0
  698. package/esm/transport/_polyfills.js +56 -0
  699. package/esm/transport/_polyfills.js.map +1 -0
  700. package/esm/transport/http/mod.d.ts +112 -0
  701. package/esm/transport/http/mod.d.ts.map +1 -0
  702. package/esm/transport/http/mod.js +163 -0
  703. package/esm/transport/http/mod.js.map +1 -0
  704. package/esm/transport/mod.d.ts.map +1 -0
  705. package/esm/transport/mod.js.map +1 -0
  706. package/esm/transport/websocket/_hyperliquidEventTarget.d.ts +67 -0
  707. package/esm/transport/websocket/_hyperliquidEventTarget.d.ts.map +1 -0
  708. package/esm/transport/websocket/_hyperliquidEventTarget.js +50 -0
  709. package/esm/transport/websocket/_hyperliquidEventTarget.js.map +1 -0
  710. package/esm/transport/websocket/_postRequest.d.ts +42 -0
  711. package/esm/transport/websocket/_postRequest.d.ts.map +1 -0
  712. package/esm/transport/websocket/_postRequest.js +231 -0
  713. package/esm/transport/websocket/_postRequest.js.map +1 -0
  714. package/esm/transport/websocket/_subscriptionManager.d.ts +50 -0
  715. package/esm/transport/websocket/_subscriptionManager.d.ts.map +1 -0
  716. package/esm/transport/websocket/_subscriptionManager.js +149 -0
  717. package/esm/transport/websocket/_subscriptionManager.js.map +1 -0
  718. package/esm/transport/websocket/mod.d.ts +142 -0
  719. package/esm/transport/websocket/mod.d.ts.map +1 -0
  720. package/esm/transport/websocket/mod.js +196 -0
  721. package/esm/transport/websocket/mod.js.map +1 -0
  722. package/esm/utils/_format.d.ts +41 -0
  723. package/esm/utils/_format.d.ts.map +1 -0
  724. package/esm/utils/_format.js +178 -0
  725. package/esm/utils/_format.js.map +1 -0
  726. package/esm/utils/_symbolConverter.d.ts +135 -0
  727. package/esm/utils/_symbolConverter.d.ts.map +1 -0
  728. package/esm/utils/_symbolConverter.js +217 -0
  729. package/esm/utils/_symbolConverter.js.map +1 -0
  730. package/esm/utils/mod.d.ts.map +1 -0
  731. package/esm/utils/mod.js.map +1 -0
  732. package/package.json +17 -21
  733. package/script/_base.d.ts +15 -0
  734. package/script/_base.d.ts.map +1 -0
  735. package/script/_base.js +67 -0
  736. package/script/_base.js.map +1 -0
  737. package/script/api/_schemas.d.ts +30 -0
  738. package/script/api/_schemas.d.ts.map +1 -0
  739. package/script/api/_schemas.js +103 -0
  740. package/script/api/_schemas.js.map +1 -0
  741. package/script/api/exchange/_methods/_base/_nonce.d.ts +17 -0
  742. package/script/api/exchange/_methods/_base/_nonce.d.ts.map +1 -0
  743. package/script/api/exchange/_methods/_base/_nonce.js +32 -0
  744. package/script/api/exchange/_methods/_base/_nonce.js.map +1 -0
  745. package/script/api/exchange/_methods/_base/_semaphore.d.ts +13 -0
  746. package/script/api/exchange/_methods/_base/_semaphore.d.ts.map +1 -0
  747. package/script/api/exchange/_methods/_base/_semaphore.js +78 -0
  748. package/script/api/exchange/_methods/_base/_semaphore.js.map +1 -0
  749. package/script/api/exchange/_methods/_base/commonSchemas.d.ts +36 -0
  750. package/script/api/exchange/_methods/_base/commonSchemas.d.ts.map +1 -0
  751. package/script/api/exchange/_methods/_base/commonSchemas.js +58 -0
  752. package/script/api/exchange/_methods/_base/commonSchemas.js.map +1 -0
  753. package/script/api/exchange/_methods/_base/errors.d.ts +62 -0
  754. package/script/api/exchange/_methods/_base/errors.d.ts.map +1 -0
  755. package/script/api/exchange/_methods/_base/errors.js +91 -0
  756. package/script/api/exchange/_methods/_base/errors.js.map +1 -0
  757. package/script/api/exchange/_methods/_base/execute.d.ts +95 -0
  758. package/script/api/exchange/_methods/_base/execute.d.ts.map +1 -0
  759. package/script/api/exchange/_methods/_base/execute.js +266 -0
  760. package/script/api/exchange/_methods/_base/execute.js.map +1 -0
  761. package/script/api/exchange/_methods/agentEnableDexAbstraction.d.ts +64 -0
  762. package/script/api/exchange/_methods/agentEnableDexAbstraction.d.ts.map +1 -0
  763. package/script/api/exchange/_methods/agentEnableDexAbstraction.js +94 -0
  764. package/script/api/exchange/_methods/agentEnableDexAbstraction.js.map +1 -0
  765. package/script/api/exchange/_methods/agentSetAbstraction.d.ts +117 -0
  766. package/script/api/exchange/_methods/agentSetAbstraction.d.ts.map +1 -0
  767. package/script/api/exchange/_methods/agentSetAbstraction.js +112 -0
  768. package/script/api/exchange/_methods/agentSetAbstraction.js.map +1 -0
  769. package/script/api/exchange/_methods/approveAgent.d.ts +155 -0
  770. package/script/api/exchange/_methods/approveAgent.d.ts.map +1 -0
  771. package/script/api/exchange/_methods/approveAgent.js +148 -0
  772. package/script/api/exchange/_methods/approveAgent.js.map +1 -0
  773. package/script/api/exchange/_methods/approveBuilderFee.d.ts +136 -0
  774. package/script/api/exchange/_methods/approveBuilderFee.d.ts.map +1 -0
  775. package/script/api/exchange/_methods/approveBuilderFee.js +122 -0
  776. package/script/api/exchange/_methods/approveBuilderFee.js.map +1 -0
  777. package/script/api/exchange/_methods/batchModify.d.ts +349 -0
  778. package/script/api/exchange/_methods/batchModify.d.ts.map +1 -0
  779. package/script/api/exchange/_methods/batchModify.js +168 -0
  780. package/script/api/exchange/_methods/batchModify.js.map +1 -0
  781. package/script/api/exchange/_methods/borrowLend.d.ts +126 -0
  782. package/script/api/exchange/_methods/borrowLend.d.ts.map +1 -0
  783. package/script/api/exchange/_methods/borrowLend.js +113 -0
  784. package/script/api/exchange/_methods/borrowLend.js.map +1 -0
  785. package/script/api/exchange/_methods/cDeposit.d.ts +125 -0
  786. package/script/api/exchange/_methods/cDeposit.d.ts.map +1 -0
  787. package/script/api/exchange/_methods/cDeposit.js +119 -0
  788. package/script/api/exchange/_methods/cDeposit.js.map +1 -0
  789. package/script/api/exchange/_methods/cSignerAction.d.ts +151 -0
  790. package/script/api/exchange/_methods/cSignerAction.d.ts.map +1 -0
  791. package/script/api/exchange/_methods/cSignerAction.js +130 -0
  792. package/script/api/exchange/_methods/cSignerAction.js.map +1 -0
  793. package/script/api/exchange/_methods/cValidatorAction.d.ts +418 -0
  794. package/script/api/exchange/_methods/cValidatorAction.d.ts.map +1 -0
  795. package/script/api/exchange/_methods/cValidatorAction.js +172 -0
  796. package/script/api/exchange/_methods/cValidatorAction.js.map +1 -0
  797. package/script/api/exchange/_methods/cWithdraw.d.ts +125 -0
  798. package/script/api/exchange/_methods/cWithdraw.d.ts.map +1 -0
  799. package/script/api/exchange/_methods/cWithdraw.js +119 -0
  800. package/script/api/exchange/_methods/cWithdraw.js.map +1 -0
  801. package/script/api/exchange/_methods/cancel.d.ts +149 -0
  802. package/script/api/exchange/_methods/cancel.d.ts.map +1 -0
  803. package/script/api/exchange/_methods/cancel.js +114 -0
  804. package/script/api/exchange/_methods/cancel.js.map +1 -0
  805. package/script/api/exchange/_methods/cancelByCloid.d.ts +138 -0
  806. package/script/api/exchange/_methods/cancelByCloid.d.ts.map +1 -0
  807. package/script/api/exchange/_methods/cancelByCloid.js +118 -0
  808. package/script/api/exchange/_methods/cancelByCloid.js.map +1 -0
  809. package/script/api/exchange/_methods/claimRewards.d.ts +62 -0
  810. package/script/api/exchange/_methods/claimRewards.d.ts.map +1 -0
  811. package/script/api/exchange/_methods/claimRewards.js +92 -0
  812. package/script/api/exchange/_methods/claimRewards.js.map +1 -0
  813. package/script/api/exchange/_methods/convertToMultiSigUser.d.ts +223 -0
  814. package/script/api/exchange/_methods/convertToMultiSigUser.d.ts.map +1 -0
  815. package/script/api/exchange/_methods/convertToMultiSigUser.js +157 -0
  816. package/script/api/exchange/_methods/convertToMultiSigUser.js.map +1 -0
  817. package/script/api/exchange/_methods/createSubAccount.d.ts +115 -0
  818. package/script/api/exchange/_methods/createSubAccount.d.ts.map +1 -0
  819. package/script/api/exchange/_methods/createSubAccount.js +107 -0
  820. package/script/api/exchange/_methods/createSubAccount.js.map +1 -0
  821. package/script/api/exchange/_methods/createVault.d.ts +153 -0
  822. package/script/api/exchange/_methods/createVault.d.ts.map +1 -0
  823. package/script/api/exchange/_methods/createVault.js +118 -0
  824. package/script/api/exchange/_methods/createVault.js.map +1 -0
  825. package/script/api/exchange/_methods/evmUserModify.d.ts +102 -0
  826. package/script/api/exchange/_methods/evmUserModify.d.ts.map +1 -0
  827. package/script/api/exchange/_methods/evmUserModify.js +107 -0
  828. package/script/api/exchange/_methods/evmUserModify.js.map +1 -0
  829. package/script/api/exchange/_methods/linkStakingUser.d.ts +160 -0
  830. package/script/api/exchange/_methods/linkStakingUser.d.ts.map +1 -0
  831. package/script/api/exchange/_methods/linkStakingUser.js +130 -0
  832. package/script/api/exchange/_methods/linkStakingUser.js.map +1 -0
  833. package/script/api/exchange/_methods/modify.d.ts +326 -0
  834. package/script/api/exchange/_methods/modify.d.ts.map +1 -0
  835. package/script/api/exchange/_methods/modify.js +161 -0
  836. package/script/api/exchange/_methods/modify.js.map +1 -0
  837. package/script/api/exchange/_methods/noop.d.ts +62 -0
  838. package/script/api/exchange/_methods/noop.d.ts.map +1 -0
  839. package/script/api/exchange/_methods/noop.js +92 -0
  840. package/script/api/exchange/_methods/noop.js.map +1 -0
  841. package/script/api/exchange/_methods/order.d.ts +431 -0
  842. package/script/api/exchange/_methods/order.d.ts.map +1 -0
  843. package/script/api/exchange/_methods/order.js +175 -0
  844. package/script/api/exchange/_methods/order.js.map +1 -0
  845. package/script/api/exchange/_methods/perpDeploy.d.ts +1048 -0
  846. package/script/api/exchange/_methods/perpDeploy.d.ts.map +1 -0
  847. package/script/api/exchange/_methods/perpDeploy.js +284 -0
  848. package/script/api/exchange/_methods/perpDeploy.js.map +1 -0
  849. package/script/api/exchange/_methods/registerReferrer.d.ts +102 -0
  850. package/script/api/exchange/_methods/registerReferrer.d.ts.map +1 -0
  851. package/script/api/exchange/_methods/registerReferrer.js +107 -0
  852. package/script/api/exchange/_methods/registerReferrer.js.map +1 -0
  853. package/script/api/exchange/_methods/reserveRequestWeight.d.ts +102 -0
  854. package/script/api/exchange/_methods/reserveRequestWeight.d.ts.map +1 -0
  855. package/script/api/exchange/_methods/reserveRequestWeight.js +107 -0
  856. package/script/api/exchange/_methods/reserveRequestWeight.js.map +1 -0
  857. package/script/api/exchange/_methods/scheduleCancel.d.ts +120 -0
  858. package/script/api/exchange/_methods/scheduleCancel.d.ts.map +1 -0
  859. package/script/api/exchange/_methods/scheduleCancel.js +88 -0
  860. package/script/api/exchange/_methods/scheduleCancel.js.map +1 -0
  861. package/script/api/exchange/_methods/sendAsset.d.ts +186 -0
  862. package/script/api/exchange/_methods/sendAsset.d.ts.map +1 -0
  863. package/script/api/exchange/_methods/sendAsset.js +140 -0
  864. package/script/api/exchange/_methods/sendAsset.js.map +1 -0
  865. package/script/api/exchange/_methods/sendToEvmWithData.d.ts +211 -0
  866. package/script/api/exchange/_methods/sendToEvmWithData.d.ts.map +1 -0
  867. package/script/api/exchange/_methods/sendToEvmWithData.js +149 -0
  868. package/script/api/exchange/_methods/sendToEvmWithData.js.map +1 -0
  869. package/script/api/exchange/_methods/setDisplayName.d.ts +111 -0
  870. package/script/api/exchange/_methods/setDisplayName.d.ts.map +1 -0
  871. package/script/api/exchange/_methods/setDisplayName.js +110 -0
  872. package/script/api/exchange/_methods/setDisplayName.js.map +1 -0
  873. package/script/api/exchange/_methods/setReferrer.d.ts +102 -0
  874. package/script/api/exchange/_methods/setReferrer.d.ts.map +1 -0
  875. package/script/api/exchange/_methods/setReferrer.js +107 -0
  876. package/script/api/exchange/_methods/setReferrer.js.map +1 -0
  877. package/script/api/exchange/_methods/spotDeploy.d.ts +675 -0
  878. package/script/api/exchange/_methods/spotDeploy.d.ts.map +1 -0
  879. package/script/api/exchange/_methods/spotDeploy.js +216 -0
  880. package/script/api/exchange/_methods/spotDeploy.js.map +1 -0
  881. package/script/api/exchange/_methods/spotSend.d.ts +151 -0
  882. package/script/api/exchange/_methods/spotSend.d.ts.map +1 -0
  883. package/script/api/exchange/_methods/spotSend.js +129 -0
  884. package/script/api/exchange/_methods/spotSend.js.map +1 -0
  885. package/script/api/exchange/_methods/spotUser.d.ts +121 -0
  886. package/script/api/exchange/_methods/spotUser.d.ts.map +1 -0
  887. package/script/api/exchange/_methods/spotUser.js +110 -0
  888. package/script/api/exchange/_methods/spotUser.js.map +1 -0
  889. package/script/api/exchange/_methods/subAccountModify.d.ts +113 -0
  890. package/script/api/exchange/_methods/subAccountModify.d.ts.map +1 -0
  891. package/script/api/exchange/_methods/subAccountModify.js +109 -0
  892. package/script/api/exchange/_methods/subAccountModify.js.map +1 -0
  893. package/script/api/exchange/_methods/subAccountSpotTransfer.d.ts +140 -0
  894. package/script/api/exchange/_methods/subAccountSpotTransfer.d.ts.map +1 -0
  895. package/script/api/exchange/_methods/subAccountSpotTransfer.js +118 -0
  896. package/script/api/exchange/_methods/subAccountSpotTransfer.js.map +1 -0
  897. package/script/api/exchange/_methods/subAccountTransfer.d.ts +124 -0
  898. package/script/api/exchange/_methods/subAccountTransfer.d.ts.map +1 -0
  899. package/script/api/exchange/_methods/subAccountTransfer.js +111 -0
  900. package/script/api/exchange/_methods/subAccountTransfer.js.map +1 -0
  901. package/script/api/exchange/_methods/tokenDelegate.d.ts +147 -0
  902. package/script/api/exchange/_methods/tokenDelegate.d.ts.map +1 -0
  903. package/script/api/exchange/_methods/tokenDelegate.js +125 -0
  904. package/script/api/exchange/_methods/tokenDelegate.js.map +1 -0
  905. package/script/api/exchange/_methods/topUpIsolatedOnlyMargin.d.ts +115 -0
  906. package/script/api/exchange/_methods/topUpIsolatedOnlyMargin.d.ts.map +1 -0
  907. package/script/api/exchange/_methods/topUpIsolatedOnlyMargin.js +111 -0
  908. package/script/api/exchange/_methods/topUpIsolatedOnlyMargin.js.map +1 -0
  909. package/script/api/exchange/_methods/twapCancel.d.ts +130 -0
  910. package/script/api/exchange/_methods/twapCancel.d.ts.map +1 -0
  911. package/script/api/exchange/_methods/twapCancel.js +111 -0
  912. package/script/api/exchange/_methods/twapCancel.js.map +1 -0
  913. package/script/api/exchange/_methods/twapOrder.d.ts +208 -0
  914. package/script/api/exchange/_methods/twapOrder.d.ts.map +1 -0
  915. package/script/api/exchange/_methods/twapOrder.js +131 -0
  916. package/script/api/exchange/_methods/twapOrder.js.map +1 -0
  917. package/script/api/exchange/_methods/updateIsolatedMargin.d.ts +126 -0
  918. package/script/api/exchange/_methods/updateIsolatedMargin.d.ts.map +1 -0
  919. package/script/api/exchange/_methods/updateIsolatedMargin.js +113 -0
  920. package/script/api/exchange/_methods/updateIsolatedMargin.js.map +1 -0
  921. package/script/api/exchange/_methods/updateLeverage.d.ts +126 -0
  922. package/script/api/exchange/_methods/updateLeverage.d.ts.map +1 -0
  923. package/script/api/exchange/_methods/updateLeverage.js +113 -0
  924. package/script/api/exchange/_methods/updateLeverage.js.map +1 -0
  925. package/script/api/exchange/_methods/usdClassTransfer.d.ts +136 -0
  926. package/script/api/exchange/_methods/usdClassTransfer.d.ts.map +1 -0
  927. package/script/api/exchange/_methods/usdClassTransfer.js +122 -0
  928. package/script/api/exchange/_methods/usdClassTransfer.js.map +1 -0
  929. package/script/api/exchange/_methods/usdSend.d.ts +136 -0
  930. package/script/api/exchange/_methods/usdSend.d.ts.map +1 -0
  931. package/script/api/exchange/_methods/usdSend.js +122 -0
  932. package/script/api/exchange/_methods/usdSend.js.map +1 -0
  933. package/script/api/exchange/_methods/userDexAbstraction.d.ts +138 -0
  934. package/script/api/exchange/_methods/userDexAbstraction.d.ts.map +1 -0
  935. package/script/api/exchange/_methods/userDexAbstraction.js +124 -0
  936. package/script/api/exchange/_methods/userDexAbstraction.js.map +1 -0
  937. package/script/api/exchange/_methods/userPortfolioMargin.d.ts +136 -0
  938. package/script/api/exchange/_methods/userPortfolioMargin.d.ts.map +1 -0
  939. package/script/api/exchange/_methods/userPortfolioMargin.js +122 -0
  940. package/script/api/exchange/_methods/userPortfolioMargin.js.map +1 -0
  941. package/script/api/exchange/_methods/userSetAbstraction.d.ts +136 -0
  942. package/script/api/exchange/_methods/userSetAbstraction.d.ts.map +1 -0
  943. package/script/api/exchange/_methods/userSetAbstraction.js +122 -0
  944. package/script/api/exchange/_methods/userSetAbstraction.js.map +1 -0
  945. package/script/api/exchange/_methods/validatorL1Stream.d.ts +102 -0
  946. package/script/api/exchange/_methods/validatorL1Stream.d.ts.map +1 -0
  947. package/script/api/exchange/_methods/validatorL1Stream.js +107 -0
  948. package/script/api/exchange/_methods/validatorL1Stream.js.map +1 -0
  949. package/script/api/exchange/_methods/vaultDistribute.d.ts +122 -0
  950. package/script/api/exchange/_methods/vaultDistribute.d.ts.map +1 -0
  951. package/script/api/exchange/_methods/vaultDistribute.js +112 -0
  952. package/script/api/exchange/_methods/vaultDistribute.js.map +1 -0
  953. package/script/api/exchange/_methods/vaultModify.d.ts +128 -0
  954. package/script/api/exchange/_methods/vaultModify.d.ts.map +1 -0
  955. package/script/api/exchange/_methods/vaultModify.js +115 -0
  956. package/script/api/exchange/_methods/vaultModify.js.map +1 -0
  957. package/script/api/exchange/_methods/vaultTransfer.d.ts +124 -0
  958. package/script/api/exchange/_methods/vaultTransfer.d.ts.map +1 -0
  959. package/script/api/exchange/_methods/vaultTransfer.js +111 -0
  960. package/script/api/exchange/_methods/vaultTransfer.js.map +1 -0
  961. package/script/api/exchange/_methods/withdraw3.d.ts +136 -0
  962. package/script/api/exchange/_methods/withdraw3.d.ts.map +1 -0
  963. package/script/api/exchange/_methods/withdraw3.js +122 -0
  964. package/script/api/exchange/_methods/withdraw3.js.map +1 -0
  965. package/script/api/exchange/client.d.ts +1664 -0
  966. package/script/api/exchange/client.d.ts.map +1 -0
  967. package/script/api/exchange/client.js +1706 -0
  968. package/script/api/exchange/client.js.map +1 -0
  969. package/script/api/exchange/mod.d.ts +92 -0
  970. package/script/api/exchange/mod.d.ts.map +1 -0
  971. package/script/api/exchange/mod.js +109 -0
  972. package/script/api/exchange/mod.js.map +1 -0
  973. package/script/api/info/_methods/_base/commonSchemas.d.ts +362 -0
  974. package/script/api/info/_methods/_base/commonSchemas.d.ts.map +1 -0
  975. package/script/api/info/_methods/_base/commonSchemas.js +7 -0
  976. package/script/api/info/_methods/_base/commonSchemas.js.map +1 -0
  977. package/script/api/info/_methods/_base/types.d.ts +11 -0
  978. package/script/api/info/_methods/_base/types.d.ts.map +1 -0
  979. package/script/api/info/_methods/_base/types.js +7 -0
  980. package/script/api/info/_methods/_base/types.js.map +1 -0
  981. package/script/api/info/_methods/activeAssetData.d.ts +94 -0
  982. package/script/api/info/_methods/activeAssetData.d.ts.map +1 -0
  983. package/script/api/info/_methods/activeAssetData.js +94 -0
  984. package/script/api/info/_methods/activeAssetData.js.map +1 -0
  985. package/script/api/info/_methods/alignedQuoteTokenInfo.d.ts +70 -0
  986. package/script/api/info/_methods/alignedQuoteTokenInfo.d.ts.map +1 -0
  987. package/script/api/info/_methods/alignedQuoteTokenInfo.js +92 -0
  988. package/script/api/info/_methods/alignedQuoteTokenInfo.js.map +1 -0
  989. package/script/api/info/_methods/allBorrowLendReserveStates.d.ts +41 -0
  990. package/script/api/info/_methods/allBorrowLendReserveStates.d.ts.map +1 -0
  991. package/script/api/info/_methods/allBorrowLendReserveStates.js +81 -0
  992. package/script/api/info/_methods/allBorrowLendReserveStates.js.map +1 -0
  993. package/script/api/info/_methods/allMids.d.ts +49 -0
  994. package/script/api/info/_methods/allMids.d.ts.map +1 -0
  995. package/script/api/info/_methods/allMids.js +67 -0
  996. package/script/api/info/_methods/allMids.js.map +1 -0
  997. package/script/api/info/_methods/allPerpMetas.d.ts +41 -0
  998. package/script/api/info/_methods/allPerpMetas.d.ts.map +1 -0
  999. package/script/api/info/_methods/allPerpMetas.js +81 -0
  1000. package/script/api/info/_methods/allPerpMetas.js.map +1 -0
  1001. package/script/api/info/_methods/approvedBuilders.d.ts +48 -0
  1002. package/script/api/info/_methods/approvedBuilders.d.ts.map +1 -0
  1003. package/script/api/info/_methods/approvedBuilders.js +92 -0
  1004. package/script/api/info/_methods/approvedBuilders.js.map +1 -0
  1005. package/script/api/info/_methods/blockDetails.d.ts +72 -0
  1006. package/script/api/info/_methods/blockDetails.d.ts.map +1 -0
  1007. package/script/api/info/_methods/blockDetails.js +91 -0
  1008. package/script/api/info/_methods/blockDetails.js.map +1 -0
  1009. package/script/api/info/_methods/borrowLendReserveState.d.ts +89 -0
  1010. package/script/api/info/_methods/borrowLendReserveState.d.ts.map +1 -0
  1011. package/script/api/info/_methods/borrowLendReserveState.js +92 -0
  1012. package/script/api/info/_methods/borrowLendReserveState.js.map +1 -0
  1013. package/script/api/info/_methods/borrowLendUserState.d.ts +85 -0
  1014. package/script/api/info/_methods/borrowLendUserState.d.ts.map +1 -0
  1015. package/script/api/info/_methods/borrowLendUserState.js +92 -0
  1016. package/script/api/info/_methods/borrowLendUserState.js.map +1 -0
  1017. package/script/api/info/_methods/candleSnapshot.d.ts +97 -0
  1018. package/script/api/info/_methods/candleSnapshot.d.ts.map +1 -0
  1019. package/script/api/info/_methods/candleSnapshot.js +105 -0
  1020. package/script/api/info/_methods/candleSnapshot.js.map +1 -0
  1021. package/script/api/info/_methods/clearinghouseState.d.ts +191 -0
  1022. package/script/api/info/_methods/clearinghouseState.d.ts.map +1 -0
  1023. package/script/api/info/_methods/clearinghouseState.js +94 -0
  1024. package/script/api/info/_methods/clearinghouseState.js.map +1 -0
  1025. package/script/api/info/_methods/delegations.d.ts +61 -0
  1026. package/script/api/info/_methods/delegations.d.ts.map +1 -0
  1027. package/script/api/info/_methods/delegations.js +92 -0
  1028. package/script/api/info/_methods/delegations.js.map +1 -0
  1029. package/script/api/info/_methods/delegatorHistory.d.ts +94 -0
  1030. package/script/api/info/_methods/delegatorHistory.d.ts.map +1 -0
  1031. package/script/api/info/_methods/delegatorHistory.js +92 -0
  1032. package/script/api/info/_methods/delegatorHistory.js.map +1 -0
  1033. package/script/api/info/_methods/delegatorRewards.d.ts +58 -0
  1034. package/script/api/info/_methods/delegatorRewards.d.ts.map +1 -0
  1035. package/script/api/info/_methods/delegatorRewards.js +92 -0
  1036. package/script/api/info/_methods/delegatorRewards.js.map +1 -0
  1037. package/script/api/info/_methods/delegatorSummary.d.ts +66 -0
  1038. package/script/api/info/_methods/delegatorSummary.d.ts.map +1 -0
  1039. package/script/api/info/_methods/delegatorSummary.js +92 -0
  1040. package/script/api/info/_methods/delegatorSummary.js.map +1 -0
  1041. package/script/api/info/_methods/exchangeStatus.d.ts +45 -0
  1042. package/script/api/info/_methods/exchangeStatus.d.ts.map +1 -0
  1043. package/script/api/info/_methods/exchangeStatus.js +84 -0
  1044. package/script/api/info/_methods/exchangeStatus.js.map +1 -0
  1045. package/script/api/info/_methods/extraAgents.d.ts +58 -0
  1046. package/script/api/info/_methods/extraAgents.d.ts.map +1 -0
  1047. package/script/api/info/_methods/extraAgents.js +92 -0
  1048. package/script/api/info/_methods/extraAgents.js.map +1 -0
  1049. package/script/api/info/_methods/frontendOpenOrders.d.ts +51 -0
  1050. package/script/api/info/_methods/frontendOpenOrders.d.ts.map +1 -0
  1051. package/script/api/info/_methods/frontendOpenOrders.js +94 -0
  1052. package/script/api/info/_methods/frontendOpenOrders.js.map +1 -0
  1053. package/script/api/info/_methods/fundingHistory.d.ts +70 -0
  1054. package/script/api/info/_methods/fundingHistory.d.ts.map +1 -0
  1055. package/script/api/info/_methods/fundingHistory.js +99 -0
  1056. package/script/api/info/_methods/fundingHistory.js.map +1 -0
  1057. package/script/api/info/_methods/gossipRootIps.d.ts +40 -0
  1058. package/script/api/info/_methods/gossipRootIps.d.ts.map +1 -0
  1059. package/script/api/info/_methods/gossipRootIps.js +84 -0
  1060. package/script/api/info/_methods/gossipRootIps.js.map +1 -0
  1061. package/script/api/info/_methods/historicalOrders.d.ts +87 -0
  1062. package/script/api/info/_methods/historicalOrders.d.ts.map +1 -0
  1063. package/script/api/info/_methods/historicalOrders.js +92 -0
  1064. package/script/api/info/_methods/historicalOrders.js.map +1 -0
  1065. package/script/api/info/_methods/isVip.d.ts +48 -0
  1066. package/script/api/info/_methods/isVip.d.ts.map +1 -0
  1067. package/script/api/info/_methods/isVip.js +92 -0
  1068. package/script/api/info/_methods/isVip.js.map +1 -0
  1069. package/script/api/info/_methods/l2Book.d.ts +79 -0
  1070. package/script/api/info/_methods/l2Book.d.ts.map +1 -0
  1071. package/script/api/info/_methods/l2Book.js +95 -0
  1072. package/script/api/info/_methods/l2Book.js.map +1 -0
  1073. package/script/api/info/_methods/leadingVaults.d.ts +56 -0
  1074. package/script/api/info/_methods/leadingVaults.d.ts.map +1 -0
  1075. package/script/api/info/_methods/leadingVaults.js +92 -0
  1076. package/script/api/info/_methods/leadingVaults.js.map +1 -0
  1077. package/script/api/info/_methods/legalCheck.d.ts +55 -0
  1078. package/script/api/info/_methods/legalCheck.d.ts.map +1 -0
  1079. package/script/api/info/_methods/legalCheck.js +92 -0
  1080. package/script/api/info/_methods/legalCheck.js.map +1 -0
  1081. package/script/api/info/_methods/liquidatable.d.ts +40 -0
  1082. package/script/api/info/_methods/liquidatable.d.ts.map +1 -0
  1083. package/script/api/info/_methods/liquidatable.js +84 -0
  1084. package/script/api/info/_methods/liquidatable.js.map +1 -0
  1085. package/script/api/info/_methods/marginTable.d.ts +61 -0
  1086. package/script/api/info/_methods/marginTable.d.ts.map +1 -0
  1087. package/script/api/info/_methods/marginTable.js +92 -0
  1088. package/script/api/info/_methods/marginTable.js.map +1 -0
  1089. package/script/api/info/_methods/maxBuilderFee.d.ts +50 -0
  1090. package/script/api/info/_methods/maxBuilderFee.d.ts.map +1 -0
  1091. package/script/api/info/_methods/maxBuilderFee.js +94 -0
  1092. package/script/api/info/_methods/maxBuilderFee.js.map +1 -0
  1093. package/script/api/info/_methods/maxMarketOrderNtls.d.ts +40 -0
  1094. package/script/api/info/_methods/maxMarketOrderNtls.d.ts.map +1 -0
  1095. package/script/api/info/_methods/maxMarketOrderNtls.js +84 -0
  1096. package/script/api/info/_methods/maxMarketOrderNtls.js.map +1 -0
  1097. package/script/api/info/_methods/meta.d.ts +73 -0
  1098. package/script/api/info/_methods/meta.d.ts.map +1 -0
  1099. package/script/api/info/_methods/meta.js +64 -0
  1100. package/script/api/info/_methods/meta.js.map +1 -0
  1101. package/script/api/info/_methods/metaAndAssetCtxs.d.ts +48 -0
  1102. package/script/api/info/_methods/metaAndAssetCtxs.d.ts.map +1 -0
  1103. package/script/api/info/_methods/metaAndAssetCtxs.js +64 -0
  1104. package/script/api/info/_methods/metaAndAssetCtxs.js.map +1 -0
  1105. package/script/api/info/_methods/openOrders.d.ts +51 -0
  1106. package/script/api/info/_methods/openOrders.d.ts.map +1 -0
  1107. package/script/api/info/_methods/openOrders.js +94 -0
  1108. package/script/api/info/_methods/openOrders.js.map +1 -0
  1109. package/script/api/info/_methods/orderStatus.d.ts +99 -0
  1110. package/script/api/info/_methods/orderStatus.d.ts.map +1 -0
  1111. package/script/api/info/_methods/orderStatus.js +94 -0
  1112. package/script/api/info/_methods/orderStatus.js.map +1 -0
  1113. package/script/api/info/_methods/outcomeMeta.d.ts +70 -0
  1114. package/script/api/info/_methods/outcomeMeta.d.ts.map +1 -0
  1115. package/script/api/info/_methods/outcomeMeta.js +84 -0
  1116. package/script/api/info/_methods/outcomeMeta.js.map +1 -0
  1117. package/script/api/info/_methods/perpCategories.d.ts +45 -0
  1118. package/script/api/info/_methods/perpCategories.d.ts.map +1 -0
  1119. package/script/api/info/_methods/perpCategories.js +84 -0
  1120. package/script/api/info/_methods/perpCategories.js.map +1 -0
  1121. package/script/api/info/_methods/perpDeployAuctionStatus.d.ts +60 -0
  1122. package/script/api/info/_methods/perpDeployAuctionStatus.d.ts.map +1 -0
  1123. package/script/api/info/_methods/perpDeployAuctionStatus.js +84 -0
  1124. package/script/api/info/_methods/perpDeployAuctionStatus.js.map +1 -0
  1125. package/script/api/info/_methods/perpDexLimits.d.ts +70 -0
  1126. package/script/api/info/_methods/perpDexLimits.d.ts.map +1 -0
  1127. package/script/api/info/_methods/perpDexLimits.js +91 -0
  1128. package/script/api/info/_methods/perpDexLimits.js.map +1 -0
  1129. package/script/api/info/_methods/perpDexStatus.d.ts +51 -0
  1130. package/script/api/info/_methods/perpDexStatus.d.ts.map +1 -0
  1131. package/script/api/info/_methods/perpDexStatus.js +88 -0
  1132. package/script/api/info/_methods/perpDexStatus.js.map +1 -0
  1133. package/script/api/info/_methods/perpDexs.d.ts +94 -0
  1134. package/script/api/info/_methods/perpDexs.d.ts.map +1 -0
  1135. package/script/api/info/_methods/perpDexs.js +84 -0
  1136. package/script/api/info/_methods/perpDexs.js.map +1 -0
  1137. package/script/api/info/_methods/perpsAtOpenInterestCap.d.ts +46 -0
  1138. package/script/api/info/_methods/perpsAtOpenInterestCap.d.ts.map +1 -0
  1139. package/script/api/info/_methods/perpsAtOpenInterestCap.js +67 -0
  1140. package/script/api/info/_methods/perpsAtOpenInterestCap.js.map +1 -0
  1141. package/script/api/info/_methods/portfolio.d.ts +102 -0
  1142. package/script/api/info/_methods/portfolio.d.ts.map +1 -0
  1143. package/script/api/info/_methods/portfolio.js +92 -0
  1144. package/script/api/info/_methods/portfolio.js.map +1 -0
  1145. package/script/api/info/_methods/preTransferCheck.d.ts +62 -0
  1146. package/script/api/info/_methods/preTransferCheck.d.ts.map +1 -0
  1147. package/script/api/info/_methods/preTransferCheck.js +94 -0
  1148. package/script/api/info/_methods/preTransferCheck.js.map +1 -0
  1149. package/script/api/info/_methods/predictedFundings.d.ts +60 -0
  1150. package/script/api/info/_methods/predictedFundings.d.ts.map +1 -0
  1151. package/script/api/info/_methods/predictedFundings.js +84 -0
  1152. package/script/api/info/_methods/predictedFundings.js.map +1 -0
  1153. package/script/api/info/_methods/recentTrades.d.ts +79 -0
  1154. package/script/api/info/_methods/recentTrades.d.ts.map +1 -0
  1155. package/script/api/info/_methods/recentTrades.js +91 -0
  1156. package/script/api/info/_methods/recentTrades.js.map +1 -0
  1157. package/script/api/info/_methods/referral.d.ts +197 -0
  1158. package/script/api/info/_methods/referral.d.ts.map +1 -0
  1159. package/script/api/info/_methods/referral.js +92 -0
  1160. package/script/api/info/_methods/referral.js.map +1 -0
  1161. package/script/api/info/_methods/spotClearinghouseState.d.ts +85 -0
  1162. package/script/api/info/_methods/spotClearinghouseState.d.ts.map +1 -0
  1163. package/script/api/info/_methods/spotClearinghouseState.js +94 -0
  1164. package/script/api/info/_methods/spotClearinghouseState.js.map +1 -0
  1165. package/script/api/info/_methods/spotDeployState.d.ts +108 -0
  1166. package/script/api/info/_methods/spotDeployState.d.ts.map +1 -0
  1167. package/script/api/info/_methods/spotDeployState.js +92 -0
  1168. package/script/api/info/_methods/spotDeployState.js.map +1 -0
  1169. package/script/api/info/_methods/spotMeta.d.ts +87 -0
  1170. package/script/api/info/_methods/spotMeta.d.ts.map +1 -0
  1171. package/script/api/info/_methods/spotMeta.js +84 -0
  1172. package/script/api/info/_methods/spotMeta.js.map +1 -0
  1173. package/script/api/info/_methods/spotMetaAndAssetCtxs.d.ts +42 -0
  1174. package/script/api/info/_methods/spotMetaAndAssetCtxs.d.ts.map +1 -0
  1175. package/script/api/info/_methods/spotMetaAndAssetCtxs.js +81 -0
  1176. package/script/api/info/_methods/spotMetaAndAssetCtxs.js.map +1 -0
  1177. package/script/api/info/_methods/spotPairDeployAuctionStatus.d.ts +41 -0
  1178. package/script/api/info/_methods/spotPairDeployAuctionStatus.d.ts.map +1 -0
  1179. package/script/api/info/_methods/spotPairDeployAuctionStatus.js +81 -0
  1180. package/script/api/info/_methods/spotPairDeployAuctionStatus.js.map +1 -0
  1181. package/script/api/info/_methods/subAccounts.d.ts +67 -0
  1182. package/script/api/info/_methods/subAccounts.d.ts.map +1 -0
  1183. package/script/api/info/_methods/subAccounts.js +92 -0
  1184. package/script/api/info/_methods/subAccounts.js.map +1 -0
  1185. package/script/api/info/_methods/subAccounts2.d.ts +67 -0
  1186. package/script/api/info/_methods/subAccounts2.d.ts.map +1 -0
  1187. package/script/api/info/_methods/subAccounts2.js +92 -0
  1188. package/script/api/info/_methods/subAccounts2.js.map +1 -0
  1189. package/script/api/info/_methods/tokenDetails.d.ts +138 -0
  1190. package/script/api/info/_methods/tokenDetails.d.ts.map +1 -0
  1191. package/script/api/info/_methods/tokenDetails.js +92 -0
  1192. package/script/api/info/_methods/tokenDetails.js.map +1 -0
  1193. package/script/api/info/_methods/twapHistory.d.ts +72 -0
  1194. package/script/api/info/_methods/twapHistory.d.ts.map +1 -0
  1195. package/script/api/info/_methods/twapHistory.js +92 -0
  1196. package/script/api/info/_methods/twapHistory.js.map +1 -0
  1197. package/script/api/info/_methods/txDetails.d.ts +53 -0
  1198. package/script/api/info/_methods/txDetails.d.ts.map +1 -0
  1199. package/script/api/info/_methods/txDetails.js +91 -0
  1200. package/script/api/info/_methods/txDetails.js.map +1 -0
  1201. package/script/api/info/_methods/userAbstraction.d.ts +48 -0
  1202. package/script/api/info/_methods/userAbstraction.d.ts.map +1 -0
  1203. package/script/api/info/_methods/userAbstraction.js +92 -0
  1204. package/script/api/info/_methods/userAbstraction.js.map +1 -0
  1205. package/script/api/info/_methods/userBorrowLendInterest.d.ts +70 -0
  1206. package/script/api/info/_methods/userBorrowLendInterest.d.ts.map +1 -0
  1207. package/script/api/info/_methods/userBorrowLendInterest.js +99 -0
  1208. package/script/api/info/_methods/userBorrowLendInterest.js.map +1 -0
  1209. package/script/api/info/_methods/userDetails.d.ts +53 -0
  1210. package/script/api/info/_methods/userDetails.d.ts.map +1 -0
  1211. package/script/api/info/_methods/userDetails.js +91 -0
  1212. package/script/api/info/_methods/userDetails.js.map +1 -0
  1213. package/script/api/info/_methods/userDexAbstraction.d.ts +48 -0
  1214. package/script/api/info/_methods/userDexAbstraction.d.ts.map +1 -0
  1215. package/script/api/info/_methods/userDexAbstraction.js +92 -0
  1216. package/script/api/info/_methods/userDexAbstraction.js.map +1 -0
  1217. package/script/api/info/_methods/userFees.d.ts +225 -0
  1218. package/script/api/info/_methods/userFees.d.ts.map +1 -0
  1219. package/script/api/info/_methods/userFees.js +92 -0
  1220. package/script/api/info/_methods/userFees.js.map +1 -0
  1221. package/script/api/info/_methods/userFills.d.ts +72 -0
  1222. package/script/api/info/_methods/userFills.d.ts.map +1 -0
  1223. package/script/api/info/_methods/userFills.js +94 -0
  1224. package/script/api/info/_methods/userFills.js.map +1 -0
  1225. package/script/api/info/_methods/userFillsByTime.d.ts +60 -0
  1226. package/script/api/info/_methods/userFillsByTime.d.ts.map +1 -0
  1227. package/script/api/info/_methods/userFillsByTime.js +103 -0
  1228. package/script/api/info/_methods/userFillsByTime.js.map +1 -0
  1229. package/script/api/info/_methods/userFunding.d.ts +84 -0
  1230. package/script/api/info/_methods/userFunding.d.ts.map +1 -0
  1231. package/script/api/info/_methods/userFunding.js +96 -0
  1232. package/script/api/info/_methods/userFunding.js.map +1 -0
  1233. package/script/api/info/_methods/userNonFundingLedgerUpdates.d.ts +396 -0
  1234. package/script/api/info/_methods/userNonFundingLedgerUpdates.d.ts.map +1 -0
  1235. package/script/api/info/_methods/userNonFundingLedgerUpdates.js +96 -0
  1236. package/script/api/info/_methods/userNonFundingLedgerUpdates.js.map +1 -0
  1237. package/script/api/info/_methods/userRateLimit.d.ts +60 -0
  1238. package/script/api/info/_methods/userRateLimit.d.ts.map +1 -0
  1239. package/script/api/info/_methods/userRateLimit.js +92 -0
  1240. package/script/api/info/_methods/userRateLimit.js.map +1 -0
  1241. package/script/api/info/_methods/userRole.d.ts +73 -0
  1242. package/script/api/info/_methods/userRole.d.ts.map +1 -0
  1243. package/script/api/info/_methods/userRole.js +92 -0
  1244. package/script/api/info/_methods/userRole.js.map +1 -0
  1245. package/script/api/info/_methods/userToMultiSigSigners.d.ts +56 -0
  1246. package/script/api/info/_methods/userToMultiSigSigners.d.ts.map +1 -0
  1247. package/script/api/info/_methods/userToMultiSigSigners.js +92 -0
  1248. package/script/api/info/_methods/userToMultiSigSigners.js.map +1 -0
  1249. package/script/api/info/_methods/userTwapSliceFills.d.ts +54 -0
  1250. package/script/api/info/_methods/userTwapSliceFills.d.ts.map +1 -0
  1251. package/script/api/info/_methods/userTwapSliceFills.js +92 -0
  1252. package/script/api/info/_methods/userTwapSliceFills.js.map +1 -0
  1253. package/script/api/info/_methods/userTwapSliceFillsByTime.d.ts +58 -0
  1254. package/script/api/info/_methods/userTwapSliceFillsByTime.d.ts.map +1 -0
  1255. package/script/api/info/_methods/userTwapSliceFillsByTime.js +101 -0
  1256. package/script/api/info/_methods/userTwapSliceFillsByTime.js.map +1 -0
  1257. package/script/api/info/_methods/userVaultEquities.d.ts +61 -0
  1258. package/script/api/info/_methods/userVaultEquities.d.ts.map +1 -0
  1259. package/script/api/info/_methods/userVaultEquities.js +92 -0
  1260. package/script/api/info/_methods/userVaultEquities.js.map +1 -0
  1261. package/script/api/info/_methods/validatorL1Votes.d.ts +54 -0
  1262. package/script/api/info/_methods/validatorL1Votes.d.ts.map +1 -0
  1263. package/script/api/info/_methods/validatorL1Votes.js +84 -0
  1264. package/script/api/info/_methods/validatorL1Votes.js.map +1 -0
  1265. package/script/api/info/_methods/validatorSummaries.d.ts +101 -0
  1266. package/script/api/info/_methods/validatorSummaries.d.ts.map +1 -0
  1267. package/script/api/info/_methods/validatorSummaries.js +84 -0
  1268. package/script/api/info/_methods/validatorSummaries.js.map +1 -0
  1269. package/script/api/info/_methods/vaultDetails.d.ts +145 -0
  1270. package/script/api/info/_methods/vaultDetails.d.ts.map +1 -0
  1271. package/script/api/info/_methods/vaultDetails.js +94 -0
  1272. package/script/api/info/_methods/vaultDetails.js.map +1 -0
  1273. package/script/api/info/_methods/vaultSummaries.d.ts +65 -0
  1274. package/script/api/info/_methods/vaultSummaries.d.ts.map +1 -0
  1275. package/script/api/info/_methods/vaultSummaries.js +81 -0
  1276. package/script/api/info/_methods/vaultSummaries.js.map +1 -0
  1277. package/script/api/info/_methods/webData2.d.ts +102 -0
  1278. package/script/api/info/_methods/webData2.d.ts.map +1 -0
  1279. package/script/api/info/_methods/webData2.js +92 -0
  1280. package/script/api/info/_methods/webData2.js.map +1 -0
  1281. package/script/api/info/client.d.ts +1908 -0
  1282. package/script/api/info/client.d.ts.map +1 -0
  1283. package/script/api/info/client.js +1909 -0
  1284. package/script/api/info/client.js.map +1 -0
  1285. package/script/api/info/mod.d.ts +100 -0
  1286. package/script/api/info/mod.d.ts.map +1 -0
  1287. package/script/api/info/mod.js +115 -0
  1288. package/script/api/info/mod.js.map +1 -0
  1289. package/script/api/subscription/_methods/_types.d.ts.map +1 -0
  1290. package/script/api/subscription/_methods/_types.js.map +1 -0
  1291. package/script/api/subscription/_methods/activeAssetCtx.d.ts +56 -0
  1292. package/script/api/subscription/_methods/activeAssetCtx.d.ts.map +1 -0
  1293. package/script/api/subscription/_methods/activeAssetCtx.js +90 -0
  1294. package/script/api/subscription/_methods/activeAssetCtx.js.map +1 -0
  1295. package/script/api/subscription/_methods/activeAssetData.d.ts +53 -0
  1296. package/script/api/subscription/_methods/activeAssetData.d.ts.map +1 -0
  1297. package/script/api/subscription/_methods/activeAssetData.js +96 -0
  1298. package/script/api/subscription/_methods/activeAssetData.js.map +1 -0
  1299. package/script/api/subscription/_methods/activeSpotAssetCtx.d.ts +56 -0
  1300. package/script/api/subscription/_methods/activeSpotAssetCtx.d.ts.map +1 -0
  1301. package/script/api/subscription/_methods/activeSpotAssetCtx.js +90 -0
  1302. package/script/api/subscription/_methods/activeSpotAssetCtx.js.map +1 -0
  1303. package/script/api/subscription/_methods/allDexsAssetCtxs.d.ts +48 -0
  1304. package/script/api/subscription/_methods/allDexsAssetCtxs.d.ts.map +1 -0
  1305. package/script/api/subscription/_methods/allDexsAssetCtxs.js +86 -0
  1306. package/script/api/subscription/_methods/allDexsAssetCtxs.js.map +1 -0
  1307. package/script/api/subscription/_methods/allDexsClearinghouseState.d.ts +59 -0
  1308. package/script/api/subscription/_methods/allDexsClearinghouseState.d.ts.map +1 -0
  1309. package/script/api/subscription/_methods/allDexsClearinghouseState.js +97 -0
  1310. package/script/api/subscription/_methods/allDexsClearinghouseState.js.map +1 -0
  1311. package/script/api/subscription/_methods/allMids.d.ts +56 -0
  1312. package/script/api/subscription/_methods/allMids.d.ts.map +1 -0
  1313. package/script/api/subscription/_methods/allMids.js +69 -0
  1314. package/script/api/subscription/_methods/allMids.js.map +1 -0
  1315. package/script/api/subscription/_methods/assetCtxs.d.ts +56 -0
  1316. package/script/api/subscription/_methods/assetCtxs.d.ts.map +1 -0
  1317. package/script/api/subscription/_methods/assetCtxs.js +69 -0
  1318. package/script/api/subscription/_methods/assetCtxs.js.map +1 -0
  1319. package/script/api/subscription/_methods/bbo.d.ts +86 -0
  1320. package/script/api/subscription/_methods/bbo.d.ts.map +1 -0
  1321. package/script/api/subscription/_methods/bbo.js +93 -0
  1322. package/script/api/subscription/_methods/bbo.js.map +1 -0
  1323. package/script/api/subscription/_methods/candle.d.ts +88 -0
  1324. package/script/api/subscription/_methods/candle.d.ts.map +1 -0
  1325. package/script/api/subscription/_methods/candle.js +95 -0
  1326. package/script/api/subscription/_methods/candle.js.map +1 -0
  1327. package/script/api/subscription/_methods/clearinghouseState.d.ts +63 -0
  1328. package/script/api/subscription/_methods/clearinghouseState.d.ts.map +1 -0
  1329. package/script/api/subscription/_methods/clearinghouseState.js +100 -0
  1330. package/script/api/subscription/_methods/clearinghouseState.js.map +1 -0
  1331. package/script/api/subscription/_methods/explorerBlock.d.ts +61 -0
  1332. package/script/api/subscription/_methods/explorerBlock.d.ts.map +1 -0
  1333. package/script/api/subscription/_methods/explorerBlock.js +87 -0
  1334. package/script/api/subscription/_methods/explorerBlock.js.map +1 -0
  1335. package/script/api/subscription/_methods/explorerTxs.d.ts +45 -0
  1336. package/script/api/subscription/_methods/explorerTxs.d.ts.map +1 -0
  1337. package/script/api/subscription/_methods/explorerTxs.js +84 -0
  1338. package/script/api/subscription/_methods/explorerTxs.js.map +1 -0
  1339. package/script/api/subscription/_methods/l2Book.d.ts +95 -0
  1340. package/script/api/subscription/_methods/l2Book.d.ts.map +1 -0
  1341. package/script/api/subscription/_methods/l2Book.js +103 -0
  1342. package/script/api/subscription/_methods/l2Book.js.map +1 -0
  1343. package/script/api/subscription/_methods/notification.d.ts +53 -0
  1344. package/script/api/subscription/_methods/notification.d.ts.map +1 -0
  1345. package/script/api/subscription/_methods/notification.js +92 -0
  1346. package/script/api/subscription/_methods/notification.js.map +1 -0
  1347. package/script/api/subscription/_methods/openOrders.d.ts +63 -0
  1348. package/script/api/subscription/_methods/openOrders.d.ts.map +1 -0
  1349. package/script/api/subscription/_methods/openOrders.js +100 -0
  1350. package/script/api/subscription/_methods/openOrders.js.map +1 -0
  1351. package/script/api/subscription/_methods/orderUpdates.d.ts +89 -0
  1352. package/script/api/subscription/_methods/orderUpdates.d.ts.map +1 -0
  1353. package/script/api/subscription/_methods/orderUpdates.js +92 -0
  1354. package/script/api/subscription/_methods/orderUpdates.js.map +1 -0
  1355. package/script/api/subscription/_methods/spotAssetCtxs.d.ts +45 -0
  1356. package/script/api/subscription/_methods/spotAssetCtxs.d.ts.map +1 -0
  1357. package/script/api/subscription/_methods/spotAssetCtxs.js +84 -0
  1358. package/script/api/subscription/_methods/spotAssetCtxs.js.map +1 -0
  1359. package/script/api/subscription/_methods/spotState.d.ts +61 -0
  1360. package/script/api/subscription/_methods/spotState.d.ts.map +1 -0
  1361. package/script/api/subscription/_methods/spotState.js +96 -0
  1362. package/script/api/subscription/_methods/spotState.js.map +1 -0
  1363. package/script/api/subscription/_methods/trades.d.ts +51 -0
  1364. package/script/api/subscription/_methods/trades.d.ts.map +1 -0
  1365. package/script/api/subscription/_methods/trades.js +90 -0
  1366. package/script/api/subscription/_methods/trades.js.map +1 -0
  1367. package/script/api/subscription/_methods/twapStates.d.ts +63 -0
  1368. package/script/api/subscription/_methods/twapStates.d.ts.map +1 -0
  1369. package/script/api/subscription/_methods/twapStates.js +100 -0
  1370. package/script/api/subscription/_methods/twapStates.js.map +1 -0
  1371. package/script/api/subscription/_methods/userEvents.d.ts +119 -0
  1372. package/script/api/subscription/_methods/userEvents.d.ts.map +1 -0
  1373. package/script/api/subscription/_methods/userEvents.js +92 -0
  1374. package/script/api/subscription/_methods/userEvents.js.map +1 -0
  1375. package/script/api/subscription/_methods/userFills.d.ts +63 -0
  1376. package/script/api/subscription/_methods/userFills.d.ts.map +1 -0
  1377. package/script/api/subscription/_methods/userFills.js +100 -0
  1378. package/script/api/subscription/_methods/userFills.js.map +1 -0
  1379. package/script/api/subscription/_methods/userFundings.d.ts +82 -0
  1380. package/script/api/subscription/_methods/userFundings.d.ts.map +1 -0
  1381. package/script/api/subscription/_methods/userFundings.js +94 -0
  1382. package/script/api/subscription/_methods/userFundings.js.map +1 -0
  1383. package/script/api/subscription/_methods/userHistoricalOrders.d.ts +61 -0
  1384. package/script/api/subscription/_methods/userHistoricalOrders.d.ts.map +1 -0
  1385. package/script/api/subscription/_methods/userHistoricalOrders.js +94 -0
  1386. package/script/api/subscription/_methods/userHistoricalOrders.js.map +1 -0
  1387. package/script/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts +61 -0
  1388. package/script/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts.map +1 -0
  1389. package/script/api/subscription/_methods/userNonFundingLedgerUpdates.js +94 -0
  1390. package/script/api/subscription/_methods/userNonFundingLedgerUpdates.js.map +1 -0
  1391. package/script/api/subscription/_methods/userTwapHistory.d.ts +61 -0
  1392. package/script/api/subscription/_methods/userTwapHistory.d.ts.map +1 -0
  1393. package/script/api/subscription/_methods/userTwapHistory.js +94 -0
  1394. package/script/api/subscription/_methods/userTwapHistory.js.map +1 -0
  1395. package/script/api/subscription/_methods/userTwapSliceFills.d.ts +61 -0
  1396. package/script/api/subscription/_methods/userTwapSliceFills.d.ts.map +1 -0
  1397. package/script/api/subscription/_methods/userTwapSliceFills.js +94 -0
  1398. package/script/api/subscription/_methods/userTwapSliceFills.js.map +1 -0
  1399. package/script/api/subscription/_methods/webData2.d.ts +51 -0
  1400. package/script/api/subscription/_methods/webData2.d.ts.map +1 -0
  1401. package/script/api/subscription/_methods/webData2.js +94 -0
  1402. package/script/api/subscription/_methods/webData2.js.map +1 -0
  1403. package/script/api/subscription/_methods/webData3.d.ts +95 -0
  1404. package/script/api/subscription/_methods/webData3.d.ts.map +1 -0
  1405. package/script/api/subscription/_methods/webData3.js +94 -0
  1406. package/script/api/subscription/_methods/webData3.js.map +1 -0
  1407. package/script/api/subscription/client.d.ts +812 -0
  1408. package/script/api/subscription/client.d.ts.map +1 -0
  1409. package/script/api/subscription/client.js +804 -0
  1410. package/script/api/subscription/client.js.map +1 -0
  1411. package/script/api/subscription/mod.d.ts.map +1 -0
  1412. package/script/api/subscription/mod.js.map +1 -0
  1413. package/script/mod.d.ts.map +1 -0
  1414. package/script/mod.js.map +1 -0
  1415. package/script/signing/_abstractWallet.d.ts +112 -0
  1416. package/script/signing/_abstractWallet.d.ts.map +1 -0
  1417. package/script/signing/_abstractWallet.js +157 -0
  1418. package/script/signing/_abstractWallet.js.map +1 -0
  1419. package/script/signing/mod.d.ts +300 -0
  1420. package/script/signing/mod.d.ts.map +1 -0
  1421. package/script/signing/mod.js +384 -0
  1422. package/script/signing/mod.js.map +1 -0
  1423. package/script/transport/_base.d.ts +49 -0
  1424. package/script/transport/_base.d.ts.map +1 -0
  1425. package/script/transport/_base.js.map +1 -0
  1426. package/script/transport/_polyfills.d.ts +48 -0
  1427. package/script/transport/_polyfills.d.ts.map +1 -0
  1428. package/script/transport/_polyfills.js +59 -0
  1429. package/script/transport/_polyfills.js.map +1 -0
  1430. package/script/transport/http/mod.d.ts +112 -0
  1431. package/script/transport/http/mod.d.ts.map +1 -0
  1432. package/script/transport/http/mod.js +168 -0
  1433. package/script/transport/http/mod.js.map +1 -0
  1434. package/script/transport/mod.d.ts.map +1 -0
  1435. package/script/transport/mod.js.map +1 -0
  1436. package/script/transport/websocket/_hyperliquidEventTarget.d.ts +67 -0
  1437. package/script/transport/websocket/_hyperliquidEventTarget.d.ts.map +1 -0
  1438. package/script/transport/websocket/_hyperliquidEventTarget.js +54 -0
  1439. package/script/transport/websocket/_hyperliquidEventTarget.js.map +1 -0
  1440. package/script/transport/websocket/_postRequest.d.ts +42 -0
  1441. package/script/transport/websocket/_postRequest.d.ts.map +1 -0
  1442. package/script/transport/websocket/_postRequest.js +236 -0
  1443. package/script/transport/websocket/_postRequest.js.map +1 -0
  1444. package/script/transport/websocket/_subscriptionManager.d.ts +50 -0
  1445. package/script/transport/websocket/_subscriptionManager.d.ts.map +1 -0
  1446. package/script/transport/websocket/_subscriptionManager.js +153 -0
  1447. package/script/transport/websocket/_subscriptionManager.js.map +1 -0
  1448. package/script/transport/websocket/mod.d.ts +142 -0
  1449. package/script/transport/websocket/mod.d.ts.map +1 -0
  1450. package/script/transport/websocket/mod.js +200 -0
  1451. package/script/transport/websocket/mod.js.map +1 -0
  1452. package/script/utils/_format.d.ts +41 -0
  1453. package/script/utils/_format.d.ts.map +1 -0
  1454. package/script/utils/_format.js +182 -0
  1455. package/script/utils/_format.js.map +1 -0
  1456. package/script/utils/_symbolConverter.d.ts +135 -0
  1457. package/script/utils/_symbolConverter.d.ts.map +1 -0
  1458. package/script/utils/_symbolConverter.js +221 -0
  1459. package/script/utils/_symbolConverter.js.map +1 -0
  1460. package/script/utils/mod.d.ts.map +1 -0
  1461. package/script/utils/mod.js.map +1 -0
  1462. package/src/_base.ts +31 -0
  1463. package/src/api/_schemas.ts +115 -0
  1464. package/src/api/exchange/_methods/_base/_nonce.ts +33 -0
  1465. package/src/api/exchange/_methods/_base/_semaphore.ts +79 -0
  1466. package/src/api/exchange/_methods/_base/commonSchemas.ts +45 -0
  1467. package/src/api/exchange/_methods/_base/errors.ts +122 -0
  1468. package/src/api/exchange/_methods/_base/execute.ts +373 -0
  1469. package/src/api/exchange/_methods/agentEnableDexAbstraction.ts +84 -0
  1470. package/src/api/exchange/_methods/agentSetAbstraction.ts +107 -0
  1471. package/src/api/exchange/_methods/approveAgent.ts +161 -0
  1472. package/src/api/exchange/_methods/approveBuilderFee.ts +126 -0
  1473. package/src/api/exchange/_methods/batchModify.ts +170 -0
  1474. package/src/api/exchange/_methods/borrowLend.ts +106 -0
  1475. package/src/api/exchange/_methods/cDeposit.ts +123 -0
  1476. package/src/api/exchange/_methods/cSignerAction.ts +122 -0
  1477. package/src/api/exchange/_methods/cValidatorAction.ts +166 -0
  1478. package/src/api/exchange/_methods/cWithdraw.ts +123 -0
  1479. package/src/api/exchange/_methods/cancel.ts +125 -0
  1480. package/src/api/exchange/_methods/cancelByCloid.ts +114 -0
  1481. package/src/api/exchange/_methods/claimRewards.ts +80 -0
  1482. package/src/api/exchange/_methods/convertToMultiSigUser.ts +171 -0
  1483. package/src/api/exchange/_methods/createSubAccount.ts +113 -0
  1484. package/src/api/exchange/_methods/createVault.ts +124 -0
  1485. package/src/api/exchange/_methods/evmUserModify.ts +100 -0
  1486. package/src/api/exchange/_methods/linkStakingUser.ts +134 -0
  1487. package/src/api/exchange/_methods/modify.ts +160 -0
  1488. package/src/api/exchange/_methods/noop.ts +80 -0
  1489. package/src/api/exchange/_methods/order.ts +235 -0
  1490. package/src/api/exchange/_methods/perpDeploy.ts +282 -0
  1491. package/src/api/exchange/_methods/registerReferrer.ts +100 -0
  1492. package/src/api/exchange/_methods/reserveRequestWeight.ts +100 -0
  1493. package/src/api/exchange/_methods/scheduleCancel.ts +120 -0
  1494. package/src/api/exchange/_methods/sendAsset.ts +147 -0
  1495. package/src/api/exchange/_methods/sendToEvmWithData.ts +153 -0
  1496. package/src/api/exchange/_methods/setDisplayName.ts +103 -0
  1497. package/src/api/exchange/_methods/setReferrer.ts +100 -0
  1498. package/src/api/exchange/_methods/spotDeploy.ts +208 -0
  1499. package/src/api/exchange/_methods/spotSend.ts +133 -0
  1500. package/src/api/exchange/_methods/spotUser.ts +103 -0
  1501. package/src/api/exchange/_methods/subAccountModify.ts +102 -0
  1502. package/src/api/exchange/_methods/subAccountSpotTransfer.ts +111 -0
  1503. package/src/api/exchange/_methods/subAccountTransfer.ts +104 -0
  1504. package/src/api/exchange/_methods/tokenDelegate.ts +129 -0
  1505. package/src/api/exchange/_methods/topUpIsolatedOnlyMargin.ts +104 -0
  1506. package/src/api/exchange/_methods/twapCancel.ts +120 -0
  1507. package/src/api/exchange/_methods/twapOrder.ts +146 -0
  1508. package/src/api/exchange/_methods/updateIsolatedMargin.ts +106 -0
  1509. package/src/api/exchange/_methods/updateLeverage.ts +106 -0
  1510. package/src/api/exchange/_methods/usdClassTransfer.ts +126 -0
  1511. package/src/api/exchange/_methods/usdSend.ts +126 -0
  1512. package/src/api/exchange/_methods/userDexAbstraction.ts +130 -0
  1513. package/src/api/exchange/_methods/userPortfolioMargin.ts +126 -0
  1514. package/src/api/exchange/_methods/userSetAbstraction.ts +126 -0
  1515. package/src/api/exchange/_methods/validatorL1Stream.ts +100 -0
  1516. package/src/api/exchange/_methods/vaultDistribute.ts +105 -0
  1517. package/src/api/exchange/_methods/vaultModify.ts +108 -0
  1518. package/src/api/exchange/_methods/vaultTransfer.ts +104 -0
  1519. package/src/api/exchange/_methods/withdraw3.ts +126 -0
  1520. package/src/api/exchange/client.ts +2346 -0
  1521. package/src/api/exchange/mod.ts +93 -0
  1522. package/src/api/info/_methods/_base/commonSchemas.ts +411 -0
  1523. package/src/api/info/_methods/_base/types.ts +12 -0
  1524. package/src/api/info/_methods/activeAssetData.ts +121 -0
  1525. package/src/api/info/_methods/alignedQuoteTokenInfo.ts +97 -0
  1526. package/src/api/info/_methods/allBorrowLendReserveStates.ts +64 -0
  1527. package/src/api/info/_methods/allMids.ts +85 -0
  1528. package/src/api/info/_methods/allPerpMetas.ts +64 -0
  1529. package/src/api/info/_methods/approvedBuilders.ts +75 -0
  1530. package/src/api/info/_methods/blockDetails.ts +99 -0
  1531. package/src/api/info/_methods/borrowLendReserveState.ts +116 -0
  1532. package/src/api/info/_methods/borrowLendUserState.ts +112 -0
  1533. package/src/api/info/_methods/candleSnapshot.ts +124 -0
  1534. package/src/api/info/_methods/clearinghouseState.ts +218 -0
  1535. package/src/api/info/_methods/delegations.ts +88 -0
  1536. package/src/api/info/_methods/delegatorHistory.ts +121 -0
  1537. package/src/api/info/_methods/delegatorRewards.ts +85 -0
  1538. package/src/api/info/_methods/delegatorSummary.ts +93 -0
  1539. package/src/api/info/_methods/exchangeStatus.ts +67 -0
  1540. package/src/api/info/_methods/extraAgents.ts +85 -0
  1541. package/src/api/info/_methods/frontendOpenOrders.ts +78 -0
  1542. package/src/api/info/_methods/fundingHistory.ts +97 -0
  1543. package/src/api/info/_methods/gossipRootIps.ts +62 -0
  1544. package/src/api/info/_methods/historicalOrders.ts +114 -0
  1545. package/src/api/info/_methods/isVip.ts +75 -0
  1546. package/src/api/info/_methods/l2Book.ts +104 -0
  1547. package/src/api/info/_methods/leadingVaults.ts +83 -0
  1548. package/src/api/info/_methods/legalCheck.ts +82 -0
  1549. package/src/api/info/_methods/liquidatable.ts +62 -0
  1550. package/src/api/info/_methods/marginTable.ts +89 -0
  1551. package/src/api/info/_methods/maxBuilderFee.ts +78 -0
  1552. package/src/api/info/_methods/maxMarketOrderNtls.ts +62 -0
  1553. package/src/api/info/_methods/meta.ts +110 -0
  1554. package/src/api/info/_methods/metaAndAssetCtxs.ts +85 -0
  1555. package/src/api/info/_methods/openOrders.ts +78 -0
  1556. package/src/api/info/_methods/orderStatus.ts +126 -0
  1557. package/src/api/info/_methods/outcomeMeta.ts +92 -0
  1558. package/src/api/info/_methods/perpCategories.ts +67 -0
  1559. package/src/api/info/_methods/perpDeployAuctionStatus.ts +82 -0
  1560. package/src/api/info/_methods/perpDexLimits.ts +95 -0
  1561. package/src/api/info/_methods/perpDexStatus.ts +76 -0
  1562. package/src/api/info/_methods/perpDexs.ts +116 -0
  1563. package/src/api/info/_methods/perpsAtOpenInterestCap.ts +82 -0
  1564. package/src/api/info/_methods/portfolio.ts +105 -0
  1565. package/src/api/info/_methods/preTransferCheck.ts +89 -0
  1566. package/src/api/info/_methods/predictedFundings.ts +82 -0
  1567. package/src/api/info/_methods/recentTrades.ts +104 -0
  1568. package/src/api/info/_methods/referral.ts +224 -0
  1569. package/src/api/info/_methods/spotClearinghouseState.ts +112 -0
  1570. package/src/api/info/_methods/spotDeployState.ts +135 -0
  1571. package/src/api/info/_methods/spotMeta.ts +109 -0
  1572. package/src/api/info/_methods/spotMetaAndAssetCtxs.ts +65 -0
  1573. package/src/api/info/_methods/spotPairDeployAuctionStatus.ts +64 -0
  1574. package/src/api/info/_methods/subAccounts.ts +94 -0
  1575. package/src/api/info/_methods/subAccounts2.ts +94 -0
  1576. package/src/api/info/_methods/tokenDetails.ts +165 -0
  1577. package/src/api/info/_methods/twapHistory.ts +99 -0
  1578. package/src/api/info/_methods/txDetails.ts +80 -0
  1579. package/src/api/info/_methods/userAbstraction.ts +80 -0
  1580. package/src/api/info/_methods/userBorrowLendInterest.ts +97 -0
  1581. package/src/api/info/_methods/userDetails.ts +80 -0
  1582. package/src/api/info/_methods/userDexAbstraction.ts +75 -0
  1583. package/src/api/info/_methods/userFees.ts +252 -0
  1584. package/src/api/info/_methods/userFills.ts +99 -0
  1585. package/src/api/info/_methods/userFillsByTime.ts +87 -0
  1586. package/src/api/info/_methods/userFunding.ts +111 -0
  1587. package/src/api/info/_methods/userNonFundingLedgerUpdates.ts +444 -0
  1588. package/src/api/info/_methods/userRateLimit.ts +87 -0
  1589. package/src/api/info/_methods/userRole.ts +100 -0
  1590. package/src/api/info/_methods/userToMultiSigSigners.ts +83 -0
  1591. package/src/api/info/_methods/userTwapSliceFills.ts +81 -0
  1592. package/src/api/info/_methods/userTwapSliceFillsByTime.ts +85 -0
  1593. package/src/api/info/_methods/userVaultEquities.ts +88 -0
  1594. package/src/api/info/_methods/validatorL1Votes.ts +76 -0
  1595. package/src/api/info/_methods/validatorSummaries.ts +114 -0
  1596. package/src/api/info/_methods/vaultDetails.ts +172 -0
  1597. package/src/api/info/_methods/vaultSummaries.ts +88 -0
  1598. package/src/api/info/_methods/webData2.ts +129 -0
  1599. package/src/api/info/client.ts +2533 -0
  1600. package/src/api/info/mod.ts +101 -0
  1601. package/src/api/subscription/_methods/activeAssetCtx.ts +83 -0
  1602. package/src/api/subscription/_methods/activeAssetData.ts +81 -0
  1603. package/src/api/subscription/_methods/activeSpotAssetCtx.ts +83 -0
  1604. package/src/api/subscription/_methods/allDexsAssetCtxs.ts +73 -0
  1605. package/src/api/subscription/_methods/allDexsClearinghouseState.ts +90 -0
  1606. package/src/api/subscription/_methods/allMids.ts +98 -0
  1607. package/src/api/subscription/_methods/assetCtxs.ts +98 -0
  1608. package/src/api/subscription/_methods/bbo.ts +109 -0
  1609. package/src/api/subscription/_methods/candle.ts +114 -0
  1610. package/src/api/subscription/_methods/clearinghouseState.ts +95 -0
  1611. package/src/api/subscription/_methods/explorerBlock.ts +83 -0
  1612. package/src/api/subscription/_methods/explorerTxs.ts +68 -0
  1613. package/src/api/subscription/_methods/l2Book.ts +125 -0
  1614. package/src/api/subscription/_methods/notification.ts +79 -0
  1615. package/src/api/subscription/_methods/openOrders.ts +95 -0
  1616. package/src/api/subscription/_methods/orderUpdates.ts +115 -0
  1617. package/src/api/subscription/_methods/spotAssetCtxs.ts +68 -0
  1618. package/src/api/subscription/_methods/spotState.ts +89 -0
  1619. package/src/api/subscription/_methods/trades.ts +78 -0
  1620. package/src/api/subscription/_methods/twapStates.ts +95 -0
  1621. package/src/api/subscription/_methods/userEvents.ts +151 -0
  1622. package/src/api/subscription/_methods/userFills.ts +95 -0
  1623. package/src/api/subscription/_methods/userFundings.ts +110 -0
  1624. package/src/api/subscription/_methods/userHistoricalOrders.ts +89 -0
  1625. package/src/api/subscription/_methods/userNonFundingLedgerUpdates.ts +92 -0
  1626. package/src/api/subscription/_methods/userTwapHistory.ts +89 -0
  1627. package/src/api/subscription/_methods/userTwapSliceFills.ts +89 -0
  1628. package/src/api/subscription/_methods/webData2.ts +79 -0
  1629. package/src/api/subscription/_methods/webData3.ts +123 -0
  1630. package/src/api/subscription/client.ts +1109 -0
  1631. package/src/signing/_abstractWallet.ts +269 -0
  1632. package/src/signing/mod.ts +479 -0
  1633. package/src/transport/_base.ts +55 -0
  1634. package/src/transport/_polyfills.ts +64 -0
  1635. package/src/transport/http/mod.ts +206 -0
  1636. package/src/transport/websocket/_hyperliquidEventTarget.ts +125 -0
  1637. package/src/transport/websocket/_postRequest.ts +292 -0
  1638. package/src/transport/websocket/_subscriptionManager.ts +194 -0
  1639. package/src/transport/websocket/mod.ts +278 -0
  1640. package/src/utils/_format.ts +196 -0
  1641. package/src/utils/_symbolConverter.ts +254 -0
  1642. package/esm/bin/_utils.d.ts +0 -148
  1643. package/esm/bin/_utils.d.ts.map +0 -1
  1644. package/esm/bin/_utils.js +0 -220
  1645. package/esm/bin/_utils.js.map +0 -1
  1646. package/esm/bin/cli.d.ts +0 -3
  1647. package/esm/bin/cli.d.ts.map +0 -1
  1648. package/esm/bin/cli.js +0 -359
  1649. package/esm/bin/cli.js.map +0 -1
  1650. package/esm/src/_base.d.ts +0 -5
  1651. package/esm/src/_base.d.ts.map +0 -1
  1652. package/esm/src/_base.js +0 -8
  1653. package/esm/src/_base.js.map +0 -1
  1654. package/esm/src/api/_schemas.d.ts +0 -29
  1655. package/esm/src/api/_schemas.d.ts.map +0 -1
  1656. package/esm/src/api/_schemas.js +0 -67
  1657. package/esm/src/api/_schemas.js.map +0 -1
  1658. package/esm/src/api/exchange/_methods/_base/_nonce.d.ts +0 -13
  1659. package/esm/src/api/exchange/_methods/_base/_nonce.d.ts.map +0 -1
  1660. package/esm/src/api/exchange/_methods/_base/_nonce.js +0 -26
  1661. package/esm/src/api/exchange/_methods/_base/_nonce.js.map +0 -1
  1662. package/esm/src/api/exchange/_methods/_base/_semaphore.d.ts +0 -9
  1663. package/esm/src/api/exchange/_methods/_base/_semaphore.d.ts.map +0 -1
  1664. package/esm/src/api/exchange/_methods/_base/_semaphore.js +0 -71
  1665. package/esm/src/api/exchange/_methods/_base/_semaphore.js.map +0 -1
  1666. package/esm/src/api/exchange/_methods/_base/commonSchemas.d.ts +0 -34
  1667. package/esm/src/api/exchange/_methods/_base/commonSchemas.d.ts.map +0 -1
  1668. package/esm/src/api/exchange/_methods/_base/commonSchemas.js +0 -39
  1669. package/esm/src/api/exchange/_methods/_base/commonSchemas.js.map +0 -1
  1670. package/esm/src/api/exchange/_methods/_base/errors.d.ts +0 -49
  1671. package/esm/src/api/exchange/_methods/_base/errors.d.ts.map +0 -1
  1672. package/esm/src/api/exchange/_methods/_base/errors.js +0 -73
  1673. package/esm/src/api/exchange/_methods/_base/errors.js.map +0 -1
  1674. package/esm/src/api/exchange/_methods/_base/execute.d.ts +0 -74
  1675. package/esm/src/api/exchange/_methods/_base/execute.d.ts.map +0 -1
  1676. package/esm/src/api/exchange/_methods/_base/execute.js +0 -207
  1677. package/esm/src/api/exchange/_methods/_base/execute.js.map +0 -1
  1678. package/esm/src/api/exchange/_methods/agentEnableDexAbstraction.d.ts +0 -74
  1679. package/esm/src/api/exchange/_methods/agentEnableDexAbstraction.d.ts.map +0 -1
  1680. package/esm/src/api/exchange/_methods/agentEnableDexAbstraction.js +0 -69
  1681. package/esm/src/api/exchange/_methods/agentEnableDexAbstraction.js.map +0 -1
  1682. package/esm/src/api/exchange/_methods/agentSetAbstraction.d.ts +0 -126
  1683. package/esm/src/api/exchange/_methods/agentSetAbstraction.d.ts.map +0 -1
  1684. package/esm/src/api/exchange/_methods/agentSetAbstraction.js +0 -82
  1685. package/esm/src/api/exchange/_methods/agentSetAbstraction.js.map +0 -1
  1686. package/esm/src/api/exchange/_methods/approveAgent.d.ts +0 -156
  1687. package/esm/src/api/exchange/_methods/approveAgent.d.ts.map +0 -1
  1688. package/esm/src/api/exchange/_methods/approveAgent.js +0 -110
  1689. package/esm/src/api/exchange/_methods/approveAgent.js.map +0 -1
  1690. package/esm/src/api/exchange/_methods/approveBuilderFee.d.ts +0 -145
  1691. package/esm/src/api/exchange/_methods/approveBuilderFee.d.ts.map +0 -1
  1692. package/esm/src/api/exchange/_methods/approveBuilderFee.js +0 -92
  1693. package/esm/src/api/exchange/_methods/approveBuilderFee.js.map +0 -1
  1694. package/esm/src/api/exchange/_methods/batchModify.d.ts +0 -376
  1695. package/esm/src/api/exchange/_methods/batchModify.d.ts.map +0 -1
  1696. package/esm/src/api/exchange/_methods/batchModify.js +0 -140
  1697. package/esm/src/api/exchange/_methods/batchModify.js.map +0 -1
  1698. package/esm/src/api/exchange/_methods/borrowLend.d.ts +0 -127
  1699. package/esm/src/api/exchange/_methods/borrowLend.d.ts.map +0 -1
  1700. package/esm/src/api/exchange/_methods/borrowLend.js +0 -75
  1701. package/esm/src/api/exchange/_methods/borrowLend.js.map +0 -1
  1702. package/esm/src/api/exchange/_methods/cDeposit.d.ts +0 -134
  1703. package/esm/src/api/exchange/_methods/cDeposit.d.ts.map +0 -1
  1704. package/esm/src/api/exchange/_methods/cDeposit.js +0 -89
  1705. package/esm/src/api/exchange/_methods/cDeposit.js.map +0 -1
  1706. package/esm/src/api/exchange/_methods/cSignerAction.d.ts +0 -151
  1707. package/esm/src/api/exchange/_methods/cSignerAction.d.ts.map +0 -1
  1708. package/esm/src/api/exchange/_methods/cSignerAction.js +0 -91
  1709. package/esm/src/api/exchange/_methods/cSignerAction.js.map +0 -1
  1710. package/esm/src/api/exchange/_methods/cValidatorAction.d.ts +0 -419
  1711. package/esm/src/api/exchange/_methods/cValidatorAction.d.ts.map +0 -1
  1712. package/esm/src/api/exchange/_methods/cValidatorAction.js +0 -134
  1713. package/esm/src/api/exchange/_methods/cValidatorAction.js.map +0 -1
  1714. package/esm/src/api/exchange/_methods/cWithdraw.d.ts +0 -134
  1715. package/esm/src/api/exchange/_methods/cWithdraw.d.ts.map +0 -1
  1716. package/esm/src/api/exchange/_methods/cWithdraw.js +0 -89
  1717. package/esm/src/api/exchange/_methods/cWithdraw.js.map +0 -1
  1718. package/esm/src/api/exchange/_methods/cancel.d.ts +0 -155
  1719. package/esm/src/api/exchange/_methods/cancel.d.ts.map +0 -1
  1720. package/esm/src/api/exchange/_methods/cancel.js +0 -107
  1721. package/esm/src/api/exchange/_methods/cancel.js.map +0 -1
  1722. package/esm/src/api/exchange/_methods/cancelByCloid.d.ts +0 -149
  1723. package/esm/src/api/exchange/_methods/cancelByCloid.d.ts.map +0 -1
  1724. package/esm/src/api/exchange/_methods/cancelByCloid.js +0 -89
  1725. package/esm/src/api/exchange/_methods/cancelByCloid.js.map +0 -1
  1726. package/esm/src/api/exchange/_methods/claimRewards.d.ts +0 -62
  1727. package/esm/src/api/exchange/_methods/claimRewards.d.ts.map +0 -1
  1728. package/esm/src/api/exchange/_methods/claimRewards.js +0 -57
  1729. package/esm/src/api/exchange/_methods/claimRewards.js.map +0 -1
  1730. package/esm/src/api/exchange/_methods/convertToMultiSigUser.d.ts +0 -232
  1731. package/esm/src/api/exchange/_methods/convertToMultiSigUser.d.ts.map +0 -1
  1732. package/esm/src/api/exchange/_methods/convertToMultiSigUser.js +0 -127
  1733. package/esm/src/api/exchange/_methods/convertToMultiSigUser.js.map +0 -1
  1734. package/esm/src/api/exchange/_methods/createSubAccount.d.ts +0 -108
  1735. package/esm/src/api/exchange/_methods/createSubAccount.d.ts.map +0 -1
  1736. package/esm/src/api/exchange/_methods/createSubAccount.js +0 -82
  1737. package/esm/src/api/exchange/_methods/createSubAccount.js.map +0 -1
  1738. package/esm/src/api/exchange/_methods/createVault.d.ts +0 -146
  1739. package/esm/src/api/exchange/_methods/createVault.d.ts.map +0 -1
  1740. package/esm/src/api/exchange/_methods/createVault.js +0 -93
  1741. package/esm/src/api/exchange/_methods/createVault.js.map +0 -1
  1742. package/esm/src/api/exchange/_methods/evmUserModify.d.ts +0 -111
  1743. package/esm/src/api/exchange/_methods/evmUserModify.d.ts.map +0 -1
  1744. package/esm/src/api/exchange/_methods/evmUserModify.js +0 -77
  1745. package/esm/src/api/exchange/_methods/evmUserModify.js.map +0 -1
  1746. package/esm/src/api/exchange/_methods/linkStakingUser.d.ts +0 -169
  1747. package/esm/src/api/exchange/_methods/linkStakingUser.d.ts.map +0 -1
  1748. package/esm/src/api/exchange/_methods/linkStakingUser.js +0 -100
  1749. package/esm/src/api/exchange/_methods/linkStakingUser.js.map +0 -1
  1750. package/esm/src/api/exchange/_methods/modify.d.ts +0 -339
  1751. package/esm/src/api/exchange/_methods/modify.d.ts.map +0 -1
  1752. package/esm/src/api/exchange/_methods/modify.js +0 -133
  1753. package/esm/src/api/exchange/_methods/modify.js.map +0 -1
  1754. package/esm/src/api/exchange/_methods/noop.d.ts +0 -72
  1755. package/esm/src/api/exchange/_methods/noop.d.ts.map +0 -1
  1756. package/esm/src/api/exchange/_methods/noop.js +0 -67
  1757. package/esm/src/api/exchange/_methods/noop.js.map +0 -1
  1758. package/esm/src/api/exchange/_methods/order.d.ts +0 -425
  1759. package/esm/src/api/exchange/_methods/order.d.ts.map +0 -1
  1760. package/esm/src/api/exchange/_methods/order.js +0 -189
  1761. package/esm/src/api/exchange/_methods/order.js.map +0 -1
  1762. package/esm/src/api/exchange/_methods/perpDeploy.d.ts +0 -1023
  1763. package/esm/src/api/exchange/_methods/perpDeploy.d.ts.map +0 -1
  1764. package/esm/src/api/exchange/_methods/perpDeploy.js +0 -248
  1765. package/esm/src/api/exchange/_methods/perpDeploy.js.map +0 -1
  1766. package/esm/src/api/exchange/_methods/registerReferrer.d.ts +0 -103
  1767. package/esm/src/api/exchange/_methods/registerReferrer.d.ts.map +0 -1
  1768. package/esm/src/api/exchange/_methods/registerReferrer.js +0 -69
  1769. package/esm/src/api/exchange/_methods/registerReferrer.js.map +0 -1
  1770. package/esm/src/api/exchange/_methods/reserveRequestWeight.d.ts +0 -111
  1771. package/esm/src/api/exchange/_methods/reserveRequestWeight.d.ts.map +0 -1
  1772. package/esm/src/api/exchange/_methods/reserveRequestWeight.js +0 -77
  1773. package/esm/src/api/exchange/_methods/reserveRequestWeight.js.map +0 -1
  1774. package/esm/src/api/exchange/_methods/scheduleCancel.d.ts +0 -129
  1775. package/esm/src/api/exchange/_methods/scheduleCancel.d.ts.map +0 -1
  1776. package/esm/src/api/exchange/_methods/scheduleCancel.js +0 -57
  1777. package/esm/src/api/exchange/_methods/scheduleCancel.js.map +0 -1
  1778. package/esm/src/api/exchange/_methods/sendAsset.d.ts +0 -195
  1779. package/esm/src/api/exchange/_methods/sendAsset.d.ts.map +0 -1
  1780. package/esm/src/api/exchange/_methods/sendAsset.js +0 -110
  1781. package/esm/src/api/exchange/_methods/sendAsset.js.map +0 -1
  1782. package/esm/src/api/exchange/_methods/setDisplayName.d.ts +0 -112
  1783. package/esm/src/api/exchange/_methods/setDisplayName.d.ts.map +0 -1
  1784. package/esm/src/api/exchange/_methods/setDisplayName.js +0 -72
  1785. package/esm/src/api/exchange/_methods/setDisplayName.js.map +0 -1
  1786. package/esm/src/api/exchange/_methods/setReferrer.d.ts +0 -103
  1787. package/esm/src/api/exchange/_methods/setReferrer.d.ts.map +0 -1
  1788. package/esm/src/api/exchange/_methods/setReferrer.js +0 -69
  1789. package/esm/src/api/exchange/_methods/setReferrer.js.map +0 -1
  1790. package/esm/src/api/exchange/_methods/spotDeploy.d.ts +0 -684
  1791. package/esm/src/api/exchange/_methods/spotDeploy.d.ts.map +0 -1
  1792. package/esm/src/api/exchange/_methods/spotDeploy.js +0 -186
  1793. package/esm/src/api/exchange/_methods/spotDeploy.js.map +0 -1
  1794. package/esm/src/api/exchange/_methods/spotSend.d.ts +0 -160
  1795. package/esm/src/api/exchange/_methods/spotSend.d.ts.map +0 -1
  1796. package/esm/src/api/exchange/_methods/spotSend.js +0 -99
  1797. package/esm/src/api/exchange/_methods/spotSend.js.map +0 -1
  1798. package/esm/src/api/exchange/_methods/spotUser.d.ts +0 -122
  1799. package/esm/src/api/exchange/_methods/spotUser.d.ts.map +0 -1
  1800. package/esm/src/api/exchange/_methods/spotUser.js +0 -72
  1801. package/esm/src/api/exchange/_methods/spotUser.js.map +0 -1
  1802. package/esm/src/api/exchange/_methods/subAccountModify.d.ts +0 -114
  1803. package/esm/src/api/exchange/_methods/subAccountModify.d.ts.map +0 -1
  1804. package/esm/src/api/exchange/_methods/subAccountModify.js +0 -71
  1805. package/esm/src/api/exchange/_methods/subAccountModify.js.map +0 -1
  1806. package/esm/src/api/exchange/_methods/subAccountSpotTransfer.d.ts +0 -141
  1807. package/esm/src/api/exchange/_methods/subAccountSpotTransfer.d.ts.map +0 -1
  1808. package/esm/src/api/exchange/_methods/subAccountSpotTransfer.js +0 -80
  1809. package/esm/src/api/exchange/_methods/subAccountSpotTransfer.js.map +0 -1
  1810. package/esm/src/api/exchange/_methods/subAccountTransfer.d.ts +0 -125
  1811. package/esm/src/api/exchange/_methods/subAccountTransfer.d.ts.map +0 -1
  1812. package/esm/src/api/exchange/_methods/subAccountTransfer.js +0 -73
  1813. package/esm/src/api/exchange/_methods/subAccountTransfer.js.map +0 -1
  1814. package/esm/src/api/exchange/_methods/tokenDelegate.d.ts +0 -156
  1815. package/esm/src/api/exchange/_methods/tokenDelegate.d.ts.map +0 -1
  1816. package/esm/src/api/exchange/_methods/tokenDelegate.js +0 -95
  1817. package/esm/src/api/exchange/_methods/tokenDelegate.js.map +0 -1
  1818. package/esm/src/api/exchange/_methods/twapCancel.d.ts +0 -132
  1819. package/esm/src/api/exchange/_methods/twapCancel.d.ts.map +0 -1
  1820. package/esm/src/api/exchange/_methods/twapCancel.js +0 -100
  1821. package/esm/src/api/exchange/_methods/twapCancel.js.map +0 -1
  1822. package/esm/src/api/exchange/_methods/twapOrder.d.ts +0 -210
  1823. package/esm/src/api/exchange/_methods/twapOrder.d.ts.map +0 -1
  1824. package/esm/src/api/exchange/_methods/twapOrder.js +0 -126
  1825. package/esm/src/api/exchange/_methods/twapOrder.js.map +0 -1
  1826. package/esm/src/api/exchange/_methods/updateIsolatedMargin.d.ts +0 -135
  1827. package/esm/src/api/exchange/_methods/updateIsolatedMargin.d.ts.map +0 -1
  1828. package/esm/src/api/exchange/_methods/updateIsolatedMargin.js +0 -83
  1829. package/esm/src/api/exchange/_methods/updateIsolatedMargin.js.map +0 -1
  1830. package/esm/src/api/exchange/_methods/updateLeverage.d.ts +0 -135
  1831. package/esm/src/api/exchange/_methods/updateLeverage.d.ts.map +0 -1
  1832. package/esm/src/api/exchange/_methods/updateLeverage.js +0 -83
  1833. package/esm/src/api/exchange/_methods/updateLeverage.js.map +0 -1
  1834. package/esm/src/api/exchange/_methods/usdClassTransfer.d.ts +0 -145
  1835. package/esm/src/api/exchange/_methods/usdClassTransfer.d.ts.map +0 -1
  1836. package/esm/src/api/exchange/_methods/usdClassTransfer.js +0 -92
  1837. package/esm/src/api/exchange/_methods/usdClassTransfer.js.map +0 -1
  1838. package/esm/src/api/exchange/_methods/usdSend.d.ts +0 -145
  1839. package/esm/src/api/exchange/_methods/usdSend.d.ts.map +0 -1
  1840. package/esm/src/api/exchange/_methods/usdSend.js +0 -92
  1841. package/esm/src/api/exchange/_methods/usdSend.js.map +0 -1
  1842. package/esm/src/api/exchange/_methods/userDexAbstraction.d.ts +0 -147
  1843. package/esm/src/api/exchange/_methods/userDexAbstraction.d.ts.map +0 -1
  1844. package/esm/src/api/exchange/_methods/userDexAbstraction.js +0 -94
  1845. package/esm/src/api/exchange/_methods/userDexAbstraction.js.map +0 -1
  1846. package/esm/src/api/exchange/_methods/userPortfolioMargin.d.ts +0 -145
  1847. package/esm/src/api/exchange/_methods/userPortfolioMargin.d.ts.map +0 -1
  1848. package/esm/src/api/exchange/_methods/userPortfolioMargin.js +0 -92
  1849. package/esm/src/api/exchange/_methods/userPortfolioMargin.js.map +0 -1
  1850. package/esm/src/api/exchange/_methods/userSetAbstraction.d.ts +0 -145
  1851. package/esm/src/api/exchange/_methods/userSetAbstraction.d.ts.map +0 -1
  1852. package/esm/src/api/exchange/_methods/userSetAbstraction.js +0 -92
  1853. package/esm/src/api/exchange/_methods/userSetAbstraction.js.map +0 -1
  1854. package/esm/src/api/exchange/_methods/validatorL1Stream.d.ts +0 -111
  1855. package/esm/src/api/exchange/_methods/validatorL1Stream.d.ts.map +0 -1
  1856. package/esm/src/api/exchange/_methods/validatorL1Stream.js +0 -77
  1857. package/esm/src/api/exchange/_methods/validatorL1Stream.js.map +0 -1
  1858. package/esm/src/api/exchange/_methods/vaultDistribute.d.ts +0 -123
  1859. package/esm/src/api/exchange/_methods/vaultDistribute.d.ts.map +0 -1
  1860. package/esm/src/api/exchange/_methods/vaultDistribute.js +0 -74
  1861. package/esm/src/api/exchange/_methods/vaultDistribute.js.map +0 -1
  1862. package/esm/src/api/exchange/_methods/vaultModify.d.ts +0 -129
  1863. package/esm/src/api/exchange/_methods/vaultModify.d.ts.map +0 -1
  1864. package/esm/src/api/exchange/_methods/vaultModify.js +0 -77
  1865. package/esm/src/api/exchange/_methods/vaultModify.js.map +0 -1
  1866. package/esm/src/api/exchange/_methods/vaultTransfer.d.ts +0 -133
  1867. package/esm/src/api/exchange/_methods/vaultTransfer.d.ts.map +0 -1
  1868. package/esm/src/api/exchange/_methods/vaultTransfer.js +0 -81
  1869. package/esm/src/api/exchange/_methods/vaultTransfer.js.map +0 -1
  1870. package/esm/src/api/exchange/_methods/withdraw3.d.ts +0 -145
  1871. package/esm/src/api/exchange/_methods/withdraw3.d.ts.map +0 -1
  1872. package/esm/src/api/exchange/_methods/withdraw3.js +0 -92
  1873. package/esm/src/api/exchange/_methods/withdraw3.js.map +0 -1
  1874. package/esm/src/api/exchange/client.d.ts +0 -1476
  1875. package/esm/src/api/exchange/client.d.ts.map +0 -1
  1876. package/esm/src/api/exchange/client.js +0 -1507
  1877. package/esm/src/api/exchange/client.js.map +0 -1
  1878. package/esm/src/api/exchange/mod.d.ts +0 -90
  1879. package/esm/src/api/exchange/mod.d.ts.map +0 -1
  1880. package/esm/src/api/exchange/mod.js +0 -89
  1881. package/esm/src/api/exchange/mod.js.map +0 -1
  1882. package/esm/src/api/info/_methods/_base/commonSchemas.d.ts +0 -247
  1883. package/esm/src/api/info/_methods/_base/commonSchemas.d.ts.map +0 -1
  1884. package/esm/src/api/info/_methods/_base/commonSchemas.js +0 -303
  1885. package/esm/src/api/info/_methods/_base/commonSchemas.js.map +0 -1
  1886. package/esm/src/api/info/_methods/_base/types.d.ts +0 -7
  1887. package/esm/src/api/info/_methods/_base/types.d.ts.map +0 -1
  1888. package/esm/src/api/info/_methods/_base/types.js +0 -2
  1889. package/esm/src/api/info/_methods/_base/types.js.map +0 -1
  1890. package/esm/src/api/info/_methods/activeAssetData.d.ts +0 -77
  1891. package/esm/src/api/info/_methods/activeAssetData.d.ts.map +0 -1
  1892. package/esm/src/api/info/_methods/activeAssetData.js +0 -89
  1893. package/esm/src/api/info/_methods/activeAssetData.js.map +0 -1
  1894. package/esm/src/api/info/_methods/alignedQuoteTokenInfo.d.ts +0 -57
  1895. package/esm/src/api/info/_methods/alignedQuoteTokenInfo.d.ts.map +0 -1
  1896. package/esm/src/api/info/_methods/alignedQuoteTokenInfo.js +0 -69
  1897. package/esm/src/api/info/_methods/alignedQuoteTokenInfo.js.map +0 -1
  1898. package/esm/src/api/info/_methods/allBorrowLendReserveStates.d.ts +0 -51
  1899. package/esm/src/api/info/_methods/allBorrowLendReserveStates.d.ts.map +0 -1
  1900. package/esm/src/api/info/_methods/allBorrowLendReserveStates.js +0 -53
  1901. package/esm/src/api/info/_methods/allBorrowLendReserveStates.js.map +0 -1
  1902. package/esm/src/api/info/_methods/allMids.d.ts +0 -48
  1903. package/esm/src/api/info/_methods/allMids.d.ts.map +0 -1
  1904. package/esm/src/api/info/_methods/allMids.js +0 -34
  1905. package/esm/src/api/info/_methods/allMids.js.map +0 -1
  1906. package/esm/src/api/info/_methods/allPerpMetas.d.ts +0 -58
  1907. package/esm/src/api/info/_methods/allPerpMetas.d.ts.map +0 -1
  1908. package/esm/src/api/info/_methods/allPerpMetas.js +0 -48
  1909. package/esm/src/api/info/_methods/allPerpMetas.js.map +0 -1
  1910. package/esm/src/api/info/_methods/blockDetails.d.ts +0 -72
  1911. package/esm/src/api/info/_methods/blockDetails.d.ts.map +0 -1
  1912. package/esm/src/api/info/_methods/blockDetails.js +0 -73
  1913. package/esm/src/api/info/_methods/blockDetails.js.map +0 -1
  1914. package/esm/src/api/info/_methods/borrowLendReserveState.d.ts +0 -67
  1915. package/esm/src/api/info/_methods/borrowLendReserveState.d.ts.map +0 -1
  1916. package/esm/src/api/info/_methods/borrowLendReserveState.js +0 -76
  1917. package/esm/src/api/info/_methods/borrowLendReserveState.js.map +0 -1
  1918. package/esm/src/api/info/_methods/borrowLendUserState.d.ts +0 -72
  1919. package/esm/src/api/info/_methods/borrowLendUserState.d.ts.map +0 -1
  1920. package/esm/src/api/info/_methods/borrowLendUserState.js +0 -84
  1921. package/esm/src/api/info/_methods/borrowLendUserState.js.map +0 -1
  1922. package/esm/src/api/info/_methods/candleSnapshot.d.ts +0 -80
  1923. package/esm/src/api/info/_methods/candleSnapshot.d.ts.map +0 -1
  1924. package/esm/src/api/info/_methods/candleSnapshot.js +0 -89
  1925. package/esm/src/api/info/_methods/candleSnapshot.js.map +0 -1
  1926. package/esm/src/api/info/_methods/clearinghouseState.d.ts +0 -130
  1927. package/esm/src/api/info/_methods/clearinghouseState.d.ts.map +0 -1
  1928. package/esm/src/api/info/_methods/clearinghouseState.js +0 -142
  1929. package/esm/src/api/info/_methods/clearinghouseState.js.map +0 -1
  1930. package/esm/src/api/info/_methods/delegations.d.ts +0 -57
  1931. package/esm/src/api/info/_methods/delegations.d.ts.map +0 -1
  1932. package/esm/src/api/info/_methods/delegations.js +0 -66
  1933. package/esm/src/api/info/_methods/delegations.js.map +0 -1
  1934. package/esm/src/api/info/_methods/delegatorHistory.d.ts +0 -81
  1935. package/esm/src/api/info/_methods/delegatorHistory.d.ts.map +0 -1
  1936. package/esm/src/api/info/_methods/delegatorHistory.js +0 -94
  1937. package/esm/src/api/info/_methods/delegatorHistory.js.map +0 -1
  1938. package/esm/src/api/info/_methods/delegatorRewards.d.ts +0 -57
  1939. package/esm/src/api/info/_methods/delegatorRewards.d.ts.map +0 -1
  1940. package/esm/src/api/info/_methods/delegatorRewards.js +0 -66
  1941. package/esm/src/api/info/_methods/delegatorRewards.js.map +0 -1
  1942. package/esm/src/api/info/_methods/delegatorSummary.d.ts +0 -59
  1943. package/esm/src/api/info/_methods/delegatorSummary.d.ts.map +0 -1
  1944. package/esm/src/api/info/_methods/delegatorSummary.js +0 -68
  1945. package/esm/src/api/info/_methods/delegatorSummary.js.map +0 -1
  1946. package/esm/src/api/info/_methods/exchangeStatus.d.ts +0 -43
  1947. package/esm/src/api/info/_methods/exchangeStatus.d.ts.map +0 -1
  1948. package/esm/src/api/info/_methods/exchangeStatus.js +0 -53
  1949. package/esm/src/api/info/_methods/exchangeStatus.js.map +0 -1
  1950. package/esm/src/api/info/_methods/extraAgents.d.ts +0 -53
  1951. package/esm/src/api/info/_methods/extraAgents.d.ts.map +0 -1
  1952. package/esm/src/api/info/_methods/extraAgents.js +0 -62
  1953. package/esm/src/api/info/_methods/extraAgents.js.map +0 -1
  1954. package/esm/src/api/info/_methods/frontendOpenOrders.d.ts +0 -69
  1955. package/esm/src/api/info/_methods/frontendOpenOrders.d.ts.map +0 -1
  1956. package/esm/src/api/info/_methods/frontendOpenOrders.js +0 -62
  1957. package/esm/src/api/info/_methods/frontendOpenOrders.js.map +0 -1
  1958. package/esm/src/api/info/_methods/fundingHistory.d.ts +0 -63
  1959. package/esm/src/api/info/_methods/fundingHistory.d.ts.map +0 -1
  1960. package/esm/src/api/info/_methods/fundingHistory.js +0 -72
  1961. package/esm/src/api/info/_methods/fundingHistory.js.map +0 -1
  1962. package/esm/src/api/info/_methods/gossipRootIps.d.ts +0 -38
  1963. package/esm/src/api/info/_methods/gossipRootIps.d.ts.map +0 -1
  1964. package/esm/src/api/info/_methods/gossipRootIps.js +0 -47
  1965. package/esm/src/api/info/_methods/gossipRootIps.js.map +0 -1
  1966. package/esm/src/api/info/_methods/historicalOrders.d.ts +0 -105
  1967. package/esm/src/api/info/_methods/historicalOrders.d.ts.map +0 -1
  1968. package/esm/src/api/info/_methods/historicalOrders.js +0 -98
  1969. package/esm/src/api/info/_methods/historicalOrders.js.map +0 -1
  1970. package/esm/src/api/info/_methods/isVip.d.ts +0 -46
  1971. package/esm/src/api/info/_methods/isVip.d.ts.map +0 -1
  1972. package/esm/src/api/info/_methods/isVip.js +0 -55
  1973. package/esm/src/api/info/_methods/isVip.js.map +0 -1
  1974. package/esm/src/api/info/_methods/l2Book.d.ts +0 -77
  1975. package/esm/src/api/info/_methods/l2Book.d.ts.map +0 -1
  1976. package/esm/src/api/info/_methods/l2Book.js +0 -82
  1977. package/esm/src/api/info/_methods/l2Book.js.map +0 -1
  1978. package/esm/src/api/info/_methods/leadingVaults.d.ts +0 -51
  1979. package/esm/src/api/info/_methods/leadingVaults.d.ts.map +0 -1
  1980. package/esm/src/api/info/_methods/leadingVaults.js +0 -60
  1981. package/esm/src/api/info/_methods/leadingVaults.js.map +0 -1
  1982. package/esm/src/api/info/_methods/legalCheck.d.ts +0 -53
  1983. package/esm/src/api/info/_methods/legalCheck.d.ts.map +0 -1
  1984. package/esm/src/api/info/_methods/legalCheck.js +0 -62
  1985. package/esm/src/api/info/_methods/legalCheck.js.map +0 -1
  1986. package/esm/src/api/info/_methods/liquidatable.d.ts +0 -38
  1987. package/esm/src/api/info/_methods/liquidatable.d.ts.map +0 -1
  1988. package/esm/src/api/info/_methods/liquidatable.js +0 -47
  1989. package/esm/src/api/info/_methods/liquidatable.js.map +0 -1
  1990. package/esm/src/api/info/_methods/marginTable.d.ts +0 -56
  1991. package/esm/src/api/info/_methods/marginTable.d.ts.map +0 -1
  1992. package/esm/src/api/info/_methods/marginTable.js +0 -65
  1993. package/esm/src/api/info/_methods/marginTable.js.map +0 -1
  1994. package/esm/src/api/info/_methods/maxBuilderFee.d.ts +0 -52
  1995. package/esm/src/api/info/_methods/maxBuilderFee.d.ts.map +0 -1
  1996. package/esm/src/api/info/_methods/maxBuilderFee.js +0 -61
  1997. package/esm/src/api/info/_methods/maxBuilderFee.js.map +0 -1
  1998. package/esm/src/api/info/_methods/maxMarketOrderNtls.d.ts +0 -38
  1999. package/esm/src/api/info/_methods/maxMarketOrderNtls.d.ts.map +0 -1
  2000. package/esm/src/api/info/_methods/maxMarketOrderNtls.js +0 -48
  2001. package/esm/src/api/info/_methods/maxMarketOrderNtls.js.map +0 -1
  2002. package/esm/src/api/info/_methods/meta.d.ts +0 -80
  2003. package/esm/src/api/info/_methods/meta.d.ts.map +0 -1
  2004. package/esm/src/api/info/_methods/meta.js +0 -61
  2005. package/esm/src/api/info/_methods/meta.js.map +0 -1
  2006. package/esm/src/api/info/_methods/metaAndAssetCtxs.d.ts +0 -78
  2007. package/esm/src/api/info/_methods/metaAndAssetCtxs.d.ts.map +0 -1
  2008. package/esm/src/api/info/_methods/metaAndAssetCtxs.js +0 -35
  2009. package/esm/src/api/info/_methods/metaAndAssetCtxs.js.map +0 -1
  2010. package/esm/src/api/info/_methods/openOrders.d.ts +0 -62
  2011. package/esm/src/api/info/_methods/openOrders.d.ts.map +0 -1
  2012. package/esm/src/api/info/_methods/openOrders.js +0 -62
  2013. package/esm/src/api/info/_methods/openOrders.js.map +0 -1
  2014. package/esm/src/api/info/_methods/orderStatus.d.ts +0 -117
  2015. package/esm/src/api/info/_methods/orderStatus.d.ts.map +0 -1
  2016. package/esm/src/api/info/_methods/orderStatus.js +0 -113
  2017. package/esm/src/api/info/_methods/orderStatus.js.map +0 -1
  2018. package/esm/src/api/info/_methods/perpDeployAuctionStatus.d.ts +0 -53
  2019. package/esm/src/api/info/_methods/perpDeployAuctionStatus.d.ts.map +0 -1
  2020. package/esm/src/api/info/_methods/perpDeployAuctionStatus.js +0 -63
  2021. package/esm/src/api/info/_methods/perpDeployAuctionStatus.js.map +0 -1
  2022. package/esm/src/api/info/_methods/perpDexLimits.d.ts +0 -59
  2023. package/esm/src/api/info/_methods/perpDexLimits.d.ts.map +0 -1
  2024. package/esm/src/api/info/_methods/perpDexLimits.js +0 -68
  2025. package/esm/src/api/info/_methods/perpDexLimits.js.map +0 -1
  2026. package/esm/src/api/info/_methods/perpDexStatus.d.ts +0 -50
  2027. package/esm/src/api/info/_methods/perpDexStatus.d.ts.map +0 -1
  2028. package/esm/src/api/info/_methods/perpDexStatus.js +0 -59
  2029. package/esm/src/api/info/_methods/perpDexStatus.js.map +0 -1
  2030. package/esm/src/api/info/_methods/perpDexs.d.ts +0 -65
  2031. package/esm/src/api/info/_methods/perpDexs.d.ts.map +0 -1
  2032. package/esm/src/api/info/_methods/perpDexs.js +0 -77
  2033. package/esm/src/api/info/_methods/perpDexs.js.map +0 -1
  2034. package/esm/src/api/info/_methods/perpsAtOpenInterestCap.d.ts +0 -48
  2035. package/esm/src/api/info/_methods/perpsAtOpenInterestCap.d.ts.map +0 -1
  2036. package/esm/src/api/info/_methods/perpsAtOpenInterestCap.js +0 -33
  2037. package/esm/src/api/info/_methods/perpsAtOpenInterestCap.js.map +0 -1
  2038. package/esm/src/api/info/_methods/portfolio.d.ts +0 -106
  2039. package/esm/src/api/info/_methods/portfolio.d.ts.map +0 -1
  2040. package/esm/src/api/info/_methods/portfolio.js +0 -79
  2041. package/esm/src/api/info/_methods/portfolio.js.map +0 -1
  2042. package/esm/src/api/info/_methods/preTransferCheck.d.ts +0 -57
  2043. package/esm/src/api/info/_methods/preTransferCheck.d.ts.map +0 -1
  2044. package/esm/src/api/info/_methods/preTransferCheck.js +0 -66
  2045. package/esm/src/api/info/_methods/preTransferCheck.js.map +0 -1
  2046. package/esm/src/api/info/_methods/predictedFundings.d.ts +0 -49
  2047. package/esm/src/api/info/_methods/predictedFundings.d.ts.map +0 -1
  2048. package/esm/src/api/info/_methods/predictedFundings.js +0 -69
  2049. package/esm/src/api/info/_methods/predictedFundings.js.map +0 -1
  2050. package/esm/src/api/info/_methods/recentTrades.d.ts +0 -63
  2051. package/esm/src/api/info/_methods/recentTrades.d.ts.map +0 -1
  2052. package/esm/src/api/info/_methods/recentTrades.js +0 -72
  2053. package/esm/src/api/info/_methods/recentTrades.js.map +0 -1
  2054. package/esm/src/api/info/_methods/referral.d.ts +0 -133
  2055. package/esm/src/api/info/_methods/referral.d.ts.map +0 -1
  2056. package/esm/src/api/info/_methods/referral.js +0 -152
  2057. package/esm/src/api/info/_methods/referral.js.map +0 -1
  2058. package/esm/src/api/info/_methods/spotClearinghouseState.d.ts +0 -75
  2059. package/esm/src/api/info/_methods/spotClearinghouseState.d.ts.map +0 -1
  2060. package/esm/src/api/info/_methods/spotClearinghouseState.js +0 -84
  2061. package/esm/src/api/info/_methods/spotClearinghouseState.js.map +0 -1
  2062. package/esm/src/api/info/_methods/spotDeployState.d.ts +0 -91
  2063. package/esm/src/api/info/_methods/spotDeployState.d.ts.map +0 -1
  2064. package/esm/src/api/info/_methods/spotDeployState.js +0 -95
  2065. package/esm/src/api/info/_methods/spotDeployState.js.map +0 -1
  2066. package/esm/src/api/info/_methods/spotMeta.d.ts +0 -109
  2067. package/esm/src/api/info/_methods/spotMeta.d.ts.map +0 -1
  2068. package/esm/src/api/info/_methods/spotMeta.js +0 -119
  2069. package/esm/src/api/info/_methods/spotMeta.js.map +0 -1
  2070. package/esm/src/api/info/_methods/spotMetaAndAssetCtxs.d.ts +0 -88
  2071. package/esm/src/api/info/_methods/spotMetaAndAssetCtxs.d.ts.map +0 -1
  2072. package/esm/src/api/info/_methods/spotMetaAndAssetCtxs.js +0 -53
  2073. package/esm/src/api/info/_methods/spotMetaAndAssetCtxs.js.map +0 -1
  2074. package/esm/src/api/info/_methods/spotPairDeployAuctionStatus.d.ts +0 -48
  2075. package/esm/src/api/info/_methods/spotPairDeployAuctionStatus.d.ts.map +0 -1
  2076. package/esm/src/api/info/_methods/spotPairDeployAuctionStatus.js +0 -52
  2077. package/esm/src/api/info/_methods/spotPairDeployAuctionStatus.js.map +0 -1
  2078. package/esm/src/api/info/_methods/subAccounts.d.ts +0 -117
  2079. package/esm/src/api/info/_methods/subAccounts.d.ts.map +0 -1
  2080. package/esm/src/api/info/_methods/subAccounts.js +0 -72
  2081. package/esm/src/api/info/_methods/subAccounts.js.map +0 -1
  2082. package/esm/src/api/info/_methods/subAccounts2.d.ts +0 -156
  2083. package/esm/src/api/info/_methods/subAccounts2.d.ts.map +0 -1
  2084. package/esm/src/api/info/_methods/subAccounts2.js +0 -68
  2085. package/esm/src/api/info/_methods/subAccounts2.js.map +0 -1
  2086. package/esm/src/api/info/_methods/tokenDetails.d.ts +0 -90
  2087. package/esm/src/api/info/_methods/tokenDetails.d.ts.map +0 -1
  2088. package/esm/src/api/info/_methods/tokenDetails.js +0 -99
  2089. package/esm/src/api/info/_methods/tokenDetails.js.map +0 -1
  2090. package/esm/src/api/info/_methods/twapHistory.d.ts +0 -80
  2091. package/esm/src/api/info/_methods/twapHistory.d.ts.map +0 -1
  2092. package/esm/src/api/info/_methods/twapHistory.js +0 -82
  2093. package/esm/src/api/info/_methods/twapHistory.js.map +0 -1
  2094. package/esm/src/api/info/_methods/txDetails.d.ts +0 -59
  2095. package/esm/src/api/info/_methods/txDetails.d.ts.map +0 -1
  2096. package/esm/src/api/info/_methods/txDetails.js +0 -60
  2097. package/esm/src/api/info/_methods/txDetails.js.map +0 -1
  2098. package/esm/src/api/info/_methods/userBorrowLendInterest.d.ts +0 -63
  2099. package/esm/src/api/info/_methods/userBorrowLendInterest.d.ts.map +0 -1
  2100. package/esm/src/api/info/_methods/userBorrowLendInterest.js +0 -72
  2101. package/esm/src/api/info/_methods/userBorrowLendInterest.js.map +0 -1
  2102. package/esm/src/api/info/_methods/userDetails.d.ts +0 -59
  2103. package/esm/src/api/info/_methods/userDetails.d.ts.map +0 -1
  2104. package/esm/src/api/info/_methods/userDetails.js +0 -60
  2105. package/esm/src/api/info/_methods/userDetails.js.map +0 -1
  2106. package/esm/src/api/info/_methods/userDexAbstraction.d.ts +0 -50
  2107. package/esm/src/api/info/_methods/userDexAbstraction.d.ts.map +0 -1
  2108. package/esm/src/api/info/_methods/userDexAbstraction.js +0 -59
  2109. package/esm/src/api/info/_methods/userDexAbstraction.js.map +0 -1
  2110. package/esm/src/api/info/_methods/userFees.d.ts +0 -148
  2111. package/esm/src/api/info/_methods/userFees.d.ts.map +0 -1
  2112. package/esm/src/api/info/_methods/userFees.js +0 -157
  2113. package/esm/src/api/info/_methods/userFees.js.map +0 -1
  2114. package/esm/src/api/info/_methods/userFills.d.ts +0 -81
  2115. package/esm/src/api/info/_methods/userFills.d.ts.map +0 -1
  2116. package/esm/src/api/info/_methods/userFills.js +0 -77
  2117. package/esm/src/api/info/_methods/userFills.js.map +0 -1
  2118. package/esm/src/api/info/_methods/userFillsByTime.d.ts +0 -80
  2119. package/esm/src/api/info/_methods/userFillsByTime.d.ts.map +0 -1
  2120. package/esm/src/api/info/_methods/userFillsByTime.js +0 -66
  2121. package/esm/src/api/info/_methods/userFillsByTime.js.map +0 -1
  2122. package/esm/src/api/info/_methods/userFunding.d.ts +0 -74
  2123. package/esm/src/api/info/_methods/userFunding.d.ts.map +0 -1
  2124. package/esm/src/api/info/_methods/userFunding.js +0 -83
  2125. package/esm/src/api/info/_methods/userFunding.js.map +0 -1
  2126. package/esm/src/api/info/_methods/userNonFundingLedgerUpdates.d.ts +0 -254
  2127. package/esm/src/api/info/_methods/userNonFundingLedgerUpdates.d.ts.map +0 -1
  2128. package/esm/src/api/info/_methods/userNonFundingLedgerUpdates.js +0 -300
  2129. package/esm/src/api/info/_methods/userNonFundingLedgerUpdates.js.map +0 -1
  2130. package/esm/src/api/info/_methods/userRateLimit.d.ts +0 -59
  2131. package/esm/src/api/info/_methods/userRateLimit.d.ts.map +0 -1
  2132. package/esm/src/api/info/_methods/userRateLimit.js +0 -68
  2133. package/esm/src/api/info/_methods/userRateLimit.js.map +0 -1
  2134. package/esm/src/api/info/_methods/userRole.d.ts +0 -69
  2135. package/esm/src/api/info/_methods/userRole.d.ts.map +0 -1
  2136. package/esm/src/api/info/_methods/userRole.js +0 -82
  2137. package/esm/src/api/info/_methods/userRole.js.map +0 -1
  2138. package/esm/src/api/info/_methods/userToMultiSigSigners.d.ts +0 -51
  2139. package/esm/src/api/info/_methods/userToMultiSigSigners.d.ts.map +0 -1
  2140. package/esm/src/api/info/_methods/userToMultiSigSigners.js +0 -60
  2141. package/esm/src/api/info/_methods/userToMultiSigSigners.js.map +0 -1
  2142. package/esm/src/api/info/_methods/userTwapSliceFills.d.ts +0 -72
  2143. package/esm/src/api/info/_methods/userTwapSliceFills.d.ts.map +0 -1
  2144. package/esm/src/api/info/_methods/userTwapSliceFills.js +0 -65
  2145. package/esm/src/api/info/_methods/userTwapSliceFills.js.map +0 -1
  2146. package/esm/src/api/info/_methods/userTwapSliceFillsByTime.d.ts +0 -73
  2147. package/esm/src/api/info/_methods/userTwapSliceFillsByTime.d.ts.map +0 -1
  2148. package/esm/src/api/info/_methods/userTwapSliceFillsByTime.js +0 -63
  2149. package/esm/src/api/info/_methods/userTwapSliceFillsByTime.js.map +0 -1
  2150. package/esm/src/api/info/_methods/userVaultEquities.d.ts +0 -57
  2151. package/esm/src/api/info/_methods/userVaultEquities.d.ts.map +0 -1
  2152. package/esm/src/api/info/_methods/userVaultEquities.js +0 -66
  2153. package/esm/src/api/info/_methods/userVaultEquities.js.map +0 -1
  2154. package/esm/src/api/info/_methods/validatorL1Votes.d.ts +0 -49
  2155. package/esm/src/api/info/_methods/validatorL1Votes.d.ts.map +0 -1
  2156. package/esm/src/api/info/_methods/validatorL1Votes.js +0 -64
  2157. package/esm/src/api/info/_methods/validatorL1Votes.js.map +0 -1
  2158. package/esm/src/api/info/_methods/validatorSummaries.d.ts +0 -82
  2159. package/esm/src/api/info/_methods/validatorSummaries.d.ts.map +0 -1
  2160. package/esm/src/api/info/_methods/validatorSummaries.js +0 -86
  2161. package/esm/src/api/info/_methods/validatorSummaries.js.map +0 -1
  2162. package/esm/src/api/info/_methods/vaultDetails.d.ts +0 -154
  2163. package/esm/src/api/info/_methods/vaultDetails.d.ts.map +0 -1
  2164. package/esm/src/api/info/_methods/vaultDetails.js +0 -126
  2165. package/esm/src/api/info/_methods/vaultDetails.js.map +0 -1
  2166. package/esm/src/api/info/_methods/vaultSummaries.d.ts +0 -60
  2167. package/esm/src/api/info/_methods/vaultSummaries.d.ts.map +0 -1
  2168. package/esm/src/api/info/_methods/vaultSummaries.js +0 -64
  2169. package/esm/src/api/info/_methods/vaultSummaries.js.map +0 -1
  2170. package/esm/src/api/info/_methods/webData2.d.ts +0 -208
  2171. package/esm/src/api/info/_methods/webData2.d.ts.map +0 -1
  2172. package/esm/src/api/info/_methods/webData2.js +0 -97
  2173. package/esm/src/api/info/_methods/webData2.js.map +0 -1
  2174. package/esm/src/api/info/client.d.ts +0 -1812
  2175. package/esm/src/api/info/client.d.ts.map +0 -1
  2176. package/esm/src/api/info/client.js +0 -1802
  2177. package/esm/src/api/info/client.js.map +0 -1
  2178. package/esm/src/api/info/mod.d.ts +0 -96
  2179. package/esm/src/api/info/mod.d.ts.map +0 -1
  2180. package/esm/src/api/info/mod.js +0 -95
  2181. package/esm/src/api/info/mod.js.map +0 -1
  2182. package/esm/src/api/subscription/_methods/_types.d.ts.map +0 -1
  2183. package/esm/src/api/subscription/_methods/_types.js.map +0 -1
  2184. package/esm/src/api/subscription/_methods/activeAssetCtx.d.ts +0 -62
  2185. package/esm/src/api/subscription/_methods/activeAssetCtx.d.ts.map +0 -1
  2186. package/esm/src/api/subscription/_methods/activeAssetCtx.js +0 -60
  2187. package/esm/src/api/subscription/_methods/activeAssetCtx.js.map +0 -1
  2188. package/esm/src/api/subscription/_methods/activeAssetData.d.ts +0 -62
  2189. package/esm/src/api/subscription/_methods/activeAssetData.d.ts.map +0 -1
  2190. package/esm/src/api/subscription/_methods/activeAssetData.js +0 -58
  2191. package/esm/src/api/subscription/_methods/activeAssetData.js.map +0 -1
  2192. package/esm/src/api/subscription/_methods/activeSpotAssetCtx.d.ts +0 -59
  2193. package/esm/src/api/subscription/_methods/activeSpotAssetCtx.d.ts.map +0 -1
  2194. package/esm/src/api/subscription/_methods/activeSpotAssetCtx.js +0 -59
  2195. package/esm/src/api/subscription/_methods/activeSpotAssetCtx.js.map +0 -1
  2196. package/esm/src/api/subscription/_methods/allDexsAssetCtxs.d.ts +0 -54
  2197. package/esm/src/api/subscription/_methods/allDexsAssetCtxs.d.ts.map +0 -1
  2198. package/esm/src/api/subscription/_methods/allDexsAssetCtxs.js +0 -54
  2199. package/esm/src/api/subscription/_methods/allDexsAssetCtxs.js.map +0 -1
  2200. package/esm/src/api/subscription/_methods/allDexsClearinghouseState.d.ts +0 -94
  2201. package/esm/src/api/subscription/_methods/allDexsClearinghouseState.d.ts.map +0 -1
  2202. package/esm/src/api/subscription/_methods/allDexsClearinghouseState.js +0 -64
  2203. package/esm/src/api/subscription/_methods/allDexsClearinghouseState.js.map +0 -1
  2204. package/esm/src/api/subscription/_methods/allMids.d.ts +0 -51
  2205. package/esm/src/api/subscription/_methods/allMids.d.ts.map +0 -1
  2206. package/esm/src/api/subscription/_methods/allMids.js +0 -38
  2207. package/esm/src/api/subscription/_methods/allMids.js.map +0 -1
  2208. package/esm/src/api/subscription/_methods/assetCtxs.d.ts +0 -62
  2209. package/esm/src/api/subscription/_methods/assetCtxs.d.ts.map +0 -1
  2210. package/esm/src/api/subscription/_methods/assetCtxs.js +0 -38
  2211. package/esm/src/api/subscription/_methods/assetCtxs.js.map +0 -1
  2212. package/esm/src/api/subscription/_methods/bbo.d.ts +0 -67
  2213. package/esm/src/api/subscription/_methods/bbo.d.ts.map +0 -1
  2214. package/esm/src/api/subscription/_methods/bbo.js +0 -72
  2215. package/esm/src/api/subscription/_methods/bbo.js.map +0 -1
  2216. package/esm/src/api/subscription/_methods/candle.d.ts +0 -69
  2217. package/esm/src/api/subscription/_methods/candle.d.ts.map +0 -1
  2218. package/esm/src/api/subscription/_methods/candle.js +0 -78
  2219. package/esm/src/api/subscription/_methods/candle.js.map +0 -1
  2220. package/esm/src/api/subscription/_methods/clearinghouseState.d.ts +0 -98
  2221. package/esm/src/api/subscription/_methods/clearinghouseState.d.ts.map +0 -1
  2222. package/esm/src/api/subscription/_methods/clearinghouseState.js +0 -69
  2223. package/esm/src/api/subscription/_methods/clearinghouseState.js.map +0 -1
  2224. package/esm/src/api/subscription/_methods/explorerBlock.d.ts +0 -51
  2225. package/esm/src/api/subscription/_methods/explorerBlock.d.ts.map +0 -1
  2226. package/esm/src/api/subscription/_methods/explorerBlock.js +0 -60
  2227. package/esm/src/api/subscription/_methods/explorerBlock.js.map +0 -1
  2228. package/esm/src/api/subscription/_methods/explorerTxs.d.ts +0 -48
  2229. package/esm/src/api/subscription/_methods/explorerTxs.d.ts.map +0 -1
  2230. package/esm/src/api/subscription/_methods/explorerTxs.js +0 -48
  2231. package/esm/src/api/subscription/_methods/explorerTxs.js.map +0 -1
  2232. package/esm/src/api/subscription/_methods/l2Book.d.ts +0 -73
  2233. package/esm/src/api/subscription/_methods/l2Book.d.ts.map +0 -1
  2234. package/esm/src/api/subscription/_methods/l2Book.js +0 -83
  2235. package/esm/src/api/subscription/_methods/l2Book.js.map +0 -1
  2236. package/esm/src/api/subscription/_methods/notification.d.ts +0 -49
  2237. package/esm/src/api/subscription/_methods/notification.d.ts.map +0 -1
  2238. package/esm/src/api/subscription/_methods/notification.js +0 -56
  2239. package/esm/src/api/subscription/_methods/notification.js.map +0 -1
  2240. package/esm/src/api/subscription/_methods/openOrders.d.ts +0 -72
  2241. package/esm/src/api/subscription/_methods/openOrders.d.ts.map +0 -1
  2242. package/esm/src/api/subscription/_methods/openOrders.js +0 -69
  2243. package/esm/src/api/subscription/_methods/openOrders.js.map +0 -1
  2244. package/esm/src/api/subscription/_methods/orderUpdates.d.ts +0 -94
  2245. package/esm/src/api/subscription/_methods/orderUpdates.d.ts.map +0 -1
  2246. package/esm/src/api/subscription/_methods/orderUpdates.js +0 -92
  2247. package/esm/src/api/subscription/_methods/orderUpdates.js.map +0 -1
  2248. package/esm/src/api/subscription/_methods/spotAssetCtxs.d.ts +0 -50
  2249. package/esm/src/api/subscription/_methods/spotAssetCtxs.d.ts.map +0 -1
  2250. package/esm/src/api/subscription/_methods/spotAssetCtxs.js +0 -50
  2251. package/esm/src/api/subscription/_methods/spotAssetCtxs.js.map +0 -1
  2252. package/esm/src/api/subscription/_methods/spotState.d.ts +0 -66
  2253. package/esm/src/api/subscription/_methods/spotState.d.ts.map +0 -1
  2254. package/esm/src/api/subscription/_methods/spotState.js +0 -63
  2255. package/esm/src/api/subscription/_methods/spotState.js.map +0 -1
  2256. package/esm/src/api/subscription/_methods/trades.d.ts +0 -55
  2257. package/esm/src/api/subscription/_methods/trades.d.ts.map +0 -1
  2258. package/esm/src/api/subscription/_methods/trades.js +0 -55
  2259. package/esm/src/api/subscription/_methods/trades.js.map +0 -1
  2260. package/esm/src/api/subscription/_methods/twapStates.d.ts +0 -66
  2261. package/esm/src/api/subscription/_methods/twapStates.d.ts.map +0 -1
  2262. package/esm/src/api/subscription/_methods/twapStates.js +0 -69
  2263. package/esm/src/api/subscription/_methods/twapStates.js.map +0 -1
  2264. package/esm/src/api/subscription/_methods/userEvents.d.ts +0 -156
  2265. package/esm/src/api/subscription/_methods/userEvents.d.ts.map +0 -1
  2266. package/esm/src/api/subscription/_methods/userEvents.js +0 -116
  2267. package/esm/src/api/subscription/_methods/userEvents.js.map +0 -1
  2268. package/esm/src/api/subscription/_methods/userFills.d.ts +0 -79
  2269. package/esm/src/api/subscription/_methods/userFills.d.ts.map +0 -1
  2270. package/esm/src/api/subscription/_methods/userFills.js +0 -69
  2271. package/esm/src/api/subscription/_methods/userFills.js.map +0 -1
  2272. package/esm/src/api/subscription/_methods/userFundings.d.ts +0 -66
  2273. package/esm/src/api/subscription/_methods/userFundings.d.ts.map +0 -1
  2274. package/esm/src/api/subscription/_methods/userFundings.js +0 -75
  2275. package/esm/src/api/subscription/_methods/userFundings.js.map +0 -1
  2276. package/esm/src/api/subscription/_methods/userHistoricalOrders.d.ts +0 -74
  2277. package/esm/src/api/subscription/_methods/userHistoricalOrders.d.ts.map +0 -1
  2278. package/esm/src/api/subscription/_methods/userHistoricalOrders.js +0 -63
  2279. package/esm/src/api/subscription/_methods/userHistoricalOrders.js.map +0 -1
  2280. package/esm/src/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts +0 -163
  2281. package/esm/src/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts.map +0 -1
  2282. package/esm/src/api/subscription/_methods/userNonFundingLedgerUpdates.js +0 -63
  2283. package/esm/src/api/subscription/_methods/userNonFundingLedgerUpdates.js.map +0 -1
  2284. package/esm/src/api/subscription/_methods/userTwapHistory.d.ts +0 -74
  2285. package/esm/src/api/subscription/_methods/userTwapHistory.d.ts.map +0 -1
  2286. package/esm/src/api/subscription/_methods/userTwapHistory.js +0 -63
  2287. package/esm/src/api/subscription/_methods/userTwapHistory.js.map +0 -1
  2288. package/esm/src/api/subscription/_methods/userTwapSliceFills.d.ts +0 -73
  2289. package/esm/src/api/subscription/_methods/userTwapSliceFills.d.ts.map +0 -1
  2290. package/esm/src/api/subscription/_methods/userTwapSliceFills.js +0 -63
  2291. package/esm/src/api/subscription/_methods/userTwapSliceFills.js.map +0 -1
  2292. package/esm/src/api/subscription/_methods/webData2.d.ts +0 -191
  2293. package/esm/src/api/subscription/_methods/webData2.d.ts.map +0 -1
  2294. package/esm/src/api/subscription/_methods/webData2.js +0 -56
  2295. package/esm/src/api/subscription/_methods/webData2.js.map +0 -1
  2296. package/esm/src/api/subscription/_methods/webData3.d.ts +0 -80
  2297. package/esm/src/api/subscription/_methods/webData3.d.ts.map +0 -1
  2298. package/esm/src/api/subscription/_methods/webData3.js +0 -88
  2299. package/esm/src/api/subscription/_methods/webData3.js.map +0 -1
  2300. package/esm/src/api/subscription/client.d.ts +0 -780
  2301. package/esm/src/api/subscription/client.d.ts.map +0 -1
  2302. package/esm/src/api/subscription/client.js +0 -770
  2303. package/esm/src/api/subscription/client.js.map +0 -1
  2304. package/esm/src/api/subscription/mod.d.ts.map +0 -1
  2305. package/esm/src/api/subscription/mod.js.map +0 -1
  2306. package/esm/src/mod.d.ts.map +0 -1
  2307. package/esm/src/mod.js.map +0 -1
  2308. package/esm/src/signing/_abstractWallet.d.ts +0 -86
  2309. package/esm/src/signing/_abstractWallet.d.ts.map +0 -1
  2310. package/esm/src/signing/_abstractWallet.js +0 -131
  2311. package/esm/src/signing/_abstractWallet.js.map +0 -1
  2312. package/esm/src/signing/_privateKeySigner.d.ts +0 -37
  2313. package/esm/src/signing/_privateKeySigner.d.ts.map +0 -1
  2314. package/esm/src/signing/_privateKeySigner.js +0 -28
  2315. package/esm/src/signing/_privateKeySigner.js.map +0 -1
  2316. package/esm/src/signing/mod.d.ts +0 -277
  2317. package/esm/src/signing/mod.d.ts.map +0 -1
  2318. package/esm/src/signing/mod.js +0 -353
  2319. package/esm/src/signing/mod.js.map +0 -1
  2320. package/esm/src/transport/_base.d.ts +0 -51
  2321. package/esm/src/transport/_base.d.ts.map +0 -1
  2322. package/esm/src/transport/_base.js.map +0 -1
  2323. package/esm/src/transport/_polyfills.d.ts +0 -46
  2324. package/esm/src/transport/_polyfills.d.ts.map +0 -1
  2325. package/esm/src/transport/_polyfills.js +0 -54
  2326. package/esm/src/transport/_polyfills.js.map +0 -1
  2327. package/esm/src/transport/http/mod.d.ts +0 -111
  2328. package/esm/src/transport/http/mod.d.ts.map +0 -1
  2329. package/esm/src/transport/http/mod.js +0 -166
  2330. package/esm/src/transport/http/mod.js.map +0 -1
  2331. package/esm/src/transport/mod.d.ts.map +0 -1
  2332. package/esm/src/transport/mod.js.map +0 -1
  2333. package/esm/src/transport/websocket/_hyperliquidEventTarget.d.ts +0 -67
  2334. package/esm/src/transport/websocket/_hyperliquidEventTarget.d.ts.map +0 -1
  2335. package/esm/src/transport/websocket/_hyperliquidEventTarget.js +0 -59
  2336. package/esm/src/transport/websocket/_hyperliquidEventTarget.js.map +0 -1
  2337. package/esm/src/transport/websocket/_postRequest.d.ts +0 -42
  2338. package/esm/src/transport/websocket/_postRequest.d.ts.map +0 -1
  2339. package/esm/src/transport/websocket/_postRequest.js +0 -231
  2340. package/esm/src/transport/websocket/_postRequest.js.map +0 -1
  2341. package/esm/src/transport/websocket/_subscriptionManager.d.ts +0 -51
  2342. package/esm/src/transport/websocket/_subscriptionManager.d.ts.map +0 -1
  2343. package/esm/src/transport/websocket/_subscriptionManager.js +0 -150
  2344. package/esm/src/transport/websocket/_subscriptionManager.js.map +0 -1
  2345. package/esm/src/transport/websocket/mod.d.ts +0 -142
  2346. package/esm/src/transport/websocket/mod.d.ts.map +0 -1
  2347. package/esm/src/transport/websocket/mod.js +0 -200
  2348. package/esm/src/transport/websocket/mod.js.map +0 -1
  2349. package/esm/src/utils/_format.d.ts +0 -37
  2350. package/esm/src/utils/_format.d.ts.map +0 -1
  2351. package/esm/src/utils/_format.js +0 -174
  2352. package/esm/src/utils/_format.js.map +0 -1
  2353. package/esm/src/utils/_symbolConverter.d.ts +0 -96
  2354. package/esm/src/utils/_symbolConverter.d.ts.map +0 -1
  2355. package/esm/src/utils/_symbolConverter.js +0 -186
  2356. package/esm/src/utils/_symbolConverter.js.map +0 -1
  2357. package/esm/src/utils/mod.d.ts.map +0 -1
  2358. package/esm/src/utils/mod.js.map +0 -1
  2359. package/script/bin/_utils.d.ts +0 -148
  2360. package/script/bin/_utils.d.ts.map +0 -1
  2361. package/script/bin/_utils.js +0 -224
  2362. package/script/bin/_utils.js.map +0 -1
  2363. package/script/bin/cli.d.ts +0 -3
  2364. package/script/bin/cli.d.ts.map +0 -1
  2365. package/script/bin/cli.js +0 -364
  2366. package/script/bin/cli.js.map +0 -1
  2367. package/script/src/_base.d.ts +0 -5
  2368. package/script/src/_base.d.ts.map +0 -1
  2369. package/script/src/_base.js +0 -12
  2370. package/script/src/_base.js.map +0 -1
  2371. package/script/src/api/_schemas.d.ts +0 -29
  2372. package/script/src/api/_schemas.d.ts.map +0 -1
  2373. package/script/src/api/_schemas.js +0 -103
  2374. package/script/src/api/_schemas.js.map +0 -1
  2375. package/script/src/api/exchange/_methods/_base/_nonce.d.ts +0 -13
  2376. package/script/src/api/exchange/_methods/_base/_nonce.d.ts.map +0 -1
  2377. package/script/src/api/exchange/_methods/_base/_nonce.js +0 -29
  2378. package/script/src/api/exchange/_methods/_base/_nonce.js.map +0 -1
  2379. package/script/src/api/exchange/_methods/_base/_semaphore.d.ts +0 -9
  2380. package/script/src/api/exchange/_methods/_base/_semaphore.d.ts.map +0 -1
  2381. package/script/src/api/exchange/_methods/_base/_semaphore.js +0 -74
  2382. package/script/src/api/exchange/_methods/_base/_semaphore.js.map +0 -1
  2383. package/script/src/api/exchange/_methods/_base/commonSchemas.d.ts +0 -34
  2384. package/script/src/api/exchange/_methods/_base/commonSchemas.d.ts.map +0 -1
  2385. package/script/src/api/exchange/_methods/_base/commonSchemas.js +0 -75
  2386. package/script/src/api/exchange/_methods/_base/commonSchemas.js.map +0 -1
  2387. package/script/src/api/exchange/_methods/_base/errors.d.ts +0 -49
  2388. package/script/src/api/exchange/_methods/_base/errors.d.ts.map +0 -1
  2389. package/script/src/api/exchange/_methods/_base/errors.js +0 -78
  2390. package/script/src/api/exchange/_methods/_base/errors.js.map +0 -1
  2391. package/script/src/api/exchange/_methods/_base/execute.d.ts +0 -74
  2392. package/script/src/api/exchange/_methods/_base/execute.d.ts.map +0 -1
  2393. package/script/src/api/exchange/_methods/_base/execute.js +0 -244
  2394. package/script/src/api/exchange/_methods/_base/execute.js.map +0 -1
  2395. package/script/src/api/exchange/_methods/agentEnableDexAbstraction.d.ts +0 -74
  2396. package/script/src/api/exchange/_methods/agentEnableDexAbstraction.d.ts.map +0 -1
  2397. package/script/src/api/exchange/_methods/agentEnableDexAbstraction.js +0 -106
  2398. package/script/src/api/exchange/_methods/agentEnableDexAbstraction.js.map +0 -1
  2399. package/script/src/api/exchange/_methods/agentSetAbstraction.d.ts +0 -126
  2400. package/script/src/api/exchange/_methods/agentSetAbstraction.d.ts.map +0 -1
  2401. package/script/src/api/exchange/_methods/agentSetAbstraction.js +0 -119
  2402. package/script/src/api/exchange/_methods/agentSetAbstraction.js.map +0 -1
  2403. package/script/src/api/exchange/_methods/approveAgent.d.ts +0 -156
  2404. package/script/src/api/exchange/_methods/approveAgent.d.ts.map +0 -1
  2405. package/script/src/api/exchange/_methods/approveAgent.js +0 -147
  2406. package/script/src/api/exchange/_methods/approveAgent.js.map +0 -1
  2407. package/script/src/api/exchange/_methods/approveBuilderFee.d.ts +0 -145
  2408. package/script/src/api/exchange/_methods/approveBuilderFee.d.ts.map +0 -1
  2409. package/script/src/api/exchange/_methods/approveBuilderFee.js +0 -129
  2410. package/script/src/api/exchange/_methods/approveBuilderFee.js.map +0 -1
  2411. package/script/src/api/exchange/_methods/batchModify.d.ts +0 -376
  2412. package/script/src/api/exchange/_methods/batchModify.d.ts.map +0 -1
  2413. package/script/src/api/exchange/_methods/batchModify.js +0 -177
  2414. package/script/src/api/exchange/_methods/batchModify.js.map +0 -1
  2415. package/script/src/api/exchange/_methods/borrowLend.d.ts +0 -127
  2416. package/script/src/api/exchange/_methods/borrowLend.d.ts.map +0 -1
  2417. package/script/src/api/exchange/_methods/borrowLend.js +0 -112
  2418. package/script/src/api/exchange/_methods/borrowLend.js.map +0 -1
  2419. package/script/src/api/exchange/_methods/cDeposit.d.ts +0 -134
  2420. package/script/src/api/exchange/_methods/cDeposit.d.ts.map +0 -1
  2421. package/script/src/api/exchange/_methods/cDeposit.js +0 -126
  2422. package/script/src/api/exchange/_methods/cDeposit.js.map +0 -1
  2423. package/script/src/api/exchange/_methods/cSignerAction.d.ts +0 -151
  2424. package/script/src/api/exchange/_methods/cSignerAction.d.ts.map +0 -1
  2425. package/script/src/api/exchange/_methods/cSignerAction.js +0 -128
  2426. package/script/src/api/exchange/_methods/cSignerAction.js.map +0 -1
  2427. package/script/src/api/exchange/_methods/cValidatorAction.d.ts +0 -419
  2428. package/script/src/api/exchange/_methods/cValidatorAction.d.ts.map +0 -1
  2429. package/script/src/api/exchange/_methods/cValidatorAction.js +0 -171
  2430. package/script/src/api/exchange/_methods/cValidatorAction.js.map +0 -1
  2431. package/script/src/api/exchange/_methods/cWithdraw.d.ts +0 -134
  2432. package/script/src/api/exchange/_methods/cWithdraw.d.ts.map +0 -1
  2433. package/script/src/api/exchange/_methods/cWithdraw.js +0 -126
  2434. package/script/src/api/exchange/_methods/cWithdraw.js.map +0 -1
  2435. package/script/src/api/exchange/_methods/cancel.d.ts +0 -155
  2436. package/script/src/api/exchange/_methods/cancel.d.ts.map +0 -1
  2437. package/script/src/api/exchange/_methods/cancel.js +0 -144
  2438. package/script/src/api/exchange/_methods/cancel.js.map +0 -1
  2439. package/script/src/api/exchange/_methods/cancelByCloid.d.ts +0 -149
  2440. package/script/src/api/exchange/_methods/cancelByCloid.d.ts.map +0 -1
  2441. package/script/src/api/exchange/_methods/cancelByCloid.js +0 -126
  2442. package/script/src/api/exchange/_methods/cancelByCloid.js.map +0 -1
  2443. package/script/src/api/exchange/_methods/claimRewards.d.ts +0 -62
  2444. package/script/src/api/exchange/_methods/claimRewards.d.ts.map +0 -1
  2445. package/script/src/api/exchange/_methods/claimRewards.js +0 -94
  2446. package/script/src/api/exchange/_methods/claimRewards.js.map +0 -1
  2447. package/script/src/api/exchange/_methods/convertToMultiSigUser.d.ts +0 -232
  2448. package/script/src/api/exchange/_methods/convertToMultiSigUser.d.ts.map +0 -1
  2449. package/script/src/api/exchange/_methods/convertToMultiSigUser.js +0 -164
  2450. package/script/src/api/exchange/_methods/convertToMultiSigUser.js.map +0 -1
  2451. package/script/src/api/exchange/_methods/createSubAccount.d.ts +0 -108
  2452. package/script/src/api/exchange/_methods/createSubAccount.d.ts.map +0 -1
  2453. package/script/src/api/exchange/_methods/createSubAccount.js +0 -119
  2454. package/script/src/api/exchange/_methods/createSubAccount.js.map +0 -1
  2455. package/script/src/api/exchange/_methods/createVault.d.ts +0 -146
  2456. package/script/src/api/exchange/_methods/createVault.d.ts.map +0 -1
  2457. package/script/src/api/exchange/_methods/createVault.js +0 -130
  2458. package/script/src/api/exchange/_methods/createVault.js.map +0 -1
  2459. package/script/src/api/exchange/_methods/evmUserModify.d.ts +0 -111
  2460. package/script/src/api/exchange/_methods/evmUserModify.d.ts.map +0 -1
  2461. package/script/src/api/exchange/_methods/evmUserModify.js +0 -114
  2462. package/script/src/api/exchange/_methods/evmUserModify.js.map +0 -1
  2463. package/script/src/api/exchange/_methods/linkStakingUser.d.ts +0 -169
  2464. package/script/src/api/exchange/_methods/linkStakingUser.d.ts.map +0 -1
  2465. package/script/src/api/exchange/_methods/linkStakingUser.js +0 -137
  2466. package/script/src/api/exchange/_methods/linkStakingUser.js.map +0 -1
  2467. package/script/src/api/exchange/_methods/modify.d.ts +0 -339
  2468. package/script/src/api/exchange/_methods/modify.d.ts.map +0 -1
  2469. package/script/src/api/exchange/_methods/modify.js +0 -170
  2470. package/script/src/api/exchange/_methods/modify.js.map +0 -1
  2471. package/script/src/api/exchange/_methods/noop.d.ts +0 -72
  2472. package/script/src/api/exchange/_methods/noop.d.ts.map +0 -1
  2473. package/script/src/api/exchange/_methods/noop.js +0 -104
  2474. package/script/src/api/exchange/_methods/noop.js.map +0 -1
  2475. package/script/src/api/exchange/_methods/order.d.ts +0 -425
  2476. package/script/src/api/exchange/_methods/order.d.ts.map +0 -1
  2477. package/script/src/api/exchange/_methods/order.js +0 -226
  2478. package/script/src/api/exchange/_methods/order.js.map +0 -1
  2479. package/script/src/api/exchange/_methods/perpDeploy.d.ts +0 -1023
  2480. package/script/src/api/exchange/_methods/perpDeploy.d.ts.map +0 -1
  2481. package/script/src/api/exchange/_methods/perpDeploy.js +0 -285
  2482. package/script/src/api/exchange/_methods/perpDeploy.js.map +0 -1
  2483. package/script/src/api/exchange/_methods/registerReferrer.d.ts +0 -103
  2484. package/script/src/api/exchange/_methods/registerReferrer.d.ts.map +0 -1
  2485. package/script/src/api/exchange/_methods/registerReferrer.js +0 -106
  2486. package/script/src/api/exchange/_methods/registerReferrer.js.map +0 -1
  2487. package/script/src/api/exchange/_methods/reserveRequestWeight.d.ts +0 -111
  2488. package/script/src/api/exchange/_methods/reserveRequestWeight.d.ts.map +0 -1
  2489. package/script/src/api/exchange/_methods/reserveRequestWeight.js +0 -114
  2490. package/script/src/api/exchange/_methods/reserveRequestWeight.js.map +0 -1
  2491. package/script/src/api/exchange/_methods/scheduleCancel.d.ts +0 -129
  2492. package/script/src/api/exchange/_methods/scheduleCancel.d.ts.map +0 -1
  2493. package/script/src/api/exchange/_methods/scheduleCancel.js +0 -94
  2494. package/script/src/api/exchange/_methods/scheduleCancel.js.map +0 -1
  2495. package/script/src/api/exchange/_methods/sendAsset.d.ts +0 -195
  2496. package/script/src/api/exchange/_methods/sendAsset.d.ts.map +0 -1
  2497. package/script/src/api/exchange/_methods/sendAsset.js +0 -147
  2498. package/script/src/api/exchange/_methods/sendAsset.js.map +0 -1
  2499. package/script/src/api/exchange/_methods/setDisplayName.d.ts +0 -112
  2500. package/script/src/api/exchange/_methods/setDisplayName.d.ts.map +0 -1
  2501. package/script/src/api/exchange/_methods/setDisplayName.js +0 -109
  2502. package/script/src/api/exchange/_methods/setDisplayName.js.map +0 -1
  2503. package/script/src/api/exchange/_methods/setReferrer.d.ts +0 -103
  2504. package/script/src/api/exchange/_methods/setReferrer.d.ts.map +0 -1
  2505. package/script/src/api/exchange/_methods/setReferrer.js +0 -106
  2506. package/script/src/api/exchange/_methods/setReferrer.js.map +0 -1
  2507. package/script/src/api/exchange/_methods/spotDeploy.d.ts +0 -684
  2508. package/script/src/api/exchange/_methods/spotDeploy.d.ts.map +0 -1
  2509. package/script/src/api/exchange/_methods/spotDeploy.js +0 -223
  2510. package/script/src/api/exchange/_methods/spotDeploy.js.map +0 -1
  2511. package/script/src/api/exchange/_methods/spotSend.d.ts +0 -160
  2512. package/script/src/api/exchange/_methods/spotSend.d.ts.map +0 -1
  2513. package/script/src/api/exchange/_methods/spotSend.js +0 -136
  2514. package/script/src/api/exchange/_methods/spotSend.js.map +0 -1
  2515. package/script/src/api/exchange/_methods/spotUser.d.ts +0 -122
  2516. package/script/src/api/exchange/_methods/spotUser.d.ts.map +0 -1
  2517. package/script/src/api/exchange/_methods/spotUser.js +0 -109
  2518. package/script/src/api/exchange/_methods/spotUser.js.map +0 -1
  2519. package/script/src/api/exchange/_methods/subAccountModify.d.ts +0 -114
  2520. package/script/src/api/exchange/_methods/subAccountModify.d.ts.map +0 -1
  2521. package/script/src/api/exchange/_methods/subAccountModify.js +0 -108
  2522. package/script/src/api/exchange/_methods/subAccountModify.js.map +0 -1
  2523. package/script/src/api/exchange/_methods/subAccountSpotTransfer.d.ts +0 -141
  2524. package/script/src/api/exchange/_methods/subAccountSpotTransfer.d.ts.map +0 -1
  2525. package/script/src/api/exchange/_methods/subAccountSpotTransfer.js +0 -117
  2526. package/script/src/api/exchange/_methods/subAccountSpotTransfer.js.map +0 -1
  2527. package/script/src/api/exchange/_methods/subAccountTransfer.d.ts +0 -125
  2528. package/script/src/api/exchange/_methods/subAccountTransfer.d.ts.map +0 -1
  2529. package/script/src/api/exchange/_methods/subAccountTransfer.js +0 -110
  2530. package/script/src/api/exchange/_methods/subAccountTransfer.js.map +0 -1
  2531. package/script/src/api/exchange/_methods/tokenDelegate.d.ts +0 -156
  2532. package/script/src/api/exchange/_methods/tokenDelegate.d.ts.map +0 -1
  2533. package/script/src/api/exchange/_methods/tokenDelegate.js +0 -132
  2534. package/script/src/api/exchange/_methods/tokenDelegate.js.map +0 -1
  2535. package/script/src/api/exchange/_methods/twapCancel.d.ts +0 -132
  2536. package/script/src/api/exchange/_methods/twapCancel.d.ts.map +0 -1
  2537. package/script/src/api/exchange/_methods/twapCancel.js +0 -137
  2538. package/script/src/api/exchange/_methods/twapCancel.js.map +0 -1
  2539. package/script/src/api/exchange/_methods/twapOrder.d.ts +0 -210
  2540. package/script/src/api/exchange/_methods/twapOrder.d.ts.map +0 -1
  2541. package/script/src/api/exchange/_methods/twapOrder.js +0 -163
  2542. package/script/src/api/exchange/_methods/twapOrder.js.map +0 -1
  2543. package/script/src/api/exchange/_methods/updateIsolatedMargin.d.ts +0 -135
  2544. package/script/src/api/exchange/_methods/updateIsolatedMargin.d.ts.map +0 -1
  2545. package/script/src/api/exchange/_methods/updateIsolatedMargin.js +0 -120
  2546. package/script/src/api/exchange/_methods/updateIsolatedMargin.js.map +0 -1
  2547. package/script/src/api/exchange/_methods/updateLeverage.d.ts +0 -135
  2548. package/script/src/api/exchange/_methods/updateLeverage.d.ts.map +0 -1
  2549. package/script/src/api/exchange/_methods/updateLeverage.js +0 -120
  2550. package/script/src/api/exchange/_methods/updateLeverage.js.map +0 -1
  2551. package/script/src/api/exchange/_methods/usdClassTransfer.d.ts +0 -145
  2552. package/script/src/api/exchange/_methods/usdClassTransfer.d.ts.map +0 -1
  2553. package/script/src/api/exchange/_methods/usdClassTransfer.js +0 -129
  2554. package/script/src/api/exchange/_methods/usdClassTransfer.js.map +0 -1
  2555. package/script/src/api/exchange/_methods/usdSend.d.ts +0 -145
  2556. package/script/src/api/exchange/_methods/usdSend.d.ts.map +0 -1
  2557. package/script/src/api/exchange/_methods/usdSend.js +0 -129
  2558. package/script/src/api/exchange/_methods/usdSend.js.map +0 -1
  2559. package/script/src/api/exchange/_methods/userDexAbstraction.d.ts +0 -147
  2560. package/script/src/api/exchange/_methods/userDexAbstraction.d.ts.map +0 -1
  2561. package/script/src/api/exchange/_methods/userDexAbstraction.js +0 -131
  2562. package/script/src/api/exchange/_methods/userDexAbstraction.js.map +0 -1
  2563. package/script/src/api/exchange/_methods/userPortfolioMargin.d.ts +0 -145
  2564. package/script/src/api/exchange/_methods/userPortfolioMargin.d.ts.map +0 -1
  2565. package/script/src/api/exchange/_methods/userPortfolioMargin.js +0 -129
  2566. package/script/src/api/exchange/_methods/userPortfolioMargin.js.map +0 -1
  2567. package/script/src/api/exchange/_methods/userSetAbstraction.d.ts +0 -145
  2568. package/script/src/api/exchange/_methods/userSetAbstraction.d.ts.map +0 -1
  2569. package/script/src/api/exchange/_methods/userSetAbstraction.js +0 -129
  2570. package/script/src/api/exchange/_methods/userSetAbstraction.js.map +0 -1
  2571. package/script/src/api/exchange/_methods/validatorL1Stream.d.ts +0 -111
  2572. package/script/src/api/exchange/_methods/validatorL1Stream.d.ts.map +0 -1
  2573. package/script/src/api/exchange/_methods/validatorL1Stream.js +0 -114
  2574. package/script/src/api/exchange/_methods/validatorL1Stream.js.map +0 -1
  2575. package/script/src/api/exchange/_methods/vaultDistribute.d.ts +0 -123
  2576. package/script/src/api/exchange/_methods/vaultDistribute.d.ts.map +0 -1
  2577. package/script/src/api/exchange/_methods/vaultDistribute.js +0 -111
  2578. package/script/src/api/exchange/_methods/vaultDistribute.js.map +0 -1
  2579. package/script/src/api/exchange/_methods/vaultModify.d.ts +0 -129
  2580. package/script/src/api/exchange/_methods/vaultModify.d.ts.map +0 -1
  2581. package/script/src/api/exchange/_methods/vaultModify.js +0 -114
  2582. package/script/src/api/exchange/_methods/vaultModify.js.map +0 -1
  2583. package/script/src/api/exchange/_methods/vaultTransfer.d.ts +0 -133
  2584. package/script/src/api/exchange/_methods/vaultTransfer.d.ts.map +0 -1
  2585. package/script/src/api/exchange/_methods/vaultTransfer.js +0 -118
  2586. package/script/src/api/exchange/_methods/vaultTransfer.js.map +0 -1
  2587. package/script/src/api/exchange/_methods/withdraw3.d.ts +0 -145
  2588. package/script/src/api/exchange/_methods/withdraw3.d.ts.map +0 -1
  2589. package/script/src/api/exchange/_methods/withdraw3.js +0 -129
  2590. package/script/src/api/exchange/_methods/withdraw3.js.map +0 -1
  2591. package/script/src/api/exchange/client.d.ts +0 -1476
  2592. package/script/src/api/exchange/client.d.ts.map +0 -1
  2593. package/script/src/api/exchange/client.js +0 -1512
  2594. package/script/src/api/exchange/client.js.map +0 -1
  2595. package/script/src/api/exchange/mod.d.ts +0 -90
  2596. package/script/src/api/exchange/mod.d.ts.map +0 -1
  2597. package/script/src/api/exchange/mod.js +0 -107
  2598. package/script/src/api/exchange/mod.js.map +0 -1
  2599. package/script/src/api/info/_methods/_base/commonSchemas.d.ts +0 -247
  2600. package/script/src/api/info/_methods/_base/commonSchemas.d.ts.map +0 -1
  2601. package/script/src/api/info/_methods/_base/commonSchemas.js +0 -339
  2602. package/script/src/api/info/_methods/_base/commonSchemas.js.map +0 -1
  2603. package/script/src/api/info/_methods/_base/types.d.ts +0 -7
  2604. package/script/src/api/info/_methods/_base/types.d.ts.map +0 -1
  2605. package/script/src/api/info/_methods/_base/types.js +0 -3
  2606. package/script/src/api/info/_methods/_base/types.js.map +0 -1
  2607. package/script/src/api/info/_methods/activeAssetData.d.ts +0 -77
  2608. package/script/src/api/info/_methods/activeAssetData.d.ts.map +0 -1
  2609. package/script/src/api/info/_methods/activeAssetData.js +0 -126
  2610. package/script/src/api/info/_methods/activeAssetData.js.map +0 -1
  2611. package/script/src/api/info/_methods/alignedQuoteTokenInfo.d.ts +0 -57
  2612. package/script/src/api/info/_methods/alignedQuoteTokenInfo.d.ts.map +0 -1
  2613. package/script/src/api/info/_methods/alignedQuoteTokenInfo.js +0 -106
  2614. package/script/src/api/info/_methods/alignedQuoteTokenInfo.js.map +0 -1
  2615. package/script/src/api/info/_methods/allBorrowLendReserveStates.d.ts +0 -51
  2616. package/script/src/api/info/_methods/allBorrowLendReserveStates.d.ts.map +0 -1
  2617. package/script/src/api/info/_methods/allBorrowLendReserveStates.js +0 -90
  2618. package/script/src/api/info/_methods/allBorrowLendReserveStates.js.map +0 -1
  2619. package/script/src/api/info/_methods/allMids.d.ts +0 -48
  2620. package/script/src/api/info/_methods/allMids.d.ts.map +0 -1
  2621. package/script/src/api/info/_methods/allMids.js +0 -71
  2622. package/script/src/api/info/_methods/allMids.js.map +0 -1
  2623. package/script/src/api/info/_methods/allPerpMetas.d.ts +0 -58
  2624. package/script/src/api/info/_methods/allPerpMetas.d.ts.map +0 -1
  2625. package/script/src/api/info/_methods/allPerpMetas.js +0 -85
  2626. package/script/src/api/info/_methods/allPerpMetas.js.map +0 -1
  2627. package/script/src/api/info/_methods/blockDetails.d.ts +0 -72
  2628. package/script/src/api/info/_methods/blockDetails.d.ts.map +0 -1
  2629. package/script/src/api/info/_methods/blockDetails.js +0 -110
  2630. package/script/src/api/info/_methods/blockDetails.js.map +0 -1
  2631. package/script/src/api/info/_methods/borrowLendReserveState.d.ts +0 -67
  2632. package/script/src/api/info/_methods/borrowLendReserveState.d.ts.map +0 -1
  2633. package/script/src/api/info/_methods/borrowLendReserveState.js +0 -113
  2634. package/script/src/api/info/_methods/borrowLendReserveState.js.map +0 -1
  2635. package/script/src/api/info/_methods/borrowLendUserState.d.ts +0 -72
  2636. package/script/src/api/info/_methods/borrowLendUserState.d.ts.map +0 -1
  2637. package/script/src/api/info/_methods/borrowLendUserState.js +0 -121
  2638. package/script/src/api/info/_methods/borrowLendUserState.js.map +0 -1
  2639. package/script/src/api/info/_methods/candleSnapshot.d.ts +0 -80
  2640. package/script/src/api/info/_methods/candleSnapshot.d.ts.map +0 -1
  2641. package/script/src/api/info/_methods/candleSnapshot.js +0 -126
  2642. package/script/src/api/info/_methods/candleSnapshot.js.map +0 -1
  2643. package/script/src/api/info/_methods/clearinghouseState.d.ts +0 -130
  2644. package/script/src/api/info/_methods/clearinghouseState.d.ts.map +0 -1
  2645. package/script/src/api/info/_methods/clearinghouseState.js +0 -179
  2646. package/script/src/api/info/_methods/clearinghouseState.js.map +0 -1
  2647. package/script/src/api/info/_methods/delegations.d.ts +0 -57
  2648. package/script/src/api/info/_methods/delegations.d.ts.map +0 -1
  2649. package/script/src/api/info/_methods/delegations.js +0 -103
  2650. package/script/src/api/info/_methods/delegations.js.map +0 -1
  2651. package/script/src/api/info/_methods/delegatorHistory.d.ts +0 -81
  2652. package/script/src/api/info/_methods/delegatorHistory.d.ts.map +0 -1
  2653. package/script/src/api/info/_methods/delegatorHistory.js +0 -131
  2654. package/script/src/api/info/_methods/delegatorHistory.js.map +0 -1
  2655. package/script/src/api/info/_methods/delegatorRewards.d.ts +0 -57
  2656. package/script/src/api/info/_methods/delegatorRewards.d.ts.map +0 -1
  2657. package/script/src/api/info/_methods/delegatorRewards.js +0 -103
  2658. package/script/src/api/info/_methods/delegatorRewards.js.map +0 -1
  2659. package/script/src/api/info/_methods/delegatorSummary.d.ts +0 -59
  2660. package/script/src/api/info/_methods/delegatorSummary.d.ts.map +0 -1
  2661. package/script/src/api/info/_methods/delegatorSummary.js +0 -105
  2662. package/script/src/api/info/_methods/delegatorSummary.js.map +0 -1
  2663. package/script/src/api/info/_methods/exchangeStatus.d.ts +0 -43
  2664. package/script/src/api/info/_methods/exchangeStatus.d.ts.map +0 -1
  2665. package/script/src/api/info/_methods/exchangeStatus.js +0 -90
  2666. package/script/src/api/info/_methods/exchangeStatus.js.map +0 -1
  2667. package/script/src/api/info/_methods/extraAgents.d.ts +0 -53
  2668. package/script/src/api/info/_methods/extraAgents.d.ts.map +0 -1
  2669. package/script/src/api/info/_methods/extraAgents.js +0 -99
  2670. package/script/src/api/info/_methods/extraAgents.js.map +0 -1
  2671. package/script/src/api/info/_methods/frontendOpenOrders.d.ts +0 -69
  2672. package/script/src/api/info/_methods/frontendOpenOrders.d.ts.map +0 -1
  2673. package/script/src/api/info/_methods/frontendOpenOrders.js +0 -99
  2674. package/script/src/api/info/_methods/frontendOpenOrders.js.map +0 -1
  2675. package/script/src/api/info/_methods/fundingHistory.d.ts +0 -63
  2676. package/script/src/api/info/_methods/fundingHistory.d.ts.map +0 -1
  2677. package/script/src/api/info/_methods/fundingHistory.js +0 -109
  2678. package/script/src/api/info/_methods/fundingHistory.js.map +0 -1
  2679. package/script/src/api/info/_methods/gossipRootIps.d.ts +0 -38
  2680. package/script/src/api/info/_methods/gossipRootIps.d.ts.map +0 -1
  2681. package/script/src/api/info/_methods/gossipRootIps.js +0 -84
  2682. package/script/src/api/info/_methods/gossipRootIps.js.map +0 -1
  2683. package/script/src/api/info/_methods/historicalOrders.d.ts +0 -105
  2684. package/script/src/api/info/_methods/historicalOrders.d.ts.map +0 -1
  2685. package/script/src/api/info/_methods/historicalOrders.js +0 -135
  2686. package/script/src/api/info/_methods/historicalOrders.js.map +0 -1
  2687. package/script/src/api/info/_methods/isVip.d.ts +0 -46
  2688. package/script/src/api/info/_methods/isVip.d.ts.map +0 -1
  2689. package/script/src/api/info/_methods/isVip.js +0 -92
  2690. package/script/src/api/info/_methods/isVip.js.map +0 -1
  2691. package/script/src/api/info/_methods/l2Book.d.ts +0 -77
  2692. package/script/src/api/info/_methods/l2Book.d.ts.map +0 -1
  2693. package/script/src/api/info/_methods/l2Book.js +0 -119
  2694. package/script/src/api/info/_methods/l2Book.js.map +0 -1
  2695. package/script/src/api/info/_methods/leadingVaults.d.ts +0 -51
  2696. package/script/src/api/info/_methods/leadingVaults.d.ts.map +0 -1
  2697. package/script/src/api/info/_methods/leadingVaults.js +0 -97
  2698. package/script/src/api/info/_methods/leadingVaults.js.map +0 -1
  2699. package/script/src/api/info/_methods/legalCheck.d.ts +0 -53
  2700. package/script/src/api/info/_methods/legalCheck.d.ts.map +0 -1
  2701. package/script/src/api/info/_methods/legalCheck.js +0 -99
  2702. package/script/src/api/info/_methods/legalCheck.js.map +0 -1
  2703. package/script/src/api/info/_methods/liquidatable.d.ts +0 -38
  2704. package/script/src/api/info/_methods/liquidatable.d.ts.map +0 -1
  2705. package/script/src/api/info/_methods/liquidatable.js +0 -84
  2706. package/script/src/api/info/_methods/liquidatable.js.map +0 -1
  2707. package/script/src/api/info/_methods/marginTable.d.ts +0 -56
  2708. package/script/src/api/info/_methods/marginTable.d.ts.map +0 -1
  2709. package/script/src/api/info/_methods/marginTable.js +0 -102
  2710. package/script/src/api/info/_methods/marginTable.js.map +0 -1
  2711. package/script/src/api/info/_methods/maxBuilderFee.d.ts +0 -52
  2712. package/script/src/api/info/_methods/maxBuilderFee.d.ts.map +0 -1
  2713. package/script/src/api/info/_methods/maxBuilderFee.js +0 -98
  2714. package/script/src/api/info/_methods/maxBuilderFee.js.map +0 -1
  2715. package/script/src/api/info/_methods/maxMarketOrderNtls.d.ts +0 -38
  2716. package/script/src/api/info/_methods/maxMarketOrderNtls.d.ts.map +0 -1
  2717. package/script/src/api/info/_methods/maxMarketOrderNtls.js +0 -85
  2718. package/script/src/api/info/_methods/maxMarketOrderNtls.js.map +0 -1
  2719. package/script/src/api/info/_methods/meta.d.ts +0 -80
  2720. package/script/src/api/info/_methods/meta.d.ts.map +0 -1
  2721. package/script/src/api/info/_methods/meta.js +0 -98
  2722. package/script/src/api/info/_methods/meta.js.map +0 -1
  2723. package/script/src/api/info/_methods/metaAndAssetCtxs.d.ts +0 -78
  2724. package/script/src/api/info/_methods/metaAndAssetCtxs.d.ts.map +0 -1
  2725. package/script/src/api/info/_methods/metaAndAssetCtxs.js +0 -72
  2726. package/script/src/api/info/_methods/metaAndAssetCtxs.js.map +0 -1
  2727. package/script/src/api/info/_methods/openOrders.d.ts +0 -62
  2728. package/script/src/api/info/_methods/openOrders.d.ts.map +0 -1
  2729. package/script/src/api/info/_methods/openOrders.js +0 -99
  2730. package/script/src/api/info/_methods/openOrders.js.map +0 -1
  2731. package/script/src/api/info/_methods/orderStatus.d.ts +0 -117
  2732. package/script/src/api/info/_methods/orderStatus.d.ts.map +0 -1
  2733. package/script/src/api/info/_methods/orderStatus.js +0 -150
  2734. package/script/src/api/info/_methods/orderStatus.js.map +0 -1
  2735. package/script/src/api/info/_methods/perpDeployAuctionStatus.d.ts +0 -53
  2736. package/script/src/api/info/_methods/perpDeployAuctionStatus.d.ts.map +0 -1
  2737. package/script/src/api/info/_methods/perpDeployAuctionStatus.js +0 -100
  2738. package/script/src/api/info/_methods/perpDeployAuctionStatus.js.map +0 -1
  2739. package/script/src/api/info/_methods/perpDexLimits.d.ts +0 -59
  2740. package/script/src/api/info/_methods/perpDexLimits.d.ts.map +0 -1
  2741. package/script/src/api/info/_methods/perpDexLimits.js +0 -105
  2742. package/script/src/api/info/_methods/perpDexLimits.js.map +0 -1
  2743. package/script/src/api/info/_methods/perpDexStatus.d.ts +0 -50
  2744. package/script/src/api/info/_methods/perpDexStatus.d.ts.map +0 -1
  2745. package/script/src/api/info/_methods/perpDexStatus.js +0 -96
  2746. package/script/src/api/info/_methods/perpDexStatus.js.map +0 -1
  2747. package/script/src/api/info/_methods/perpDexs.d.ts +0 -65
  2748. package/script/src/api/info/_methods/perpDexs.d.ts.map +0 -1
  2749. package/script/src/api/info/_methods/perpDexs.js +0 -114
  2750. package/script/src/api/info/_methods/perpDexs.js.map +0 -1
  2751. package/script/src/api/info/_methods/perpsAtOpenInterestCap.d.ts +0 -48
  2752. package/script/src/api/info/_methods/perpsAtOpenInterestCap.d.ts.map +0 -1
  2753. package/script/src/api/info/_methods/perpsAtOpenInterestCap.js +0 -70
  2754. package/script/src/api/info/_methods/perpsAtOpenInterestCap.js.map +0 -1
  2755. package/script/src/api/info/_methods/portfolio.d.ts +0 -106
  2756. package/script/src/api/info/_methods/portfolio.d.ts.map +0 -1
  2757. package/script/src/api/info/_methods/portfolio.js +0 -116
  2758. package/script/src/api/info/_methods/portfolio.js.map +0 -1
  2759. package/script/src/api/info/_methods/preTransferCheck.d.ts +0 -57
  2760. package/script/src/api/info/_methods/preTransferCheck.d.ts.map +0 -1
  2761. package/script/src/api/info/_methods/preTransferCheck.js +0 -103
  2762. package/script/src/api/info/_methods/preTransferCheck.js.map +0 -1
  2763. package/script/src/api/info/_methods/predictedFundings.d.ts +0 -49
  2764. package/script/src/api/info/_methods/predictedFundings.d.ts.map +0 -1
  2765. package/script/src/api/info/_methods/predictedFundings.js +0 -106
  2766. package/script/src/api/info/_methods/predictedFundings.js.map +0 -1
  2767. package/script/src/api/info/_methods/recentTrades.d.ts +0 -63
  2768. package/script/src/api/info/_methods/recentTrades.d.ts.map +0 -1
  2769. package/script/src/api/info/_methods/recentTrades.js +0 -109
  2770. package/script/src/api/info/_methods/recentTrades.js.map +0 -1
  2771. package/script/src/api/info/_methods/referral.d.ts +0 -133
  2772. package/script/src/api/info/_methods/referral.d.ts.map +0 -1
  2773. package/script/src/api/info/_methods/referral.js +0 -189
  2774. package/script/src/api/info/_methods/referral.js.map +0 -1
  2775. package/script/src/api/info/_methods/spotClearinghouseState.d.ts +0 -75
  2776. package/script/src/api/info/_methods/spotClearinghouseState.d.ts.map +0 -1
  2777. package/script/src/api/info/_methods/spotClearinghouseState.js +0 -121
  2778. package/script/src/api/info/_methods/spotClearinghouseState.js.map +0 -1
  2779. package/script/src/api/info/_methods/spotDeployState.d.ts +0 -91
  2780. package/script/src/api/info/_methods/spotDeployState.d.ts.map +0 -1
  2781. package/script/src/api/info/_methods/spotDeployState.js +0 -132
  2782. package/script/src/api/info/_methods/spotDeployState.js.map +0 -1
  2783. package/script/src/api/info/_methods/spotMeta.d.ts +0 -109
  2784. package/script/src/api/info/_methods/spotMeta.d.ts.map +0 -1
  2785. package/script/src/api/info/_methods/spotMeta.js +0 -156
  2786. package/script/src/api/info/_methods/spotMeta.js.map +0 -1
  2787. package/script/src/api/info/_methods/spotMetaAndAssetCtxs.d.ts +0 -88
  2788. package/script/src/api/info/_methods/spotMetaAndAssetCtxs.d.ts.map +0 -1
  2789. package/script/src/api/info/_methods/spotMetaAndAssetCtxs.js +0 -90
  2790. package/script/src/api/info/_methods/spotMetaAndAssetCtxs.js.map +0 -1
  2791. package/script/src/api/info/_methods/spotPairDeployAuctionStatus.d.ts +0 -48
  2792. package/script/src/api/info/_methods/spotPairDeployAuctionStatus.d.ts.map +0 -1
  2793. package/script/src/api/info/_methods/spotPairDeployAuctionStatus.js +0 -89
  2794. package/script/src/api/info/_methods/spotPairDeployAuctionStatus.js.map +0 -1
  2795. package/script/src/api/info/_methods/subAccounts.d.ts +0 -117
  2796. package/script/src/api/info/_methods/subAccounts.d.ts.map +0 -1
  2797. package/script/src/api/info/_methods/subAccounts.js +0 -109
  2798. package/script/src/api/info/_methods/subAccounts.js.map +0 -1
  2799. package/script/src/api/info/_methods/subAccounts2.d.ts +0 -156
  2800. package/script/src/api/info/_methods/subAccounts2.d.ts.map +0 -1
  2801. package/script/src/api/info/_methods/subAccounts2.js +0 -105
  2802. package/script/src/api/info/_methods/subAccounts2.js.map +0 -1
  2803. package/script/src/api/info/_methods/tokenDetails.d.ts +0 -90
  2804. package/script/src/api/info/_methods/tokenDetails.d.ts.map +0 -1
  2805. package/script/src/api/info/_methods/tokenDetails.js +0 -136
  2806. package/script/src/api/info/_methods/tokenDetails.js.map +0 -1
  2807. package/script/src/api/info/_methods/twapHistory.d.ts +0 -80
  2808. package/script/src/api/info/_methods/twapHistory.d.ts.map +0 -1
  2809. package/script/src/api/info/_methods/twapHistory.js +0 -119
  2810. package/script/src/api/info/_methods/twapHistory.js.map +0 -1
  2811. package/script/src/api/info/_methods/txDetails.d.ts +0 -59
  2812. package/script/src/api/info/_methods/txDetails.d.ts.map +0 -1
  2813. package/script/src/api/info/_methods/txDetails.js +0 -97
  2814. package/script/src/api/info/_methods/txDetails.js.map +0 -1
  2815. package/script/src/api/info/_methods/userBorrowLendInterest.d.ts +0 -63
  2816. package/script/src/api/info/_methods/userBorrowLendInterest.d.ts.map +0 -1
  2817. package/script/src/api/info/_methods/userBorrowLendInterest.js +0 -109
  2818. package/script/src/api/info/_methods/userBorrowLendInterest.js.map +0 -1
  2819. package/script/src/api/info/_methods/userDetails.d.ts +0 -59
  2820. package/script/src/api/info/_methods/userDetails.d.ts.map +0 -1
  2821. package/script/src/api/info/_methods/userDetails.js +0 -97
  2822. package/script/src/api/info/_methods/userDetails.js.map +0 -1
  2823. package/script/src/api/info/_methods/userDexAbstraction.d.ts +0 -50
  2824. package/script/src/api/info/_methods/userDexAbstraction.d.ts.map +0 -1
  2825. package/script/src/api/info/_methods/userDexAbstraction.js +0 -96
  2826. package/script/src/api/info/_methods/userDexAbstraction.js.map +0 -1
  2827. package/script/src/api/info/_methods/userFees.d.ts +0 -148
  2828. package/script/src/api/info/_methods/userFees.d.ts.map +0 -1
  2829. package/script/src/api/info/_methods/userFees.js +0 -194
  2830. package/script/src/api/info/_methods/userFees.js.map +0 -1
  2831. package/script/src/api/info/_methods/userFills.d.ts +0 -81
  2832. package/script/src/api/info/_methods/userFills.d.ts.map +0 -1
  2833. package/script/src/api/info/_methods/userFills.js +0 -114
  2834. package/script/src/api/info/_methods/userFills.js.map +0 -1
  2835. package/script/src/api/info/_methods/userFillsByTime.d.ts +0 -80
  2836. package/script/src/api/info/_methods/userFillsByTime.d.ts.map +0 -1
  2837. package/script/src/api/info/_methods/userFillsByTime.js +0 -103
  2838. package/script/src/api/info/_methods/userFillsByTime.js.map +0 -1
  2839. package/script/src/api/info/_methods/userFunding.d.ts +0 -74
  2840. package/script/src/api/info/_methods/userFunding.d.ts.map +0 -1
  2841. package/script/src/api/info/_methods/userFunding.js +0 -120
  2842. package/script/src/api/info/_methods/userFunding.js.map +0 -1
  2843. package/script/src/api/info/_methods/userNonFundingLedgerUpdates.d.ts +0 -254
  2844. package/script/src/api/info/_methods/userNonFundingLedgerUpdates.d.ts.map +0 -1
  2845. package/script/src/api/info/_methods/userNonFundingLedgerUpdates.js +0 -337
  2846. package/script/src/api/info/_methods/userNonFundingLedgerUpdates.js.map +0 -1
  2847. package/script/src/api/info/_methods/userRateLimit.d.ts +0 -59
  2848. package/script/src/api/info/_methods/userRateLimit.d.ts.map +0 -1
  2849. package/script/src/api/info/_methods/userRateLimit.js +0 -105
  2850. package/script/src/api/info/_methods/userRateLimit.js.map +0 -1
  2851. package/script/src/api/info/_methods/userRole.d.ts +0 -69
  2852. package/script/src/api/info/_methods/userRole.d.ts.map +0 -1
  2853. package/script/src/api/info/_methods/userRole.js +0 -119
  2854. package/script/src/api/info/_methods/userRole.js.map +0 -1
  2855. package/script/src/api/info/_methods/userToMultiSigSigners.d.ts +0 -51
  2856. package/script/src/api/info/_methods/userToMultiSigSigners.d.ts.map +0 -1
  2857. package/script/src/api/info/_methods/userToMultiSigSigners.js +0 -97
  2858. package/script/src/api/info/_methods/userToMultiSigSigners.js.map +0 -1
  2859. package/script/src/api/info/_methods/userTwapSliceFills.d.ts +0 -72
  2860. package/script/src/api/info/_methods/userTwapSliceFills.d.ts.map +0 -1
  2861. package/script/src/api/info/_methods/userTwapSliceFills.js +0 -102
  2862. package/script/src/api/info/_methods/userTwapSliceFills.js.map +0 -1
  2863. package/script/src/api/info/_methods/userTwapSliceFillsByTime.d.ts +0 -73
  2864. package/script/src/api/info/_methods/userTwapSliceFillsByTime.d.ts.map +0 -1
  2865. package/script/src/api/info/_methods/userTwapSliceFillsByTime.js +0 -100
  2866. package/script/src/api/info/_methods/userTwapSliceFillsByTime.js.map +0 -1
  2867. package/script/src/api/info/_methods/userVaultEquities.d.ts +0 -57
  2868. package/script/src/api/info/_methods/userVaultEquities.d.ts.map +0 -1
  2869. package/script/src/api/info/_methods/userVaultEquities.js +0 -103
  2870. package/script/src/api/info/_methods/userVaultEquities.js.map +0 -1
  2871. package/script/src/api/info/_methods/validatorL1Votes.d.ts +0 -49
  2872. package/script/src/api/info/_methods/validatorL1Votes.d.ts.map +0 -1
  2873. package/script/src/api/info/_methods/validatorL1Votes.js +0 -101
  2874. package/script/src/api/info/_methods/validatorL1Votes.js.map +0 -1
  2875. package/script/src/api/info/_methods/validatorSummaries.d.ts +0 -82
  2876. package/script/src/api/info/_methods/validatorSummaries.d.ts.map +0 -1
  2877. package/script/src/api/info/_methods/validatorSummaries.js +0 -123
  2878. package/script/src/api/info/_methods/validatorSummaries.js.map +0 -1
  2879. package/script/src/api/info/_methods/vaultDetails.d.ts +0 -154
  2880. package/script/src/api/info/_methods/vaultDetails.d.ts.map +0 -1
  2881. package/script/src/api/info/_methods/vaultDetails.js +0 -163
  2882. package/script/src/api/info/_methods/vaultDetails.js.map +0 -1
  2883. package/script/src/api/info/_methods/vaultSummaries.d.ts +0 -60
  2884. package/script/src/api/info/_methods/vaultSummaries.d.ts.map +0 -1
  2885. package/script/src/api/info/_methods/vaultSummaries.js +0 -101
  2886. package/script/src/api/info/_methods/vaultSummaries.js.map +0 -1
  2887. package/script/src/api/info/_methods/webData2.d.ts +0 -208
  2888. package/script/src/api/info/_methods/webData2.d.ts.map +0 -1
  2889. package/script/src/api/info/_methods/webData2.js +0 -134
  2890. package/script/src/api/info/_methods/webData2.js.map +0 -1
  2891. package/script/src/api/info/client.d.ts +0 -1812
  2892. package/script/src/api/info/client.d.ts.map +0 -1
  2893. package/script/src/api/info/client.js +0 -1806
  2894. package/script/src/api/info/client.js.map +0 -1
  2895. package/script/src/api/info/mod.d.ts +0 -96
  2896. package/script/src/api/info/mod.d.ts.map +0 -1
  2897. package/script/src/api/info/mod.js +0 -111
  2898. package/script/src/api/info/mod.js.map +0 -1
  2899. package/script/src/api/subscription/_methods/_types.d.ts.map +0 -1
  2900. package/script/src/api/subscription/_methods/_types.js.map +0 -1
  2901. package/script/src/api/subscription/_methods/activeAssetCtx.d.ts +0 -62
  2902. package/script/src/api/subscription/_methods/activeAssetCtx.d.ts.map +0 -1
  2903. package/script/src/api/subscription/_methods/activeAssetCtx.js +0 -97
  2904. package/script/src/api/subscription/_methods/activeAssetCtx.js.map +0 -1
  2905. package/script/src/api/subscription/_methods/activeAssetData.d.ts +0 -62
  2906. package/script/src/api/subscription/_methods/activeAssetData.d.ts.map +0 -1
  2907. package/script/src/api/subscription/_methods/activeAssetData.js +0 -95
  2908. package/script/src/api/subscription/_methods/activeAssetData.js.map +0 -1
  2909. package/script/src/api/subscription/_methods/activeSpotAssetCtx.d.ts +0 -59
  2910. package/script/src/api/subscription/_methods/activeSpotAssetCtx.d.ts.map +0 -1
  2911. package/script/src/api/subscription/_methods/activeSpotAssetCtx.js +0 -96
  2912. package/script/src/api/subscription/_methods/activeSpotAssetCtx.js.map +0 -1
  2913. package/script/src/api/subscription/_methods/allDexsAssetCtxs.d.ts +0 -54
  2914. package/script/src/api/subscription/_methods/allDexsAssetCtxs.d.ts.map +0 -1
  2915. package/script/src/api/subscription/_methods/allDexsAssetCtxs.js +0 -91
  2916. package/script/src/api/subscription/_methods/allDexsAssetCtxs.js.map +0 -1
  2917. package/script/src/api/subscription/_methods/allDexsClearinghouseState.d.ts +0 -94
  2918. package/script/src/api/subscription/_methods/allDexsClearinghouseState.d.ts.map +0 -1
  2919. package/script/src/api/subscription/_methods/allDexsClearinghouseState.js +0 -101
  2920. package/script/src/api/subscription/_methods/allDexsClearinghouseState.js.map +0 -1
  2921. package/script/src/api/subscription/_methods/allMids.d.ts +0 -51
  2922. package/script/src/api/subscription/_methods/allMids.d.ts.map +0 -1
  2923. package/script/src/api/subscription/_methods/allMids.js +0 -75
  2924. package/script/src/api/subscription/_methods/allMids.js.map +0 -1
  2925. package/script/src/api/subscription/_methods/assetCtxs.d.ts +0 -62
  2926. package/script/src/api/subscription/_methods/assetCtxs.d.ts.map +0 -1
  2927. package/script/src/api/subscription/_methods/assetCtxs.js +0 -75
  2928. package/script/src/api/subscription/_methods/assetCtxs.js.map +0 -1
  2929. package/script/src/api/subscription/_methods/bbo.d.ts +0 -67
  2930. package/script/src/api/subscription/_methods/bbo.d.ts.map +0 -1
  2931. package/script/src/api/subscription/_methods/bbo.js +0 -109
  2932. package/script/src/api/subscription/_methods/bbo.js.map +0 -1
  2933. package/script/src/api/subscription/_methods/candle.d.ts +0 -69
  2934. package/script/src/api/subscription/_methods/candle.d.ts.map +0 -1
  2935. package/script/src/api/subscription/_methods/candle.js +0 -115
  2936. package/script/src/api/subscription/_methods/candle.js.map +0 -1
  2937. package/script/src/api/subscription/_methods/clearinghouseState.d.ts +0 -98
  2938. package/script/src/api/subscription/_methods/clearinghouseState.d.ts.map +0 -1
  2939. package/script/src/api/subscription/_methods/clearinghouseState.js +0 -106
  2940. package/script/src/api/subscription/_methods/clearinghouseState.js.map +0 -1
  2941. package/script/src/api/subscription/_methods/explorerBlock.d.ts +0 -51
  2942. package/script/src/api/subscription/_methods/explorerBlock.d.ts.map +0 -1
  2943. package/script/src/api/subscription/_methods/explorerBlock.js +0 -97
  2944. package/script/src/api/subscription/_methods/explorerBlock.js.map +0 -1
  2945. package/script/src/api/subscription/_methods/explorerTxs.d.ts +0 -48
  2946. package/script/src/api/subscription/_methods/explorerTxs.d.ts.map +0 -1
  2947. package/script/src/api/subscription/_methods/explorerTxs.js +0 -85
  2948. package/script/src/api/subscription/_methods/explorerTxs.js.map +0 -1
  2949. package/script/src/api/subscription/_methods/l2Book.d.ts +0 -73
  2950. package/script/src/api/subscription/_methods/l2Book.d.ts.map +0 -1
  2951. package/script/src/api/subscription/_methods/l2Book.js +0 -120
  2952. package/script/src/api/subscription/_methods/l2Book.js.map +0 -1
  2953. package/script/src/api/subscription/_methods/notification.d.ts +0 -49
  2954. package/script/src/api/subscription/_methods/notification.d.ts.map +0 -1
  2955. package/script/src/api/subscription/_methods/notification.js +0 -93
  2956. package/script/src/api/subscription/_methods/notification.js.map +0 -1
  2957. package/script/src/api/subscription/_methods/openOrders.d.ts +0 -72
  2958. package/script/src/api/subscription/_methods/openOrders.d.ts.map +0 -1
  2959. package/script/src/api/subscription/_methods/openOrders.js +0 -106
  2960. package/script/src/api/subscription/_methods/openOrders.js.map +0 -1
  2961. package/script/src/api/subscription/_methods/orderUpdates.d.ts +0 -94
  2962. package/script/src/api/subscription/_methods/orderUpdates.d.ts.map +0 -1
  2963. package/script/src/api/subscription/_methods/orderUpdates.js +0 -129
  2964. package/script/src/api/subscription/_methods/orderUpdates.js.map +0 -1
  2965. package/script/src/api/subscription/_methods/spotAssetCtxs.d.ts +0 -50
  2966. package/script/src/api/subscription/_methods/spotAssetCtxs.d.ts.map +0 -1
  2967. package/script/src/api/subscription/_methods/spotAssetCtxs.js +0 -87
  2968. package/script/src/api/subscription/_methods/spotAssetCtxs.js.map +0 -1
  2969. package/script/src/api/subscription/_methods/spotState.d.ts +0 -66
  2970. package/script/src/api/subscription/_methods/spotState.d.ts.map +0 -1
  2971. package/script/src/api/subscription/_methods/spotState.js +0 -100
  2972. package/script/src/api/subscription/_methods/spotState.js.map +0 -1
  2973. package/script/src/api/subscription/_methods/trades.d.ts +0 -55
  2974. package/script/src/api/subscription/_methods/trades.d.ts.map +0 -1
  2975. package/script/src/api/subscription/_methods/trades.js +0 -92
  2976. package/script/src/api/subscription/_methods/trades.js.map +0 -1
  2977. package/script/src/api/subscription/_methods/twapStates.d.ts +0 -66
  2978. package/script/src/api/subscription/_methods/twapStates.d.ts.map +0 -1
  2979. package/script/src/api/subscription/_methods/twapStates.js +0 -106
  2980. package/script/src/api/subscription/_methods/twapStates.js.map +0 -1
  2981. package/script/src/api/subscription/_methods/userEvents.d.ts +0 -156
  2982. package/script/src/api/subscription/_methods/userEvents.d.ts.map +0 -1
  2983. package/script/src/api/subscription/_methods/userEvents.js +0 -153
  2984. package/script/src/api/subscription/_methods/userEvents.js.map +0 -1
  2985. package/script/src/api/subscription/_methods/userFills.d.ts +0 -79
  2986. package/script/src/api/subscription/_methods/userFills.d.ts.map +0 -1
  2987. package/script/src/api/subscription/_methods/userFills.js +0 -106
  2988. package/script/src/api/subscription/_methods/userFills.js.map +0 -1
  2989. package/script/src/api/subscription/_methods/userFundings.d.ts +0 -66
  2990. package/script/src/api/subscription/_methods/userFundings.d.ts.map +0 -1
  2991. package/script/src/api/subscription/_methods/userFundings.js +0 -112
  2992. package/script/src/api/subscription/_methods/userFundings.js.map +0 -1
  2993. package/script/src/api/subscription/_methods/userHistoricalOrders.d.ts +0 -74
  2994. package/script/src/api/subscription/_methods/userHistoricalOrders.d.ts.map +0 -1
  2995. package/script/src/api/subscription/_methods/userHistoricalOrders.js +0 -100
  2996. package/script/src/api/subscription/_methods/userHistoricalOrders.js.map +0 -1
  2997. package/script/src/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts +0 -163
  2998. package/script/src/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts.map +0 -1
  2999. package/script/src/api/subscription/_methods/userNonFundingLedgerUpdates.js +0 -100
  3000. package/script/src/api/subscription/_methods/userNonFundingLedgerUpdates.js.map +0 -1
  3001. package/script/src/api/subscription/_methods/userTwapHistory.d.ts +0 -74
  3002. package/script/src/api/subscription/_methods/userTwapHistory.d.ts.map +0 -1
  3003. package/script/src/api/subscription/_methods/userTwapHistory.js +0 -100
  3004. package/script/src/api/subscription/_methods/userTwapHistory.js.map +0 -1
  3005. package/script/src/api/subscription/_methods/userTwapSliceFills.d.ts +0 -73
  3006. package/script/src/api/subscription/_methods/userTwapSliceFills.d.ts.map +0 -1
  3007. package/script/src/api/subscription/_methods/userTwapSliceFills.js +0 -100
  3008. package/script/src/api/subscription/_methods/userTwapSliceFills.js.map +0 -1
  3009. package/script/src/api/subscription/_methods/webData2.d.ts +0 -191
  3010. package/script/src/api/subscription/_methods/webData2.d.ts.map +0 -1
  3011. package/script/src/api/subscription/_methods/webData2.js +0 -93
  3012. package/script/src/api/subscription/_methods/webData2.js.map +0 -1
  3013. package/script/src/api/subscription/_methods/webData3.d.ts +0 -80
  3014. package/script/src/api/subscription/_methods/webData3.d.ts.map +0 -1
  3015. package/script/src/api/subscription/_methods/webData3.js +0 -125
  3016. package/script/src/api/subscription/_methods/webData3.js.map +0 -1
  3017. package/script/src/api/subscription/client.d.ts +0 -780
  3018. package/script/src/api/subscription/client.d.ts.map +0 -1
  3019. package/script/src/api/subscription/client.js +0 -774
  3020. package/script/src/api/subscription/client.js.map +0 -1
  3021. package/script/src/api/subscription/mod.d.ts.map +0 -1
  3022. package/script/src/api/subscription/mod.js.map +0 -1
  3023. package/script/src/mod.d.ts.map +0 -1
  3024. package/script/src/mod.js.map +0 -1
  3025. package/script/src/signing/_abstractWallet.d.ts +0 -86
  3026. package/script/src/signing/_abstractWallet.d.ts.map +0 -1
  3027. package/script/src/signing/_abstractWallet.js +0 -171
  3028. package/script/src/signing/_abstractWallet.js.map +0 -1
  3029. package/script/src/signing/_privateKeySigner.d.ts +0 -37
  3030. package/script/src/signing/_privateKeySigner.d.ts.map +0 -1
  3031. package/script/src/signing/_privateKeySigner.js +0 -32
  3032. package/script/src/signing/_privateKeySigner.js.map +0 -1
  3033. package/script/src/signing/mod.d.ts +0 -277
  3034. package/script/src/signing/mod.d.ts.map +0 -1
  3035. package/script/src/signing/mod.js +0 -364
  3036. package/script/src/signing/mod.js.map +0 -1
  3037. package/script/src/transport/_base.d.ts +0 -51
  3038. package/script/src/transport/_base.d.ts.map +0 -1
  3039. package/script/src/transport/_base.js.map +0 -1
  3040. package/script/src/transport/_polyfills.d.ts +0 -46
  3041. package/script/src/transport/_polyfills.d.ts.map +0 -1
  3042. package/script/src/transport/_polyfills.js +0 -57
  3043. package/script/src/transport/_polyfills.js.map +0 -1
  3044. package/script/src/transport/http/mod.d.ts +0 -111
  3045. package/script/src/transport/http/mod.d.ts.map +0 -1
  3046. package/script/src/transport/http/mod.js +0 -171
  3047. package/script/src/transport/http/mod.js.map +0 -1
  3048. package/script/src/transport/mod.d.ts.map +0 -1
  3049. package/script/src/transport/mod.js.map +0 -1
  3050. package/script/src/transport/websocket/_hyperliquidEventTarget.d.ts +0 -67
  3051. package/script/src/transport/websocket/_hyperliquidEventTarget.d.ts.map +0 -1
  3052. package/script/src/transport/websocket/_hyperliquidEventTarget.js +0 -96
  3053. package/script/src/transport/websocket/_hyperliquidEventTarget.js.map +0 -1
  3054. package/script/src/transport/websocket/_postRequest.d.ts +0 -42
  3055. package/script/src/transport/websocket/_postRequest.d.ts.map +0 -1
  3056. package/script/src/transport/websocket/_postRequest.js +0 -236
  3057. package/script/src/transport/websocket/_postRequest.js.map +0 -1
  3058. package/script/src/transport/websocket/_subscriptionManager.d.ts +0 -51
  3059. package/script/src/transport/websocket/_subscriptionManager.d.ts.map +0 -1
  3060. package/script/src/transport/websocket/_subscriptionManager.js +0 -154
  3061. package/script/src/transport/websocket/_subscriptionManager.js.map +0 -1
  3062. package/script/src/transport/websocket/mod.d.ts +0 -142
  3063. package/script/src/transport/websocket/mod.d.ts.map +0 -1
  3064. package/script/src/transport/websocket/mod.js +0 -204
  3065. package/script/src/transport/websocket/mod.js.map +0 -1
  3066. package/script/src/utils/_format.d.ts +0 -37
  3067. package/script/src/utils/_format.d.ts.map +0 -1
  3068. package/script/src/utils/_format.js +0 -178
  3069. package/script/src/utils/_format.js.map +0 -1
  3070. package/script/src/utils/_symbolConverter.d.ts +0 -96
  3071. package/script/src/utils/_symbolConverter.d.ts.map +0 -1
  3072. package/script/src/utils/_symbolConverter.js +0 -190
  3073. package/script/src/utils/_symbolConverter.js.map +0 -1
  3074. package/script/src/utils/mod.d.ts.map +0 -1
  3075. package/script/src/utils/mod.js.map +0 -1
  3076. package/src/bin/_utils.ts +0 -376
  3077. package/src/bin/cli.ts +0 -376
  3078. package/src/src/_base.ts +0 -7
  3079. package/src/src/api/_schemas.ts +0 -119
  3080. package/src/src/api/exchange/_methods/_base/_nonce.ts +0 -29
  3081. package/src/src/api/exchange/_methods/_base/_semaphore.ts +0 -74
  3082. package/src/src/api/exchange/_methods/_base/commonSchemas.ts +0 -46
  3083. package/src/src/api/exchange/_methods/_base/errors.ts +0 -108
  3084. package/src/src/api/exchange/_methods/_base/execute.ts +0 -350
  3085. package/src/src/api/exchange/_methods/agentEnableDexAbstraction.ts +0 -89
  3086. package/src/src/api/exchange/_methods/agentSetAbstraction.ts +0 -109
  3087. package/src/src/api/exchange/_methods/approveAgent.ts +0 -150
  3088. package/src/src/api/exchange/_methods/approveBuilderFee.ts +0 -123
  3089. package/src/src/api/exchange/_methods/batchModify.ts +0 -173
  3090. package/src/src/api/exchange/_methods/borrowLend.ts +0 -100
  3091. package/src/src/api/exchange/_methods/cDeposit.ts +0 -120
  3092. package/src/src/api/exchange/_methods/cSignerAction.ts +0 -115
  3093. package/src/src/api/exchange/_methods/cValidatorAction.ts +0 -160
  3094. package/src/src/api/exchange/_methods/cWithdraw.ts +0 -120
  3095. package/src/src/api/exchange/_methods/cancel.ts +0 -136
  3096. package/src/src/api/exchange/_methods/cancelByCloid.ts +0 -116
  3097. package/src/src/api/exchange/_methods/claimRewards.ts +0 -75
  3098. package/src/src/api/exchange/_methods/convertToMultiSigUser.ts +0 -168
  3099. package/src/src/api/exchange/_methods/createSubAccount.ts +0 -107
  3100. package/src/src/api/exchange/_methods/createVault.ts +0 -118
  3101. package/src/src/api/exchange/_methods/evmUserModify.ts +0 -102
  3102. package/src/src/api/exchange/_methods/linkStakingUser.ts +0 -131
  3103. package/src/src/api/exchange/_methods/modify.ts +0 -164
  3104. package/src/src/api/exchange/_methods/noop.ts +0 -85
  3105. package/src/src/api/exchange/_methods/order.ts +0 -229
  3106. package/src/src/api/exchange/_methods/perpDeploy.ts +0 -278
  3107. package/src/src/api/exchange/_methods/registerReferrer.ts +0 -94
  3108. package/src/src/api/exchange/_methods/reserveRequestWeight.ts +0 -102
  3109. package/src/src/api/exchange/_methods/scheduleCancel.ts +0 -122
  3110. package/src/src/api/exchange/_methods/sendAsset.ts +0 -144
  3111. package/src/src/api/exchange/_methods/setDisplayName.ts +0 -97
  3112. package/src/src/api/exchange/_methods/setReferrer.ts +0 -94
  3113. package/src/src/api/exchange/_methods/spotDeploy.ts +0 -210
  3114. package/src/src/api/exchange/_methods/spotSend.ts +0 -130
  3115. package/src/src/api/exchange/_methods/spotUser.ts +0 -97
  3116. package/src/src/api/exchange/_methods/subAccountModify.ts +0 -96
  3117. package/src/src/api/exchange/_methods/subAccountSpotTransfer.ts +0 -105
  3118. package/src/src/api/exchange/_methods/subAccountTransfer.ts +0 -98
  3119. package/src/src/api/exchange/_methods/tokenDelegate.ts +0 -126
  3120. package/src/src/api/exchange/_methods/twapCancel.ts +0 -125
  3121. package/src/src/api/exchange/_methods/twapOrder.ts +0 -151
  3122. package/src/src/api/exchange/_methods/updateIsolatedMargin.ts +0 -108
  3123. package/src/src/api/exchange/_methods/updateLeverage.ts +0 -108
  3124. package/src/src/api/exchange/_methods/usdClassTransfer.ts +0 -123
  3125. package/src/src/api/exchange/_methods/usdSend.ts +0 -123
  3126. package/src/src/api/exchange/_methods/userDexAbstraction.ts +0 -127
  3127. package/src/src/api/exchange/_methods/userPortfolioMargin.ts +0 -123
  3128. package/src/src/api/exchange/_methods/userSetAbstraction.ts +0 -123
  3129. package/src/src/api/exchange/_methods/validatorL1Stream.ts +0 -102
  3130. package/src/src/api/exchange/_methods/vaultDistribute.ts +0 -99
  3131. package/src/src/api/exchange/_methods/vaultModify.ts +0 -102
  3132. package/src/src/api/exchange/_methods/vaultTransfer.ts +0 -106
  3133. package/src/src/api/exchange/_methods/withdraw3.ts +0 -123
  3134. package/src/src/api/exchange/client.ts +0 -2127
  3135. package/src/src/api/exchange/mod.ts +0 -91
  3136. package/src/src/api/info/_methods/_base/commonSchemas.ts +0 -322
  3137. package/src/src/api/info/_methods/_base/types.ts +0 -7
  3138. package/src/src/api/info/_methods/activeAssetData.ts +0 -108
  3139. package/src/src/api/info/_methods/alignedQuoteTokenInfo.ts +0 -90
  3140. package/src/src/api/info/_methods/allBorrowLendReserveStates.ts +0 -68
  3141. package/src/src/api/info/_methods/allMids.ts +0 -87
  3142. package/src/src/api/info/_methods/allPerpMetas.ts +0 -63
  3143. package/src/src/api/info/_methods/blockDetails.ts +0 -92
  3144. package/src/src/api/info/_methods/borrowLendReserveState.ts +0 -95
  3145. package/src/src/api/info/_methods/borrowLendUserState.ts +0 -105
  3146. package/src/src/api/info/_methods/candleSnapshot.ts +0 -110
  3147. package/src/src/api/info/_methods/clearinghouseState.ts +0 -163
  3148. package/src/src/api/info/_methods/delegations.ts +0 -87
  3149. package/src/src/api/info/_methods/delegatorHistory.ts +0 -115
  3150. package/src/src/api/info/_methods/delegatorRewards.ts +0 -87
  3151. package/src/src/api/info/_methods/delegatorSummary.ts +0 -87
  3152. package/src/src/api/info/_methods/exchangeStatus.ts +0 -68
  3153. package/src/src/api/info/_methods/extraAgents.ts +0 -83
  3154. package/src/src/api/info/_methods/frontendOpenOrders.ts +0 -81
  3155. package/src/src/api/info/_methods/fundingHistory.ts +0 -93
  3156. package/src/src/api/info/_methods/gossipRootIps.ts +0 -61
  3157. package/src/src/api/info/_methods/historicalOrders.ts +0 -119
  3158. package/src/src/api/info/_methods/isVip.ts +0 -74
  3159. package/src/src/api/info/_methods/l2Book.ts +0 -104
  3160. package/src/src/api/info/_methods/leadingVaults.ts +0 -81
  3161. package/src/src/api/info/_methods/legalCheck.ts +0 -81
  3162. package/src/src/api/info/_methods/liquidatable.ts +0 -61
  3163. package/src/src/api/info/_methods/marginTable.ts +0 -88
  3164. package/src/src/api/info/_methods/maxBuilderFee.ts +0 -82
  3165. package/src/src/api/info/_methods/maxMarketOrderNtls.ts +0 -63
  3166. package/src/src/api/info/_methods/meta.ts +0 -116
  3167. package/src/src/api/info/_methods/metaAndAssetCtxs.ts +0 -87
  3168. package/src/src/api/info/_methods/openOrders.ts +0 -81
  3169. package/src/src/api/info/_methods/orderStatus.ts +0 -132
  3170. package/src/src/api/info/_methods/perpDeployAuctionStatus.ts +0 -78
  3171. package/src/src/api/info/_methods/perpDexLimits.ts +0 -89
  3172. package/src/src/api/info/_methods/perpDexStatus.ts +0 -78
  3173. package/src/src/api/info/_methods/perpDexs.ts +0 -95
  3174. package/src/src/api/info/_methods/perpsAtOpenInterestCap.ts +0 -85
  3175. package/src/src/api/info/_methods/portfolio.ts +0 -99
  3176. package/src/src/api/info/_methods/preTransferCheck.ts +0 -85
  3177. package/src/src/api/info/_methods/predictedFundings.ts +0 -90
  3178. package/src/src/api/info/_methods/recentTrades.ts +0 -93
  3179. package/src/src/api/info/_methods/referral.ts +0 -181
  3180. package/src/src/api/info/_methods/spotClearinghouseState.ts +0 -109
  3181. package/src/src/api/info/_methods/spotDeployState.ts +0 -116
  3182. package/src/src/api/info/_methods/spotMeta.ts +0 -146
  3183. package/src/src/api/info/_methods/spotMetaAndAssetCtxs.ts +0 -68
  3184. package/src/src/api/info/_methods/spotPairDeployAuctionStatus.ts +0 -67
  3185. package/src/src/api/info/_methods/subAccounts.ts +0 -95
  3186. package/src/src/api/info/_methods/subAccounts2.ts +0 -94
  3187. package/src/src/api/info/_methods/tokenDetails.ts +0 -120
  3188. package/src/src/api/info/_methods/twapHistory.ts +0 -103
  3189. package/src/src/api/info/_methods/txDetails.ts +0 -79
  3190. package/src/src/api/info/_methods/userBorrowLendInterest.ts +0 -93
  3191. package/src/src/api/info/_methods/userDetails.ts +0 -79
  3192. package/src/src/api/info/_methods/userDexAbstraction.ts +0 -78
  3193. package/src/src/api/info/_methods/userFees.ts +0 -186
  3194. package/src/src/api/info/_methods/userFills.ts +0 -100
  3195. package/src/src/api/info/_methods/userFillsByTime.ts +0 -85
  3196. package/src/src/api/info/_methods/userFunding.ts +0 -104
  3197. package/src/src/api/info/_methods/userNonFundingLedgerUpdates.ts +0 -326
  3198. package/src/src/api/info/_methods/userRateLimit.ts +0 -87
  3199. package/src/src/api/info/_methods/userRole.ts +0 -101
  3200. package/src/src/api/info/_methods/userToMultiSigSigners.ts +0 -81
  3201. package/src/src/api/info/_methods/userTwapSliceFills.ts +0 -86
  3202. package/src/src/api/info/_methods/userTwapSliceFillsByTime.ts +0 -82
  3203. package/src/src/api/info/_methods/userVaultEquities.ts +0 -87
  3204. package/src/src/api/info/_methods/validatorL1Votes.ts +0 -81
  3205. package/src/src/api/info/_methods/validatorSummaries.ts +0 -104
  3206. package/src/src/api/info/_methods/vaultDetails.ts +0 -149
  3207. package/src/src/api/info/_methods/vaultSummaries.ts +0 -81
  3208. package/src/src/api/info/_methods/webData2.ts +0 -116
  3209. package/src/src/api/info/client.ts +0 -2406
  3210. package/src/src/api/info/mod.ts +0 -97
  3211. package/src/src/api/subscription/_methods/activeAssetCtx.ts +0 -80
  3212. package/src/src/api/subscription/_methods/activeAssetData.ts +0 -78
  3213. package/src/src/api/subscription/_methods/activeSpotAssetCtx.ts +0 -79
  3214. package/src/src/api/subscription/_methods/allDexsAssetCtxs.ts +0 -70
  3215. package/src/src/api/subscription/_methods/allDexsClearinghouseState.ts +0 -84
  3216. package/src/src/api/subscription/_methods/allMids.ts +0 -95
  3217. package/src/src/api/subscription/_methods/assetCtxs.ts +0 -95
  3218. package/src/src/api/subscription/_methods/bbo.ts +0 -93
  3219. package/src/src/api/subscription/_methods/candle.ts +0 -98
  3220. package/src/src/api/subscription/_methods/clearinghouseState.ts +0 -89
  3221. package/src/src/api/subscription/_methods/explorerBlock.ts +0 -78
  3222. package/src/src/api/subscription/_methods/explorerTxs.ts +0 -64
  3223. package/src/src/api/subscription/_methods/l2Book.ts +0 -104
  3224. package/src/src/api/subscription/_methods/notification.ts +0 -76
  3225. package/src/src/api/subscription/_methods/openOrders.ts +0 -89
  3226. package/src/src/api/subscription/_methods/orderUpdates.ts +0 -114
  3227. package/src/src/api/subscription/_methods/spotAssetCtxs.ts +0 -66
  3228. package/src/src/api/subscription/_methods/spotState.ts +0 -83
  3229. package/src/src/api/subscription/_methods/trades.ts +0 -75
  3230. package/src/src/api/subscription/_methods/twapStates.ts +0 -89
  3231. package/src/src/api/subscription/_methods/userEvents.ts +0 -137
  3232. package/src/src/api/subscription/_methods/userFills.ts +0 -89
  3233. package/src/src/api/subscription/_methods/userFundings.ts +0 -97
  3234. package/src/src/api/subscription/_methods/userHistoricalOrders.ts +0 -83
  3235. package/src/src/api/subscription/_methods/userNonFundingLedgerUpdates.ts +0 -86
  3236. package/src/src/api/subscription/_methods/userTwapHistory.ts +0 -83
  3237. package/src/src/api/subscription/_methods/userTwapSliceFills.ts +0 -83
  3238. package/src/src/api/subscription/_methods/webData2.ts +0 -76
  3239. package/src/src/api/subscription/_methods/webData3.ts +0 -110
  3240. package/src/src/api/subscription/client.ts +0 -1076
  3241. package/src/src/signing/_abstractWallet.ts +0 -261
  3242. package/src/src/signing/_privateKeySigner.ts +0 -47
  3243. package/src/src/signing/mod.ts +0 -456
  3244. package/src/src/transport/_base.ts +0 -57
  3245. package/src/src/transport/_polyfills.ts +0 -62
  3246. package/src/src/transport/http/mod.ts +0 -205
  3247. package/src/src/transport/websocket/_hyperliquidEventTarget.ts +0 -131
  3248. package/src/src/transport/websocket/_postRequest.ts +0 -292
  3249. package/src/src/transport/websocket/_subscriptionManager.ts +0 -195
  3250. package/src/src/transport/websocket/mod.ts +0 -278
  3251. package/src/src/utils/_format.ts +0 -192
  3252. package/src/src/utils/_symbolConverter.ts +0 -223
  3253. /package/esm/{src/api → api}/subscription/_methods/_types.d.ts +0 -0
  3254. /package/esm/{src/api → api}/subscription/_methods/_types.js +0 -0
  3255. /package/esm/{src/api → api}/subscription/mod.d.ts +0 -0
  3256. /package/esm/{src/api → api}/subscription/mod.js +0 -0
  3257. /package/esm/{src/mod.d.ts → mod.d.ts} +0 -0
  3258. /package/esm/{src/mod.js → mod.js} +0 -0
  3259. /package/esm/{src/transport → transport}/_base.js +0 -0
  3260. /package/esm/{src/transport → transport}/mod.d.ts +0 -0
  3261. /package/esm/{src/transport → transport}/mod.js +0 -0
  3262. /package/esm/{src/utils → utils}/mod.d.ts +0 -0
  3263. /package/esm/{src/utils → utils}/mod.js +0 -0
  3264. /package/script/{src/api → api}/subscription/_methods/_types.d.ts +0 -0
  3265. /package/script/{src/api → api}/subscription/_methods/_types.js +0 -0
  3266. /package/script/{src/api → api}/subscription/mod.d.ts +0 -0
  3267. /package/script/{src/api → api}/subscription/mod.js +0 -0
  3268. /package/script/{src/mod.d.ts → mod.d.ts} +0 -0
  3269. /package/script/{src/mod.js → mod.js} +0 -0
  3270. /package/script/{src/transport → transport}/_base.js +0 -0
  3271. /package/script/{src/transport → transport}/mod.d.ts +0 -0
  3272. /package/script/{src/transport → transport}/mod.js +0 -0
  3273. /package/script/{src/utils → utils}/mod.d.ts +0 -0
  3274. /package/script/{src/utils → utils}/mod.js +0 -0
  3275. /package/src/{src/api → api}/subscription/_methods/_types.ts +0 -0
  3276. /package/src/{src/api → api}/subscription/mod.ts +0 -0
  3277. /package/src/{src/mod.ts → mod.ts} +0 -0
  3278. /package/src/{src/transport → transport}/mod.ts +0 -0
  3279. /package/src/{src/utils → utils}/mod.ts +0 -0
@@ -0,0 +1,2346 @@
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
+ agentSetAbstraction,
19
+ type AgentSetAbstractionOptions,
20
+ type AgentSetAbstractionParameters,
21
+ type AgentSetAbstractionSuccessResponse,
22
+ } from "./_methods/agentSetAbstraction.js";
23
+ import {
24
+ approveAgent,
25
+ type ApproveAgentOptions,
26
+ type ApproveAgentParameters,
27
+ type ApproveAgentSuccessResponse,
28
+ } from "./_methods/approveAgent.js";
29
+ import {
30
+ approveBuilderFee,
31
+ type ApproveBuilderFeeOptions,
32
+ type ApproveBuilderFeeParameters,
33
+ type ApproveBuilderFeeSuccessResponse,
34
+ } from "./_methods/approveBuilderFee.js";
35
+ import {
36
+ batchModify,
37
+ type BatchModifyOptions,
38
+ type BatchModifyParameters,
39
+ type BatchModifySuccessResponse,
40
+ } from "./_methods/batchModify.js";
41
+ import {
42
+ borrowLend,
43
+ type BorrowLendOptions,
44
+ type BorrowLendParameters,
45
+ type BorrowLendSuccessResponse,
46
+ } from "./_methods/borrowLend.js";
47
+ import { cancel, type CancelOptions, type CancelParameters, type CancelSuccessResponse } from "./_methods/cancel.js";
48
+ import {
49
+ cancelByCloid,
50
+ type CancelByCloidOptions,
51
+ type CancelByCloidParameters,
52
+ type CancelByCloidSuccessResponse,
53
+ } from "./_methods/cancelByCloid.js";
54
+ import {
55
+ cDeposit,
56
+ type CDepositOptions,
57
+ type CDepositParameters,
58
+ type CDepositSuccessResponse,
59
+ } from "./_methods/cDeposit.js";
60
+ import { claimRewards, type ClaimRewardsOptions, type ClaimRewardsSuccessResponse } from "./_methods/claimRewards.js";
61
+ import {
62
+ convertToMultiSigUser,
63
+ type ConvertToMultiSigUserOptions,
64
+ type ConvertToMultiSigUserParameters,
65
+ type ConvertToMultiSigUserSuccessResponse,
66
+ } from "./_methods/convertToMultiSigUser.js";
67
+ import {
68
+ createSubAccount,
69
+ type CreateSubAccountOptions,
70
+ type CreateSubAccountParameters,
71
+ type CreateSubAccountSuccessResponse,
72
+ } from "./_methods/createSubAccount.js";
73
+ import {
74
+ createVault,
75
+ type CreateVaultOptions,
76
+ type CreateVaultParameters,
77
+ type CreateVaultSuccessResponse,
78
+ } from "./_methods/createVault.js";
79
+ import {
80
+ cSignerAction,
81
+ type CSignerActionOptions,
82
+ type CSignerActionParameters,
83
+ type CSignerActionSuccessResponse,
84
+ } from "./_methods/cSignerAction.js";
85
+ import {
86
+ cValidatorAction,
87
+ type CValidatorActionOptions,
88
+ type CValidatorActionParameters,
89
+ type CValidatorActionSuccessResponse,
90
+ } from "./_methods/cValidatorAction.js";
91
+ import {
92
+ cWithdraw,
93
+ type CWithdrawOptions,
94
+ type CWithdrawParameters,
95
+ type CWithdrawSuccessResponse,
96
+ } from "./_methods/cWithdraw.js";
97
+ import {
98
+ evmUserModify,
99
+ type EvmUserModifyOptions,
100
+ type EvmUserModifyParameters,
101
+ type EvmUserModifySuccessResponse,
102
+ } from "./_methods/evmUserModify.js";
103
+ import {
104
+ linkStakingUser,
105
+ type LinkStakingUserOptions,
106
+ type LinkStakingUserParameters,
107
+ type LinkStakingUserSuccessResponse,
108
+ } from "./_methods/linkStakingUser.js";
109
+ import { modify, type ModifyOptions, type ModifyParameters, type ModifySuccessResponse } from "./_methods/modify.js";
110
+ import { noop, type NoopOptions, type NoopSuccessResponse } from "./_methods/noop.js";
111
+ import { order, type OrderOptions, type OrderParameters, type OrderSuccessResponse } from "./_methods/order.js";
112
+ import {
113
+ perpDeploy,
114
+ type PerpDeployOptions,
115
+ type PerpDeployParameters,
116
+ type PerpDeploySuccessResponse,
117
+ } from "./_methods/perpDeploy.js";
118
+ import {
119
+ registerReferrer,
120
+ type RegisterReferrerOptions,
121
+ type RegisterReferrerParameters,
122
+ type RegisterReferrerSuccessResponse,
123
+ } from "./_methods/registerReferrer.js";
124
+ import {
125
+ reserveRequestWeight,
126
+ type ReserveRequestWeightOptions,
127
+ type ReserveRequestWeightParameters,
128
+ type ReserveRequestWeightSuccessResponse,
129
+ } from "./_methods/reserveRequestWeight.js";
130
+ import {
131
+ scheduleCancel,
132
+ type ScheduleCancelOptions,
133
+ type ScheduleCancelParameters,
134
+ type ScheduleCancelSuccessResponse,
135
+ } from "./_methods/scheduleCancel.js";
136
+ import {
137
+ sendAsset,
138
+ type SendAssetOptions,
139
+ type SendAssetParameters,
140
+ type SendAssetSuccessResponse,
141
+ } from "./_methods/sendAsset.js";
142
+ import {
143
+ sendToEvmWithData,
144
+ type SendToEvmWithDataOptions,
145
+ type SendToEvmWithDataParameters,
146
+ type SendToEvmWithDataSuccessResponse,
147
+ } from "./_methods/sendToEvmWithData.js";
148
+ import {
149
+ setDisplayName,
150
+ type SetDisplayNameOptions,
151
+ type SetDisplayNameParameters,
152
+ type SetDisplayNameSuccessResponse,
153
+ } from "./_methods/setDisplayName.js";
154
+ import {
155
+ setReferrer,
156
+ type SetReferrerOptions,
157
+ type SetReferrerParameters,
158
+ type SetReferrerSuccessResponse,
159
+ } from "./_methods/setReferrer.js";
160
+ import {
161
+ spotDeploy,
162
+ type SpotDeployOptions,
163
+ type SpotDeployParameters,
164
+ type SpotDeploySuccessResponse,
165
+ } from "./_methods/spotDeploy.js";
166
+ import {
167
+ spotSend,
168
+ type SpotSendOptions,
169
+ type SpotSendParameters,
170
+ type SpotSendSuccessResponse,
171
+ } from "./_methods/spotSend.js";
172
+ import {
173
+ spotUser,
174
+ type SpotUserOptions,
175
+ type SpotUserParameters,
176
+ type SpotUserSuccessResponse,
177
+ } from "./_methods/spotUser.js";
178
+ import {
179
+ subAccountModify,
180
+ type SubAccountModifyOptions,
181
+ type SubAccountModifyParameters,
182
+ type SubAccountModifySuccessResponse,
183
+ } from "./_methods/subAccountModify.js";
184
+ import {
185
+ subAccountSpotTransfer,
186
+ type SubAccountSpotTransferOptions,
187
+ type SubAccountSpotTransferParameters,
188
+ type SubAccountSpotTransferSuccessResponse,
189
+ } from "./_methods/subAccountSpotTransfer.js";
190
+ import {
191
+ subAccountTransfer,
192
+ type SubAccountTransferOptions,
193
+ type SubAccountTransferParameters,
194
+ type SubAccountTransferSuccessResponse,
195
+ } from "./_methods/subAccountTransfer.js";
196
+ import {
197
+ tokenDelegate,
198
+ type TokenDelegateOptions,
199
+ type TokenDelegateParameters,
200
+ type TokenDelegateSuccessResponse,
201
+ } from "./_methods/tokenDelegate.js";
202
+ import {
203
+ topUpIsolatedOnlyMargin,
204
+ type TopUpIsolatedOnlyMarginOptions,
205
+ type TopUpIsolatedOnlyMarginParameters,
206
+ type TopUpIsolatedOnlyMarginSuccessResponse,
207
+ } from "./_methods/topUpIsolatedOnlyMargin.js";
208
+ import {
209
+ twapCancel,
210
+ type TwapCancelOptions,
211
+ type TwapCancelParameters,
212
+ type TwapCancelSuccessResponse,
213
+ } from "./_methods/twapCancel.js";
214
+ import {
215
+ twapOrder,
216
+ type TwapOrderOptions,
217
+ type TwapOrderParameters,
218
+ type TwapOrderSuccessResponse,
219
+ } from "./_methods/twapOrder.js";
220
+ import {
221
+ updateIsolatedMargin,
222
+ type UpdateIsolatedMarginOptions,
223
+ type UpdateIsolatedMarginParameters,
224
+ type UpdateIsolatedMarginSuccessResponse,
225
+ } from "./_methods/updateIsolatedMargin.js";
226
+ import {
227
+ updateLeverage,
228
+ type UpdateLeverageOptions,
229
+ type UpdateLeverageParameters,
230
+ type UpdateLeverageSuccessResponse,
231
+ } from "./_methods/updateLeverage.js";
232
+ import {
233
+ usdClassTransfer,
234
+ type UsdClassTransferOptions,
235
+ type UsdClassTransferParameters,
236
+ type UsdClassTransferSuccessResponse,
237
+ } from "./_methods/usdClassTransfer.js";
238
+ import {
239
+ usdSend,
240
+ type UsdSendOptions,
241
+ type UsdSendParameters,
242
+ type UsdSendSuccessResponse,
243
+ } from "./_methods/usdSend.js";
244
+ import {
245
+ userDexAbstraction,
246
+ type UserDexAbstractionOptions,
247
+ type UserDexAbstractionParameters,
248
+ type UserDexAbstractionSuccessResponse,
249
+ } from "./_methods/userDexAbstraction.js";
250
+ import {
251
+ userPortfolioMargin,
252
+ type UserPortfolioMarginOptions,
253
+ type UserPortfolioMarginParameters,
254
+ type UserPortfolioMarginSuccessResponse,
255
+ } from "./_methods/userPortfolioMargin.js";
256
+ import {
257
+ userSetAbstraction,
258
+ type UserSetAbstractionOptions,
259
+ type UserSetAbstractionParameters,
260
+ type UserSetAbstractionSuccessResponse,
261
+ } from "./_methods/userSetAbstraction.js";
262
+ import {
263
+ validatorL1Stream,
264
+ type ValidatorL1StreamOptions,
265
+ type ValidatorL1StreamParameters,
266
+ type ValidatorL1StreamSuccessResponse,
267
+ } from "./_methods/validatorL1Stream.js";
268
+ import {
269
+ vaultDistribute,
270
+ type VaultDistributeOptions,
271
+ type VaultDistributeParameters,
272
+ type VaultDistributeSuccessResponse,
273
+ } from "./_methods/vaultDistribute.js";
274
+ import {
275
+ vaultModify,
276
+ type VaultModifyOptions,
277
+ type VaultModifyParameters,
278
+ type VaultModifySuccessResponse,
279
+ } from "./_methods/vaultModify.js";
280
+ import {
281
+ vaultTransfer,
282
+ type VaultTransferOptions,
283
+ type VaultTransferParameters,
284
+ type VaultTransferSuccessResponse,
285
+ } from "./_methods/vaultTransfer.js";
286
+ import {
287
+ withdraw3,
288
+ type Withdraw3Options,
289
+ type Withdraw3Parameters,
290
+ type Withdraw3SuccessResponse,
291
+ } from "./_methods/withdraw3.js";
292
+
293
+ // ============================================================
294
+ // Client
295
+ // ============================================================
296
+
297
+ /**
298
+ * Execute actions: place orders, cancel orders, transfer funds, etc.
299
+ *
300
+ * Corresponds to the {@link https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint | Exchange endpoint}.
301
+ */
302
+ export class ExchangeClient<C extends ExchangeConfig = ExchangeSingleWalletConfig> {
303
+ config_: C;
304
+
305
+ /**
306
+ * Creates an instance of the ExchangeClient.
307
+ *
308
+ * @param config Configuration for Exchange API requests. See {@link ExchangeConfig}.
309
+ *
310
+ * @example [viem](https://viem.sh/docs/clients/wallet#local-accounts-private-key-mnemonic-etc)
311
+ * ```ts
312
+ * import * as hl from "@nktkas/hyperliquid";
313
+ * import { privateKeyToAccount } from "npm:viem/accounts";
314
+ *
315
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
316
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
317
+ *
318
+ * const client = new hl.ExchangeClient({ transport, wallet });
319
+ * ```
320
+ *
321
+ * @example [ethers.js](https://docs.ethers.org/v6/api/wallet/#Wallet)
322
+ * ```ts
323
+ * import * as hl from "@nktkas/hyperliquid";
324
+ * import { ethers } from "npm:ethers";
325
+ *
326
+ * const wallet = new ethers.Wallet("0x...");
327
+ * const transport = new hl.HttpTransport();
328
+ *
329
+ * const client = new hl.ExchangeClient({ transport, wallet });
330
+ * ```
331
+ *
332
+ * @example Multi-sig
333
+ * ```ts
334
+ * import * as hl from "@nktkas/hyperliquid";
335
+ * import { privateKeyToAccount } from "npm:viem/accounts";
336
+ * import { ethers } from "npm:ethers";
337
+ *
338
+ * const signer1 = privateKeyToAccount("0x...");
339
+ * const signer2 = new ethers.Wallet("0x...");
340
+ * // ... and more signers
341
+ *
342
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
343
+ *
344
+ * const client = new hl.ExchangeClient({
345
+ * transport,
346
+ * signers: [signer1, signer2],
347
+ * multiSigUser: "0x...",
348
+ * });
349
+ * ```
350
+ */
351
+ constructor(config: C) {
352
+ this.config_ = config;
353
+ }
354
+
355
+ /**
356
+ * Enable HIP-3 DEX abstraction.
357
+ *
358
+ * @param opts Request execution options.
359
+ * @return Successful response without specific data.
360
+ *
361
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
362
+ * @throws {TransportError} When the transport layer throws an error.
363
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
364
+ *
365
+ * @example
366
+ * ```ts
367
+ * import * as hl from "@nktkas/hyperliquid";
368
+ * import { privateKeyToAccount } from "npm:viem/accounts";
369
+ *
370
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
371
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
372
+ * const client = new hl.ExchangeClient({ transport, wallet });
373
+ *
374
+ * await client.agentEnableDexAbstraction();
375
+ * ```
376
+ *
377
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#enable-hip-3-dex-abstraction-agent
378
+ *
379
+ * @deprecated Use {@link agentSetAbstraction} instead.
380
+ */
381
+ agentEnableDexAbstraction(
382
+ opts?: AgentEnableDexAbstractionOptions,
383
+ ): Promise<AgentEnableDexAbstractionSuccessResponse> {
384
+ return agentEnableDexAbstraction(this.config_, opts);
385
+ }
386
+
387
+ /**
388
+ * Set User abstraction mode (method for agent wallet).
389
+ *
390
+ * @param params Parameters specific to the API request.
391
+ * @param opts Request execution options.
392
+ * @return Successful response without specific data.
393
+ *
394
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
395
+ * @throws {TransportError} When the transport layer throws an error.
396
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
397
+ *
398
+ * @example
399
+ * ```ts
400
+ * import * as hl from "@nktkas/hyperliquid";
401
+ * import { privateKeyToAccount } from "npm:viem/accounts";
402
+ *
403
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
404
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
405
+ * const client = new hl.ExchangeClient({ transport, wallet });
406
+ *
407
+ * await client.agentSetAbstraction({ abstraction: "u" });
408
+ * ```
409
+ *
410
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#set-user-abstraction-agent
411
+ */
412
+ agentSetAbstraction(
413
+ params: AgentSetAbstractionParameters,
414
+ opts?: AgentSetAbstractionOptions,
415
+ ): Promise<AgentSetAbstractionSuccessResponse> {
416
+ return agentSetAbstraction(this.config_, params, opts);
417
+ }
418
+
419
+ /**
420
+ * Approve an agent to sign on behalf of the master account.
421
+ *
422
+ * @param params Parameters specific to the API request.
423
+ * @param opts Request execution options.
424
+ * @return Successful response without specific data.
425
+ *
426
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
427
+ * @throws {TransportError} When the transport layer throws an error.
428
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
429
+ *
430
+ * @example Basic usage
431
+ * ```ts
432
+ * import * as hl from "@nktkas/hyperliquid";
433
+ * import { privateKeyToAccount } from "npm:viem/accounts";
434
+ *
435
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
436
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
437
+ * const client = new hl.ExchangeClient({ transport, wallet });
438
+ *
439
+ * await client.approveAgent({ agentAddress: "0x...", agentName: "myAgent" });
440
+ * ```
441
+ * @example With expiration timestamp
442
+ * ```ts
443
+ * import * as hl from "@nktkas/hyperliquid";
444
+ * import { privateKeyToAccount } from "npm:viem/accounts";
445
+ *
446
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
447
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
448
+ * const client = new hl.ExchangeClient({ transport, wallet });
449
+ *
450
+ * const expirationTimestamp = Date.now() + 24 * 60 * 60 * 1000;
451
+ * await client.approveAgent({
452
+ * agentAddress: "0x...",
453
+ * agentName: `myAgent valid_until ${expirationTimestamp}`,
454
+ * });
455
+ * ```
456
+ *
457
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#approve-an-api-wallet
458
+ */
459
+ approveAgent(
460
+ params: ApproveAgentParameters,
461
+ opts?: ApproveAgentOptions,
462
+ ): Promise<ApproveAgentSuccessResponse> {
463
+ return approveAgent(this.config_, params, opts);
464
+ }
465
+
466
+ /**
467
+ * Approve a maximum fee rate for a builder.
468
+ *
469
+ * @param params Parameters specific to the API request.
470
+ * @param opts Request execution options.
471
+ * @return Successful response without specific data.
472
+ *
473
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
474
+ * @throws {TransportError} When the transport layer throws an error.
475
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
476
+ *
477
+ * @example
478
+ * ```ts
479
+ * import * as hl from "@nktkas/hyperliquid";
480
+ * import { privateKeyToAccount } from "npm:viem/accounts";
481
+ *
482
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
483
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
484
+ * const client = new hl.ExchangeClient({ transport, wallet });
485
+ *
486
+ * await client.approveBuilderFee({ maxFeeRate: "0.01%", builder: "0x..." });
487
+ * ```
488
+ *
489
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#approve-a-builder-fee
490
+ */
491
+ approveBuilderFee(
492
+ params: ApproveBuilderFeeParameters,
493
+ opts?: ApproveBuilderFeeOptions,
494
+ ): Promise<ApproveBuilderFeeSuccessResponse> {
495
+ return approveBuilderFee(this.config_, params, opts);
496
+ }
497
+
498
+ /**
499
+ * Modify multiple orders.
500
+ *
501
+ * @param params Parameters specific to the API request.
502
+ * @param opts Request execution options.
503
+ * @return Successful variant of {@link OrderResponse} without error statuses.
504
+ *
505
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
506
+ * @throws {TransportError} When the transport layer throws an error.
507
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
508
+ *
509
+ * @example
510
+ * ```ts
511
+ * import * as hl from "@nktkas/hyperliquid";
512
+ * import { privateKeyToAccount } from "npm:viem/accounts";
513
+ *
514
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
515
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
516
+ * const client = new hl.ExchangeClient({ transport, wallet });
517
+ *
518
+ * const data = await client.batchModify({
519
+ * modifies: [
520
+ * {
521
+ * oid: 123,
522
+ * order: {
523
+ * a: 0,
524
+ * b: true,
525
+ * p: "31000",
526
+ * s: "0.2",
527
+ * r: false,
528
+ * t: { limit: { tif: "Gtc" } },
529
+ * },
530
+ * },
531
+ * ],
532
+ * });
533
+ * ```
534
+ *
535
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#modify-multiple-orders
536
+ */
537
+ batchModify(
538
+ params: BatchModifyParameters,
539
+ opts?: BatchModifyOptions,
540
+ ): Promise<BatchModifySuccessResponse> {
541
+ return batchModify(this.config_, params, opts);
542
+ }
543
+
544
+ /**
545
+ * Borrow or lend assets.
546
+ *
547
+ * @param params Parameters specific to the API request.
548
+ * @param opts Request execution options.
549
+ * @return Successful response without specific data.
550
+ *
551
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
552
+ * @throws {TransportError} When the transport layer throws an error.
553
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
554
+ *
555
+ * @example
556
+ * ```ts
557
+ * import * as hl from "@nktkas/hyperliquid";
558
+ * import { privateKeyToAccount } from "npm:viem/accounts";
559
+ *
560
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
561
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
562
+ * const client = new hl.ExchangeClient({ transport, wallet });
563
+ *
564
+ * await client.borrowLend({ operation: "supply", token: 0, amount: "20" });
565
+ * ```
566
+ *
567
+ * @see null
568
+ */
569
+ borrowLend(
570
+ params: BorrowLendParameters,
571
+ opts?: BorrowLendOptions,
572
+ ): Promise<BorrowLendSuccessResponse> {
573
+ return borrowLend(this.config_, params, opts);
574
+ }
575
+
576
+ /**
577
+ * Cancel order(s).
578
+ *
579
+ * @param params Parameters specific to the API request.
580
+ * @param opts Request execution options.
581
+ * @return Successful variant of {@link CancelResponse} without error statuses.
582
+ *
583
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
584
+ * @throws {TransportError} When the transport layer throws an error.
585
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
586
+ *
587
+ * @example
588
+ * ```ts
589
+ * import * as hl from "@nktkas/hyperliquid";
590
+ * import { privateKeyToAccount } from "npm:viem/accounts";
591
+ *
592
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
593
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
594
+ * const client = new hl.ExchangeClient({ transport, wallet });
595
+ *
596
+ * await client.cancel({ cancels: [{ a: 0, o: 123 }] });
597
+ * ```
598
+ *
599
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#cancel-order-s
600
+ */
601
+ cancel(
602
+ params: CancelParameters,
603
+ opts?: CancelOptions,
604
+ ): Promise<CancelSuccessResponse> {
605
+ return cancel(this.config_, params, opts);
606
+ }
607
+
608
+ /**
609
+ * Cancel order(s) by cloid.
610
+ *
611
+ * @param params Parameters specific to the API request.
612
+ * @param opts Request execution options.
613
+ * @return Successful variant of {@link CancelResponse} without error statuses.
614
+ *
615
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
616
+ * @throws {TransportError} When the transport layer throws an error.
617
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
618
+ *
619
+ * @example
620
+ * ```ts
621
+ * import * as hl from "@nktkas/hyperliquid";
622
+ * import { privateKeyToAccount } from "npm:viem/accounts";
623
+ *
624
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
625
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
626
+ * const client = new hl.ExchangeClient({ transport, wallet });
627
+ *
628
+ * await client.cancelByCloid({
629
+ * cancels: [
630
+ * { asset: 0, cloid: "0x..." },
631
+ * ],
632
+ * });
633
+ * ```
634
+ *
635
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#cancel-order-s-by-cloid
636
+ */
637
+ cancelByCloid(
638
+ params: CancelByCloidParameters,
639
+ opts?: CancelByCloidOptions,
640
+ ): Promise<CancelByCloidSuccessResponse> {
641
+ return cancelByCloid(this.config_, params, opts);
642
+ }
643
+
644
+ /**
645
+ * Transfer native token from the user spot account into staking for delegating to validators.
646
+ *
647
+ * @param params Parameters specific to the API request.
648
+ * @param opts Request execution options.
649
+ * @return Successful response without specific data.
650
+ *
651
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
652
+ * @throws {TransportError} When the transport layer throws an error.
653
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
654
+ *
655
+ * @example
656
+ * ```ts
657
+ * import * as hl from "@nktkas/hyperliquid";
658
+ * import { privateKeyToAccount } from "npm:viem/accounts";
659
+ *
660
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
661
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
662
+ * const client = new hl.ExchangeClient({ transport, wallet });
663
+ *
664
+ * await client.cDeposit({ wei: 1 * 1e8 });
665
+ * ```
666
+ *
667
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#deposit-into-staking
668
+ */
669
+ cDeposit(
670
+ params: CDepositParameters,
671
+ opts?: CDepositOptions,
672
+ ): Promise<CDepositSuccessResponse> {
673
+ return cDeposit(this.config_, params, opts);
674
+ }
675
+
676
+ /**
677
+ * Claim rewards from referral program.
678
+ *
679
+ * @param opts Request execution options.
680
+ * @return Successful response without specific data.
681
+ *
682
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
683
+ * @throws {TransportError} When the transport layer throws an error.
684
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
685
+ *
686
+ * @example
687
+ * ```ts
688
+ * import * as hl from "@nktkas/hyperliquid";
689
+ * import { privateKeyToAccount } from "npm:viem/accounts";
690
+ *
691
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
692
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
693
+ * const client = new hl.ExchangeClient({ transport, wallet });
694
+ *
695
+ * await client.claimRewards();
696
+ * ```
697
+ *
698
+ * @see null
699
+ */
700
+ claimRewards(
701
+ opts?: ClaimRewardsOptions,
702
+ ): Promise<ClaimRewardsSuccessResponse> {
703
+ return claimRewards(this.config_, opts);
704
+ }
705
+
706
+ /**
707
+ * Convert a single-signature account to a multi-signature account or vice versa.
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 Convert to multi-sig
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.convertToMultiSigUser({
727
+ * signers: {
728
+ * authorizedUsers: ["0x...", "0x...", "0x..."],
729
+ * threshold: 2,
730
+ * },
731
+ * });
732
+ * ```
733
+ *
734
+ * @example Convert to single-sig
735
+ * ```ts
736
+ * import * as hl from "@nktkas/hyperliquid";
737
+ * import { privateKeyToAccount } from "npm:viem/accounts";
738
+ *
739
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
740
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
741
+ * const client = new hl.ExchangeClient({ transport, wallet });
742
+ *
743
+ * await client.convertToMultiSigUser({ signers: null });
744
+ * ```
745
+ *
746
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/hypercore/multi-sig
747
+ */
748
+ convertToMultiSigUser(
749
+ params: ConvertToMultiSigUserParameters,
750
+ opts?: ConvertToMultiSigUserOptions,
751
+ ): Promise<ConvertToMultiSigUserSuccessResponse> {
752
+ return convertToMultiSigUser(this.config_, params, opts);
753
+ }
754
+
755
+ /**
756
+ * Create a sub-account.
757
+ *
758
+ * @param params Parameters specific to the API request.
759
+ * @param opts Request execution options.
760
+ * @return Response for creating a sub-account.
761
+ *
762
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
763
+ * @throws {TransportError} When the transport layer throws an error.
764
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
765
+ *
766
+ * @example
767
+ * ```ts
768
+ * import * as hl from "@nktkas/hyperliquid";
769
+ * import { privateKeyToAccount } from "npm:viem/accounts";
770
+ *
771
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
772
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
773
+ * const client = new hl.ExchangeClient({ transport, wallet });
774
+ *
775
+ * const data = await client.createSubAccount({ name: "..." });
776
+ * ```
777
+ *
778
+ * @see null
779
+ */
780
+ createSubAccount(
781
+ params: CreateSubAccountParameters,
782
+ opts?: CreateSubAccountOptions,
783
+ ): Promise<CreateSubAccountSuccessResponse> {
784
+ return createSubAccount(this.config_, params, opts);
785
+ }
786
+
787
+ /**
788
+ * Create a vault.
789
+ *
790
+ * @param params Parameters specific to the API request.
791
+ * @param opts Request execution options.
792
+ * @return Response for creating a vault.
793
+ *
794
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
795
+ * @throws {TransportError} When the transport layer throws an error.
796
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
797
+ *
798
+ * @example
799
+ * ```ts
800
+ * import * as hl from "@nktkas/hyperliquid";
801
+ * import { privateKeyToAccount } from "npm:viem/accounts";
802
+ *
803
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
804
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
805
+ * const client = new hl.ExchangeClient({ transport, wallet });
806
+ *
807
+ * const data = await client.createVault({
808
+ * name: "...",
809
+ * description: "...",
810
+ * initialUsd: 100 * 1e6,
811
+ * nonce: Date.now(),
812
+ * });
813
+ * ```
814
+ *
815
+ * @see null
816
+ */
817
+ createVault(
818
+ params: CreateVaultParameters,
819
+ opts?: CreateVaultOptions,
820
+ ): Promise<CreateVaultSuccessResponse> {
821
+ return createVault(this.config_, params, opts);
822
+ }
823
+
824
+ /**
825
+ * Jail or unjail self as a validator signer.
826
+ *
827
+ * @param params Parameters specific to the API request.
828
+ * @param opts Request execution options.
829
+ * @return Successful response without specific data.
830
+ *
831
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
832
+ * @throws {TransportError} When the transport layer throws an error.
833
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
834
+ *
835
+ * @example Jail self
836
+ * ```ts
837
+ * import * as hl from "@nktkas/hyperliquid";
838
+ * import { privateKeyToAccount } from "npm:viem/accounts";
839
+ *
840
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
841
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
842
+ * const client = new hl.ExchangeClient({ transport, wallet });
843
+ *
844
+ * await client.cSignerAction({ jailSelf: null });
845
+ * ```
846
+ *
847
+ * @example Unjail self
848
+ * ```ts
849
+ * import * as hl from "@nktkas/hyperliquid";
850
+ * import { privateKeyToAccount } from "npm:viem/accounts";
851
+ *
852
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
853
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
854
+ * const client = new hl.ExchangeClient({ transport, wallet });
855
+ *
856
+ * await client.cSignerAction({ unjailSelf: null });
857
+ * ```
858
+ *
859
+ * @see null
860
+ */
861
+ cSignerAction(
862
+ params: CSignerActionParameters,
863
+ opts?: CSignerActionOptions,
864
+ ): Promise<CSignerActionSuccessResponse> {
865
+ return cSignerAction(this.config_, params, opts);
866
+ }
867
+
868
+ /**
869
+ * Action related to validator management.
870
+ *
871
+ * @param params Parameters specific to the API request.
872
+ * @param opts Request execution options.
873
+ * @return Successful response without specific data.
874
+ *
875
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
876
+ * @throws {TransportError} When the transport layer throws an error.
877
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
878
+ *
879
+ * @example
880
+ * ```ts
881
+ * import * as hl from "@nktkas/hyperliquid";
882
+ * import { privateKeyToAccount } from "npm:viem/accounts";
883
+ *
884
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
885
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
886
+ * const client = new hl.ExchangeClient({ transport, wallet });
887
+ *
888
+ * await client.cValidatorAction({
889
+ * changeProfile: {
890
+ * node_ip: { Ip: "1.2.3.4" },
891
+ * name: "...",
892
+ * description: "...",
893
+ * unjailed: true,
894
+ * disable_delegations: false,
895
+ * commission_bps: null,
896
+ * signer: null,
897
+ * },
898
+ * });
899
+ * ```
900
+ *
901
+ * @see null
902
+ */
903
+ cValidatorAction(
904
+ params: CValidatorActionParameters,
905
+ opts?: CValidatorActionOptions,
906
+ ): Promise<CValidatorActionSuccessResponse> {
907
+ return cValidatorAction(this.config_, params, opts);
908
+ }
909
+
910
+ /**
911
+ * Transfer native token from staking into the user's spot account.
912
+ *
913
+ * @param params Parameters specific to the API request.
914
+ * @param opts Request execution options.
915
+ * @return Successful response without specific data.
916
+ *
917
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
918
+ * @throws {TransportError} When the transport layer throws an error.
919
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
920
+ *
921
+ * @example
922
+ * ```ts
923
+ * import * as hl from "@nktkas/hyperliquid";
924
+ * import { privateKeyToAccount } from "npm:viem/accounts";
925
+ *
926
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
927
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
928
+ * const client = new hl.ExchangeClient({ transport, wallet });
929
+ *
930
+ * await client.cWithdraw({ wei: 1 * 1e8 });
931
+ * ```
932
+ *
933
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#withdraw-from-staking
934
+ */
935
+ cWithdraw(
936
+ params: CWithdrawParameters,
937
+ opts?: CWithdrawOptions,
938
+ ): Promise<CWithdrawSuccessResponse> {
939
+ return cWithdraw(this.config_, params, opts);
940
+ }
941
+
942
+ /**
943
+ * Configure block type for EVM transactions.
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.evmUserModify({ usingBigBlocks: true });
963
+ * ```
964
+ *
965
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/hyperevm/dual-block-architecture
966
+ */
967
+ evmUserModify(
968
+ params: EvmUserModifyParameters,
969
+ opts?: EvmUserModifyOptions,
970
+ ): Promise<EvmUserModifySuccessResponse> {
971
+ return evmUserModify(this.config_, params, opts);
972
+ }
973
+
974
+ /**
975
+ * Link staking and trading accounts for fee discount attribution.
976
+ *
977
+ * @param params Parameters specific to the API request.
978
+ * @param opts Request execution options.
979
+ * @return Successful response without specific data.
980
+ *
981
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
982
+ * @throws {TransportError} When the transport layer throws an error.
983
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
984
+ *
985
+ * @example
986
+ * ```ts
987
+ * import * as hl from "@nktkas/hyperliquid";
988
+ * import { privateKeyToAccount } from "npm:viem/accounts";
989
+ *
990
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
991
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
992
+ * const client = new hl.ExchangeClient({ transport, wallet });
993
+ *
994
+ * await client.linkStakingUser({ user: "0x...", isFinalize: false });
995
+ * ```
996
+ *
997
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/trading/fees#staking-linking
998
+ */
999
+ linkStakingUser(
1000
+ params: LinkStakingUserParameters,
1001
+ opts?: LinkStakingUserOptions,
1002
+ ): Promise<LinkStakingUserSuccessResponse> {
1003
+ return linkStakingUser(this.config_, params, opts);
1004
+ }
1005
+
1006
+ /**
1007
+ * Modify an order.
1008
+ *
1009
+ * @param params Parameters specific to the API request.
1010
+ * @param opts Request execution options.
1011
+ * @return Successful response without specific data.
1012
+ *
1013
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1014
+ * @throws {TransportError} When the transport layer throws an error.
1015
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1016
+ *
1017
+ * @example
1018
+ * ```ts
1019
+ * import * as hl from "@nktkas/hyperliquid";
1020
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1021
+ *
1022
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1023
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1024
+ * const client = new hl.ExchangeClient({ transport, wallet });
1025
+ *
1026
+ * await client.modify({
1027
+ * oid: 123,
1028
+ * order: {
1029
+ * a: 0,
1030
+ * b: true,
1031
+ * p: "31000",
1032
+ * s: "0.2",
1033
+ * r: false,
1034
+ * t: { limit: { tif: "Gtc" } },
1035
+ * },
1036
+ * });
1037
+ * ```
1038
+ *
1039
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#modify-an-order
1040
+ */
1041
+ modify(
1042
+ params: ModifyParameters,
1043
+ opts?: ModifyOptions,
1044
+ ): Promise<ModifySuccessResponse> {
1045
+ return modify(this.config_, params, opts);
1046
+ }
1047
+
1048
+ /**
1049
+ * Place an order(s).
1050
+ *
1051
+ * @param params Parameters specific to the API request.
1052
+ * @param opts Request execution options.
1053
+ * @return Successful variant of {@link OrderResponse} without error statuses.
1054
+ *
1055
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1056
+ * @throws {TransportError} When the transport layer throws an error.
1057
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1058
+ *
1059
+ * @example
1060
+ * ```ts
1061
+ * import * as hl from "@nktkas/hyperliquid";
1062
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1063
+ *
1064
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1065
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1066
+ * const client = new hl.ExchangeClient({ transport, wallet });
1067
+ *
1068
+ * const data = await client.order({
1069
+ * orders: [
1070
+ * {
1071
+ * a: 0,
1072
+ * b: true,
1073
+ * p: "30000",
1074
+ * s: "0.1",
1075
+ * r: false,
1076
+ * t: { limit: { tif: "Gtc" } },
1077
+ * },
1078
+ * ],
1079
+ * grouping: "na",
1080
+ * });
1081
+ * ```
1082
+ *
1083
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#place-an-order
1084
+ */
1085
+ order(
1086
+ params: OrderParameters,
1087
+ opts?: OrderOptions,
1088
+ ): Promise<OrderSuccessResponse> {
1089
+ return order(this.config_, params, opts);
1090
+ }
1091
+
1092
+ /**
1093
+ * This action does not do anything (no operation), but causes the nonce to be marked as used.
1094
+ *
1095
+ * @param opts Request execution options.
1096
+ * @return Successful response without specific data.
1097
+ *
1098
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1099
+ * @throws {TransportError} When the transport layer throws an error.
1100
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1101
+ *
1102
+ * @example
1103
+ * ```ts
1104
+ * import * as hl from "@nktkas/hyperliquid";
1105
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1106
+ *
1107
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1108
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1109
+ * const client = new hl.ExchangeClient({ transport, wallet });
1110
+ *
1111
+ * await client.noop();
1112
+ * ```
1113
+ *
1114
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#invalidate-pending-nonce-noop
1115
+ */
1116
+ noop(
1117
+ opts?: NoopOptions,
1118
+ ): Promise<NoopSuccessResponse> {
1119
+ return noop(this.config_, opts);
1120
+ }
1121
+
1122
+ /**
1123
+ * Deploying HIP-3 assets.
1124
+ *
1125
+ * @param params Parameters specific to the API request.
1126
+ * @param opts Request execution options.
1127
+ * @return Successful response without specific data.
1128
+ *
1129
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1130
+ * @throws {TransportError} When the transport layer throws an error.
1131
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1132
+ *
1133
+ * @example
1134
+ * ```ts
1135
+ * import * as hl from "@nktkas/hyperliquid";
1136
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1137
+ *
1138
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1139
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1140
+ * const client = new hl.ExchangeClient({ transport, wallet });
1141
+ *
1142
+ * await client.perpDeploy({
1143
+ * registerAsset: {
1144
+ * maxGas: 1000000,
1145
+ * assetRequest: {
1146
+ * coin: "USDC",
1147
+ * szDecimals: 8,
1148
+ * oraclePx: "1",
1149
+ * marginTableId: 1,
1150
+ * onlyIsolated: false,
1151
+ * },
1152
+ * dex: "test",
1153
+ * schema: null,
1154
+ * },
1155
+ * });
1156
+ * ```
1157
+ *
1158
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/hip-3-deployer-actions
1159
+ */
1160
+ perpDeploy(
1161
+ params: PerpDeployParameters,
1162
+ opts?: PerpDeployOptions,
1163
+ ): Promise<PerpDeploySuccessResponse> {
1164
+ return perpDeploy(this.config_, params, opts);
1165
+ }
1166
+
1167
+ /**
1168
+ * Create a referral code.
1169
+ *
1170
+ * @param params Parameters specific to the API request.
1171
+ * @param opts Request execution options.
1172
+ * @return Successful response without specific data.
1173
+ *
1174
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1175
+ * @throws {TransportError} When the transport layer throws an error.
1176
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1177
+ *
1178
+ * @example
1179
+ * ```ts
1180
+ * import * as hl from "@nktkas/hyperliquid";
1181
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1182
+ *
1183
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1184
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1185
+ * const client = new hl.ExchangeClient({ transport, wallet });
1186
+ *
1187
+ * await client.registerReferrer({ code: "..." });
1188
+ * ```
1189
+ *
1190
+ * @see null
1191
+ */
1192
+ registerReferrer(
1193
+ params: RegisterReferrerParameters,
1194
+ opts?: RegisterReferrerOptions,
1195
+ ): Promise<RegisterReferrerSuccessResponse> {
1196
+ return registerReferrer(this.config_, params, opts);
1197
+ }
1198
+
1199
+ /**
1200
+ * Reserve additional rate-limited actions for a fee.
1201
+ *
1202
+ * @param params Parameters specific to the API request.
1203
+ * @param opts Request execution options.
1204
+ * @return Successful response without specific data.
1205
+ *
1206
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1207
+ * @throws {TransportError} When the transport layer throws an error.
1208
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1209
+ *
1210
+ * @example
1211
+ * ```ts
1212
+ * import * as hl from "@nktkas/hyperliquid";
1213
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1214
+ *
1215
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1216
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1217
+ * const client = new hl.ExchangeClient({ transport, wallet });
1218
+ *
1219
+ * await client.reserveRequestWeight({ weight: 10 });
1220
+ * ```
1221
+ *
1222
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#reserve-additional-actions
1223
+ */
1224
+ reserveRequestWeight(
1225
+ params: ReserveRequestWeightParameters,
1226
+ opts?: ReserveRequestWeightOptions,
1227
+ ): Promise<ReserveRequestWeightSuccessResponse> {
1228
+ return reserveRequestWeight(this.config_, params, opts);
1229
+ }
1230
+
1231
+ /**
1232
+ * Schedule a cancel-all operation at a future time.
1233
+ *
1234
+ * @param params Parameters specific to the API request.
1235
+ * @param opts Request execution options.
1236
+ * @return Successful response without specific data.
1237
+ *
1238
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1239
+ * @throws {TransportError} When the transport layer throws an error.
1240
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1241
+ *
1242
+ * @example
1243
+ * ```ts
1244
+ * import * as hl from "@nktkas/hyperliquid";
1245
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1246
+ *
1247
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1248
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1249
+ * const client = new hl.ExchangeClient({ transport, wallet });
1250
+ *
1251
+ * await client.scheduleCancel({ time: Date.now() + 10_000 });
1252
+ * ```
1253
+ *
1254
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#schedule-cancel-dead-mans-switch
1255
+ */
1256
+ scheduleCancel(
1257
+ params?: ScheduleCancelParameters,
1258
+ opts?: ScheduleCancelOptions,
1259
+ ): Promise<ScheduleCancelSuccessResponse>;
1260
+ scheduleCancel(
1261
+ opts?: ScheduleCancelOptions,
1262
+ ): Promise<ScheduleCancelSuccessResponse>;
1263
+ scheduleCancel(
1264
+ paramsOrOpts?: ScheduleCancelParameters | ScheduleCancelOptions,
1265
+ maybeOpts?: ScheduleCancelOptions,
1266
+ ): Promise<ScheduleCancelSuccessResponse> {
1267
+ const isFirstArgParams = paramsOrOpts && "time" in paramsOrOpts;
1268
+ const params = isFirstArgParams ? paramsOrOpts : {};
1269
+ const opts = isFirstArgParams ? maybeOpts : paramsOrOpts as ScheduleCancelOptions;
1270
+ return scheduleCancel(this.config_, params, opts);
1271
+ }
1272
+
1273
+ /**
1274
+ * Transfer tokens between different perp DEXs, spot balance, users, and/or sub-accounts.
1275
+ *
1276
+ * @param params Parameters specific to the API request.
1277
+ * @param opts Request execution options.
1278
+ * @return Successful response without specific data.
1279
+ *
1280
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1281
+ * @throws {TransportError} When the transport layer throws an error.
1282
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1283
+ *
1284
+ * @example
1285
+ * ```ts
1286
+ * import * as hl from "@nktkas/hyperliquid";
1287
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1288
+ *
1289
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1290
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1291
+ * const client = new hl.ExchangeClient({ transport, wallet });
1292
+ *
1293
+ * await client.sendAsset({
1294
+ * destination: "0x0000000000000000000000000000000000000001",
1295
+ * sourceDex: "",
1296
+ * destinationDex: "test",
1297
+ * token: "USDC:0xeb62eee3685fc4c43992febcd9e75443",
1298
+ * amount: "1",
1299
+ * });
1300
+ * ```
1301
+ *
1302
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#send-asset
1303
+ */
1304
+ sendAsset(
1305
+ params: SendAssetParameters,
1306
+ opts?: SendAssetOptions,
1307
+ ): Promise<SendAssetSuccessResponse> {
1308
+ return sendAsset(this.config_, params, opts);
1309
+ }
1310
+
1311
+ /**
1312
+ * Transfer tokens from Core to EVM with an additional data payload for `ICoreReceiveWithData` contracts.
1313
+ *
1314
+ * @param params Parameters specific to the API request.
1315
+ * @param opts Request execution options.
1316
+ * @return Successful response without specific data.
1317
+ *
1318
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1319
+ * @throws {TransportError} When the transport layer throws an error.
1320
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1321
+ *
1322
+ * @example
1323
+ * ```ts
1324
+ * import * as hl from "@nktkas/hyperliquid";
1325
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1326
+ *
1327
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1328
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1329
+ * const client = new hl.ExchangeClient({ transport, wallet });
1330
+ *
1331
+ * await client.sendToEvmWithData({
1332
+ * token: "USDC",
1333
+ * amount: "1",
1334
+ * sourceDex: "spot",
1335
+ * destinationRecipient: "0x...",
1336
+ * addressEncoding: "hex",
1337
+ * destinationChainId: 42161,
1338
+ * gasLimit: 200000,
1339
+ * data: "0x",
1340
+ * });
1341
+ * ```
1342
+ *
1343
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#send-to-evm-with-data
1344
+ */
1345
+ sendToEvmWithData(
1346
+ params: SendToEvmWithDataParameters,
1347
+ opts?: SendToEvmWithDataOptions,
1348
+ ): Promise<SendToEvmWithDataSuccessResponse> {
1349
+ return sendToEvmWithData(this.config_, params, opts);
1350
+ }
1351
+
1352
+ /**
1353
+ * Set the display name in the leaderboard.
1354
+ *
1355
+ * @param params Parameters specific to the API request.
1356
+ * @param opts Request execution options.
1357
+ * @return Successful response without specific data.
1358
+ *
1359
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1360
+ * @throws {TransportError} When the transport layer throws an error.
1361
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1362
+ *
1363
+ * @example
1364
+ * ```ts
1365
+ * import * as hl from "@nktkas/hyperliquid";
1366
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1367
+ *
1368
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1369
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1370
+ * const client = new hl.ExchangeClient({ transport, wallet });
1371
+ *
1372
+ * await client.setDisplayName({ displayName: "..." });
1373
+ * ```
1374
+ *
1375
+ * @see null
1376
+ */
1377
+ setDisplayName(
1378
+ params: SetDisplayNameParameters,
1379
+ opts?: SetDisplayNameOptions,
1380
+ ): Promise<SetDisplayNameSuccessResponse> {
1381
+ return setDisplayName(this.config_, params, opts);
1382
+ }
1383
+
1384
+ /**
1385
+ * Set a referral code.
1386
+ *
1387
+ * @param params Parameters specific to the API request.
1388
+ * @param opts Request execution options.
1389
+ * @return Successful response without specific data.
1390
+ *
1391
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1392
+ * @throws {TransportError} When the transport layer throws an error.
1393
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1394
+ *
1395
+ * @example
1396
+ * ```ts
1397
+ * import * as hl from "@nktkas/hyperliquid";
1398
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1399
+ *
1400
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1401
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1402
+ * const client = new hl.ExchangeClient({ transport, wallet });
1403
+ *
1404
+ * await client.setReferrer({ code: "..." });
1405
+ * ```
1406
+ *
1407
+ * @see null
1408
+ */
1409
+ setReferrer(
1410
+ params: SetReferrerParameters,
1411
+ opts?: SetReferrerOptions,
1412
+ ): Promise<SetReferrerSuccessResponse> {
1413
+ return setReferrer(this.config_, params, opts);
1414
+ }
1415
+
1416
+ /**
1417
+ * Deploying HIP-1 and HIP-2 assets.
1418
+ *
1419
+ * @param params Parameters specific to the API request.
1420
+ * @param opts Request execution options.
1421
+ * @return Successful response without specific data.
1422
+ *
1423
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1424
+ * @throws {TransportError} When the transport layer throws an error.
1425
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1426
+ *
1427
+ * @example
1428
+ * ```ts
1429
+ * import * as hl from "@nktkas/hyperliquid";
1430
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1431
+ *
1432
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1433
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1434
+ * const client = new hl.ExchangeClient({ transport, wallet });
1435
+ *
1436
+ * await client.spotDeploy({
1437
+ * registerToken2: {
1438
+ * spec: {
1439
+ * name: "USDC",
1440
+ * szDecimals: 8,
1441
+ * weiDecimals: 8,
1442
+ * },
1443
+ * maxGas: 1000000,
1444
+ * fullName: "USD Coin",
1445
+ * },
1446
+ * });
1447
+ * ```
1448
+ *
1449
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/deploying-hip-1-and-hip-2-assets
1450
+ */
1451
+ spotDeploy(
1452
+ params: SpotDeployParameters,
1453
+ opts?: SpotDeployOptions,
1454
+ ): Promise<SpotDeploySuccessResponse> {
1455
+ return spotDeploy(this.config_, params, opts);
1456
+ }
1457
+
1458
+ /**
1459
+ * Send spot assets to another address.
1460
+ *
1461
+ * @param params Parameters specific to the API request.
1462
+ * @param opts Request execution options.
1463
+ * @return Successful response without specific data.
1464
+ *
1465
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1466
+ * @throws {TransportError} When the transport layer throws an error.
1467
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1468
+ *
1469
+ * @example
1470
+ * ```ts
1471
+ * import * as hl from "@nktkas/hyperliquid";
1472
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1473
+ *
1474
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1475
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1476
+ * const client = new hl.ExchangeClient({ transport, wallet });
1477
+ *
1478
+ * await client.spotSend({
1479
+ * destination: "0x...",
1480
+ * token: "USDC:0xeb62eee3685fc4c43992febcd9e75443",
1481
+ * amount: "1",
1482
+ * });
1483
+ * ```
1484
+ *
1485
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#core-spot-transfer
1486
+ */
1487
+ spotSend(
1488
+ params: SpotSendParameters,
1489
+ opts?: SpotSendOptions,
1490
+ ): Promise<SpotSendSuccessResponse> {
1491
+ return spotSend(this.config_, params, opts);
1492
+ }
1493
+
1494
+ /**
1495
+ * Opt Out of Spot Dusting.
1496
+ *
1497
+ * @param params Parameters specific to the API request.
1498
+ * @param opts Request execution options.
1499
+ * @return Successful response without specific data.
1500
+ *
1501
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1502
+ * @throws {TransportError} When the transport layer throws an error.
1503
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1504
+ *
1505
+ * @example
1506
+ * ```ts
1507
+ * import * as hl from "@nktkas/hyperliquid";
1508
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1509
+ *
1510
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1511
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1512
+ * const client = new hl.ExchangeClient({ transport, wallet });
1513
+ *
1514
+ * await client.spotUser({ toggleSpotDusting: { optOut: false } });
1515
+ * ```
1516
+ *
1517
+ * @see null
1518
+ */
1519
+ spotUser(
1520
+ params: SpotUserParameters,
1521
+ opts?: SpotUserOptions,
1522
+ ): Promise<SpotUserSuccessResponse> {
1523
+ return spotUser(this.config_, params, opts);
1524
+ }
1525
+
1526
+ /**
1527
+ * Modify a sub-account.
1528
+ *
1529
+ * @param params Parameters specific to the API request.
1530
+ * @param opts Request execution options.
1531
+ * @return Successful response without specific data.
1532
+ *
1533
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1534
+ * @throws {TransportError} When the transport layer throws an error.
1535
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1536
+ *
1537
+ * @example
1538
+ * ```ts
1539
+ * import * as hl from "@nktkas/hyperliquid";
1540
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1541
+ *
1542
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1543
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1544
+ * const client = new hl.ExchangeClient({ transport, wallet });
1545
+ *
1546
+ * await client.subAccountModify({ subAccountUser: "0x...", name: "..." });
1547
+ * ```
1548
+ *
1549
+ * @see null
1550
+ */
1551
+ subAccountModify(
1552
+ params: SubAccountModifyParameters,
1553
+ opts?: SubAccountModifyOptions,
1554
+ ): Promise<SubAccountModifySuccessResponse> {
1555
+ return subAccountModify(this.config_, params, opts);
1556
+ }
1557
+
1558
+ /**
1559
+ * Transfer between sub-accounts (spot).
1560
+ *
1561
+ * @param params Parameters specific to the API request.
1562
+ * @param opts Request execution options.
1563
+ * @return Successful response without specific data.
1564
+ *
1565
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1566
+ * @throws {TransportError} When the transport layer throws an error.
1567
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1568
+ *
1569
+ * @example
1570
+ * ```ts
1571
+ * import * as hl from "@nktkas/hyperliquid";
1572
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1573
+ *
1574
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1575
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1576
+ * const client = new hl.ExchangeClient({ transport, wallet });
1577
+ *
1578
+ * await client.subAccountSpotTransfer({
1579
+ * subAccountUser: "0x...",
1580
+ * isDeposit: true,
1581
+ * token: "USDC:0xeb62eee3685fc4c43992febcd9e75443",
1582
+ * amount: "1",
1583
+ * });
1584
+ * ```
1585
+ *
1586
+ * @see null
1587
+ */
1588
+ subAccountSpotTransfer(
1589
+ params: SubAccountSpotTransferParameters,
1590
+ opts?: SubAccountSpotTransferOptions,
1591
+ ): Promise<SubAccountSpotTransferSuccessResponse> {
1592
+ return subAccountSpotTransfer(this.config_, params, opts);
1593
+ }
1594
+
1595
+ /**
1596
+ * Transfer between sub-accounts (perpetual).
1597
+ *
1598
+ * @param params Parameters specific to the API request.
1599
+ * @param opts Request execution options.
1600
+ * @return Successful response without specific data.
1601
+ *
1602
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1603
+ * @throws {TransportError} When the transport layer throws an error.
1604
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1605
+ *
1606
+ * @example
1607
+ * ```ts
1608
+ * import * as hl from "@nktkas/hyperliquid";
1609
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1610
+ *
1611
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1612
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1613
+ * const client = new hl.ExchangeClient({ transport, wallet });
1614
+ *
1615
+ * await client.subAccountTransfer({
1616
+ * subAccountUser: "0x...",
1617
+ * isDeposit: true,
1618
+ * usd: 1 * 1e6,
1619
+ * });
1620
+ * ```
1621
+ *
1622
+ * @see null
1623
+ */
1624
+ subAccountTransfer(
1625
+ params: SubAccountTransferParameters,
1626
+ opts?: SubAccountTransferOptions,
1627
+ ): Promise<SubAccountTransferSuccessResponse> {
1628
+ return subAccountTransfer(this.config_, params, opts);
1629
+ }
1630
+
1631
+ /**
1632
+ * Delegate or undelegate native tokens to or from a validator.
1633
+ *
1634
+ * @param params Parameters specific to the API request.
1635
+ * @param opts Request execution options.
1636
+ * @return Successful response without specific data.
1637
+ *
1638
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1639
+ * @throws {TransportError} When the transport layer throws an error.
1640
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1641
+ *
1642
+ * @example
1643
+ * ```ts
1644
+ * import * as hl from "@nktkas/hyperliquid";
1645
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1646
+ *
1647
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1648
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1649
+ * const client = new hl.ExchangeClient({ transport, wallet });
1650
+ *
1651
+ * await client.tokenDelegate({
1652
+ * validator: "0x...",
1653
+ * isUndelegate: true,
1654
+ * wei: 1 * 1e8,
1655
+ * });
1656
+ * ```
1657
+ *
1658
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#delegate-or-undelegate-stake-from-validator
1659
+ */
1660
+ tokenDelegate(
1661
+ params: TokenDelegateParameters,
1662
+ opts?: TokenDelegateOptions,
1663
+ ): Promise<TokenDelegateSuccessResponse> {
1664
+ return tokenDelegate(this.config_, params, opts);
1665
+ }
1666
+
1667
+ /**
1668
+ * Top up isolated margin by targeting a specific leverage.
1669
+ *
1670
+ * @param params Parameters specific to the API request.
1671
+ * @param opts Request execution options.
1672
+ * @return Successful response without specific data.
1673
+ *
1674
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1675
+ * @throws {TransportError} When the transport layer throws an error.
1676
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1677
+ *
1678
+ * @example
1679
+ * ```ts
1680
+ * import * as hl from "@nktkas/hyperliquid";
1681
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1682
+ *
1683
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1684
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1685
+ * const client = new hl.ExchangeClient({ transport, wallet });
1686
+ *
1687
+ * await client.topUpIsolatedOnlyMargin({ asset: 0, leverage: "0.5" });
1688
+ * ```
1689
+ *
1690
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#update-isolated-margin
1691
+ */
1692
+ topUpIsolatedOnlyMargin(
1693
+ params: TopUpIsolatedOnlyMarginParameters,
1694
+ opts?: TopUpIsolatedOnlyMarginOptions,
1695
+ ): Promise<TopUpIsolatedOnlyMarginSuccessResponse> {
1696
+ return topUpIsolatedOnlyMargin(this.config_, params, opts);
1697
+ }
1698
+
1699
+ /**
1700
+ * Cancel a TWAP order.
1701
+ *
1702
+ * @param params Parameters specific to the API request.
1703
+ * @param opts Request execution options.
1704
+ * @return Successful variant of {@link TwapCancelResponse} without error status.
1705
+ *
1706
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1707
+ * @throws {TransportError} When the transport layer throws an error.
1708
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1709
+ *
1710
+ * @example
1711
+ * ```ts
1712
+ * import * as hl from "@nktkas/hyperliquid";
1713
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1714
+ *
1715
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1716
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1717
+ * const client = new hl.ExchangeClient({ transport, wallet });
1718
+ *
1719
+ * await client.twapCancel({ a: 0, t: 1 });
1720
+ * ```
1721
+ *
1722
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#cancel-a-twap-order
1723
+ */
1724
+ twapCancel(
1725
+ params: TwapCancelParameters,
1726
+ opts?: TwapCancelOptions,
1727
+ ): Promise<TwapCancelSuccessResponse> {
1728
+ return twapCancel(this.config_, params, opts);
1729
+ }
1730
+
1731
+ /**
1732
+ * Place a TWAP order.
1733
+ *
1734
+ * @param params Parameters specific to the API request.
1735
+ * @param opts Request execution options.
1736
+ * @return Successful variant of {@link TwapOrderResponse} without error status.
1737
+ *
1738
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1739
+ * @throws {TransportError} When the transport layer throws an error.
1740
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1741
+ *
1742
+ * @example
1743
+ * ```ts
1744
+ * import * as hl from "@nktkas/hyperliquid";
1745
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1746
+ *
1747
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1748
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1749
+ * const client = new hl.ExchangeClient({ transport, wallet });
1750
+ *
1751
+ * const data = await client.twapOrder({
1752
+ * twap: {
1753
+ * a: 0,
1754
+ * b: true,
1755
+ * s: "1",
1756
+ * r: false,
1757
+ * m: 10,
1758
+ * t: true,
1759
+ * },
1760
+ * });
1761
+ * ```
1762
+ *
1763
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#place-a-twap-order
1764
+ */
1765
+ twapOrder(
1766
+ params: TwapOrderParameters,
1767
+ opts?: TwapOrderOptions,
1768
+ ): Promise<TwapOrderSuccessResponse> {
1769
+ return twapOrder(this.config_, params, opts);
1770
+ }
1771
+
1772
+ /**
1773
+ * Add or remove margin from isolated position.
1774
+ *
1775
+ * @param params Parameters specific to the API request.
1776
+ * @param opts Request execution options.
1777
+ * @return Successful response without specific data.
1778
+ *
1779
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1780
+ * @throws {TransportError} When the transport layer throws an error.
1781
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1782
+ *
1783
+ * @example
1784
+ * ```ts
1785
+ * import * as hl from "@nktkas/hyperliquid";
1786
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1787
+ *
1788
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1789
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1790
+ * const client = new hl.ExchangeClient({ transport, wallet });
1791
+ *
1792
+ * await client.updateIsolatedMargin({ asset: 0, isBuy: true, ntli: 1 * 1e6 });
1793
+ * ```
1794
+ *
1795
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#update-isolated-margin
1796
+ */
1797
+ updateIsolatedMargin(
1798
+ params: UpdateIsolatedMarginParameters,
1799
+ opts?: UpdateIsolatedMarginOptions,
1800
+ ): Promise<UpdateIsolatedMarginSuccessResponse> {
1801
+ return updateIsolatedMargin(this.config_, params, opts);
1802
+ }
1803
+
1804
+ /**
1805
+ * Update cross or isolated leverage on a coin.
1806
+ *
1807
+ * @param params Parameters specific to the API request.
1808
+ * @param opts Request execution options.
1809
+ * @return Successful response without specific data.
1810
+ *
1811
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1812
+ * @throws {TransportError} When the transport layer throws an error.
1813
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1814
+ *
1815
+ * @example
1816
+ * ```ts
1817
+ * import * as hl from "@nktkas/hyperliquid";
1818
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1819
+ *
1820
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1821
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1822
+ * const client = new hl.ExchangeClient({ transport, wallet });
1823
+ *
1824
+ * await client.updateLeverage({ asset: 0, isCross: true, leverage: 5 });
1825
+ * ```
1826
+ *
1827
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#update-leverage
1828
+ */
1829
+ updateLeverage(
1830
+ params: UpdateLeverageParameters,
1831
+ opts?: UpdateLeverageOptions,
1832
+ ): Promise<UpdateLeverageSuccessResponse> {
1833
+ return updateLeverage(this.config_, params, opts);
1834
+ }
1835
+
1836
+ /**
1837
+ * Transfer funds between Spot account and Perp account.
1838
+ *
1839
+ * @param params Parameters specific to the API request.
1840
+ * @param opts Request execution options.
1841
+ * @return Successful response without specific data.
1842
+ *
1843
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1844
+ * @throws {TransportError} When the transport layer throws an error.
1845
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1846
+ *
1847
+ * @example
1848
+ * ```ts
1849
+ * import * as hl from "@nktkas/hyperliquid";
1850
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1851
+ *
1852
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1853
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1854
+ * const client = new hl.ExchangeClient({ transport, wallet });
1855
+ *
1856
+ * await client.usdClassTransfer({ amount: "1", toPerp: true });
1857
+ * ```
1858
+ *
1859
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#transfer-from-spot-account-to-perp-account-and-vice-versa
1860
+ */
1861
+ usdClassTransfer(
1862
+ params: UsdClassTransferParameters,
1863
+ opts?: UsdClassTransferOptions,
1864
+ ): Promise<UsdClassTransferSuccessResponse> {
1865
+ return usdClassTransfer(this.config_, params, opts);
1866
+ }
1867
+
1868
+ /**
1869
+ * Send usd to another address.
1870
+ *
1871
+ * @param params Parameters specific to the API request.
1872
+ * @param opts Request execution options.
1873
+ * @return Successful response without specific data.
1874
+ *
1875
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1876
+ * @throws {TransportError} When the transport layer throws an error.
1877
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1878
+ *
1879
+ * @example
1880
+ * ```ts
1881
+ * import * as hl from "@nktkas/hyperliquid";
1882
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1883
+ *
1884
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1885
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1886
+ * const client = new hl.ExchangeClient({ transport, wallet });
1887
+ *
1888
+ * await client.usdSend({ destination: "0x...", amount: "1" });
1889
+ * ```
1890
+ *
1891
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#core-usdc-transfer
1892
+ */
1893
+ usdSend(
1894
+ params: UsdSendParameters,
1895
+ opts?: UsdSendOptions,
1896
+ ): Promise<UsdSendSuccessResponse> {
1897
+ return usdSend(this.config_, params, opts);
1898
+ }
1899
+
1900
+ /**
1901
+ * Enable/disable HIP-3 DEX abstraction.
1902
+ *
1903
+ * @param params Parameters specific to the API request.
1904
+ * @param opts Request execution options.
1905
+ * @return Successful response without specific data.
1906
+ *
1907
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1908
+ * @throws {TransportError} When the transport layer throws an error.
1909
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1910
+ *
1911
+ * @example
1912
+ * ```ts
1913
+ * import * as hl from "@nktkas/hyperliquid";
1914
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1915
+ *
1916
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1917
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1918
+ * const client = new hl.ExchangeClient({ transport, wallet });
1919
+ *
1920
+ * await client.userDexAbstraction({ user: "0x...", enabled: true });
1921
+ * ```
1922
+ *
1923
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#enable-hip-3-dex-abstraction
1924
+ *
1925
+ * @deprecated Use {@link userSetAbstraction} instead.
1926
+ */
1927
+ userDexAbstraction(
1928
+ params: UserDexAbstractionParameters,
1929
+ opts?: UserDexAbstractionOptions,
1930
+ ): Promise<UserDexAbstractionSuccessResponse> {
1931
+ return userDexAbstraction(this.config_, params, opts);
1932
+ }
1933
+
1934
+ /**
1935
+ * Set user abstraction mode.
1936
+ *
1937
+ * @param params Parameters specific to the API request.
1938
+ * @param opts Request execution options.
1939
+ * @return Successful response without specific data.
1940
+ *
1941
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1942
+ * @throws {TransportError} When the transport layer throws an error.
1943
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1944
+ *
1945
+ * @example
1946
+ * ```ts
1947
+ * import * as hl from "@nktkas/hyperliquid";
1948
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1949
+ *
1950
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1951
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1952
+ * const client = new hl.ExchangeClient({ transport, wallet });
1953
+ *
1954
+ * await client.userSetAbstraction({ user: "0x...", abstraction: "dexAbstraction" });
1955
+ * ```
1956
+ *
1957
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#set-user-abstraction
1958
+ */
1959
+ userSetAbstraction(
1960
+ params: UserSetAbstractionParameters,
1961
+ opts?: UserSetAbstractionOptions,
1962
+ ): Promise<UserSetAbstractionSuccessResponse> {
1963
+ return userSetAbstraction(this.config_, params, opts);
1964
+ }
1965
+
1966
+ /**
1967
+ * Enable/disable user portfolio margin.
1968
+ *
1969
+ * @param params Parameters specific to the API request.
1970
+ * @param opts Request execution options.
1971
+ * @return Successful response without specific data.
1972
+ *
1973
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
1974
+ * @throws {TransportError} When the transport layer throws an error.
1975
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
1976
+ *
1977
+ * @example
1978
+ * ```ts
1979
+ * import * as hl from "@nktkas/hyperliquid";
1980
+ * import { privateKeyToAccount } from "npm:viem/accounts";
1981
+ *
1982
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
1983
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1984
+ * const client = new hl.ExchangeClient({ transport, wallet });
1985
+ *
1986
+ * await client.userPortfolioMargin({ user: "0x...", enabled: true });
1987
+ * ```
1988
+ *
1989
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/trading/portfolio-margin
1990
+ */
1991
+ userPortfolioMargin(
1992
+ params: UserPortfolioMarginParameters,
1993
+ opts?: UserPortfolioMarginOptions,
1994
+ ): Promise<UserPortfolioMarginSuccessResponse> {
1995
+ return userPortfolioMargin(this.config_, params, opts);
1996
+ }
1997
+
1998
+ /**
1999
+ * Validator vote on risk-free rate for aligned quote asset.
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.validatorL1Stream({ riskFreeRate: "0.05" });
2019
+ * ```
2020
+ *
2021
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#validator-vote-on-risk-free-rate-for-aligned-quote-asset
2022
+ */
2023
+ validatorL1Stream(
2024
+ params: ValidatorL1StreamParameters,
2025
+ opts?: ValidatorL1StreamOptions,
2026
+ ): Promise<ValidatorL1StreamSuccessResponse> {
2027
+ return validatorL1Stream(this.config_, params, opts);
2028
+ }
2029
+
2030
+ /**
2031
+ * Distribute funds from a vault between followers.
2032
+ *
2033
+ * @param params Parameters specific to the API request.
2034
+ * @param opts Request execution options.
2035
+ * @return Successful response without specific data.
2036
+ *
2037
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
2038
+ * @throws {TransportError} When the transport layer throws an error.
2039
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
2040
+ *
2041
+ * @example
2042
+ * ```ts
2043
+ * import * as hl from "@nktkas/hyperliquid";
2044
+ * import { privateKeyToAccount } from "npm:viem/accounts";
2045
+ *
2046
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
2047
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
2048
+ * const client = new hl.ExchangeClient({ transport, wallet });
2049
+ *
2050
+ * await client.vaultDistribute({ vaultAddress: "0x...", usd: 10 * 1e6 });
2051
+ * ```
2052
+ *
2053
+ * @see null
2054
+ */
2055
+ vaultDistribute(
2056
+ params: VaultDistributeParameters,
2057
+ opts?: VaultDistributeOptions,
2058
+ ): Promise<VaultDistributeSuccessResponse> {
2059
+ return vaultDistribute(this.config_, params, opts);
2060
+ }
2061
+
2062
+ /**
2063
+ * Modify a vault's configuration.
2064
+ *
2065
+ * @param params Parameters specific to the API request.
2066
+ * @param opts Request execution options.
2067
+ * @return Successful response without specific data.
2068
+ *
2069
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
2070
+ * @throws {TransportError} When the transport layer throws an error.
2071
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
2072
+ *
2073
+ * @example
2074
+ * ```ts
2075
+ * import * as hl from "@nktkas/hyperliquid";
2076
+ * import { privateKeyToAccount } from "npm:viem/accounts";
2077
+ *
2078
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
2079
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
2080
+ * const client = new hl.ExchangeClient({ transport, wallet });
2081
+ *
2082
+ * await client.vaultModify({
2083
+ * vaultAddress: "0x...",
2084
+ * allowDeposits: true,
2085
+ * alwaysCloseOnWithdraw: false,
2086
+ * });
2087
+ * ```
2088
+ *
2089
+ * @see null
2090
+ */
2091
+ vaultModify(
2092
+ params: VaultModifyParameters,
2093
+ opts?: VaultModifyOptions,
2094
+ ): Promise<VaultModifySuccessResponse> {
2095
+ return vaultModify(this.config_, params, opts);
2096
+ }
2097
+
2098
+ /**
2099
+ * Deposit or withdraw from a vault.
2100
+ *
2101
+ * @param params Parameters specific to the API request.
2102
+ * @param opts Request execution options.
2103
+ * @return Successful response without specific data.
2104
+ *
2105
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
2106
+ * @throws {TransportError} When the transport layer throws an error.
2107
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
2108
+ *
2109
+ * @example
2110
+ * ```ts
2111
+ * import * as hl from "@nktkas/hyperliquid";
2112
+ * import { privateKeyToAccount } from "npm:viem/accounts";
2113
+ *
2114
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
2115
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
2116
+ * const client = new hl.ExchangeClient({ transport, wallet });
2117
+ *
2118
+ * await client.vaultTransfer({
2119
+ * vaultAddress: "0x...",
2120
+ * isDeposit: true,
2121
+ * usd: 10 * 1e6,
2122
+ * });
2123
+ * ```
2124
+ *
2125
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#deposit-or-withdraw-from-a-vault
2126
+ */
2127
+ vaultTransfer(
2128
+ params: VaultTransferParameters,
2129
+ opts?: VaultTransferOptions,
2130
+ ): Promise<VaultTransferSuccessResponse> {
2131
+ return vaultTransfer(this.config_, params, opts);
2132
+ }
2133
+
2134
+ /**
2135
+ * Initiate a withdrawal request.
2136
+ *
2137
+ * @param params Parameters specific to the API request.
2138
+ * @param opts Request execution options.
2139
+ * @return Successful response without specific data.
2140
+ *
2141
+ * @throws {ValidationError} When the request parameters fail validation (before sending).
2142
+ * @throws {TransportError} When the transport layer throws an error.
2143
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
2144
+ *
2145
+ * @example
2146
+ * ```ts
2147
+ * import * as hl from "@nktkas/hyperliquid";
2148
+ * import { privateKeyToAccount } from "npm:viem/accounts";
2149
+ *
2150
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
2151
+ * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
2152
+ * const client = new hl.ExchangeClient({ transport, wallet });
2153
+ *
2154
+ * await client.withdraw3({ destination: "0x...", amount: "1" });
2155
+ * ```
2156
+ *
2157
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#initiate-a-withdrawal-request
2158
+ */
2159
+ withdraw3(
2160
+ params: Withdraw3Parameters,
2161
+ opts?: Withdraw3Options,
2162
+ ): Promise<Withdraw3SuccessResponse> {
2163
+ return withdraw3(this.config_, params, opts);
2164
+ }
2165
+ }
2166
+
2167
+ // ============================================================
2168
+ // Type Re-exports
2169
+ // ============================================================
2170
+
2171
+ export { ApiRequestError } from "./_methods/_base/errors.js";
2172
+ export type { ExchangeMultiSigConfig, ExchangeSingleWalletConfig } from "./_methods/_base/execute.js";
2173
+
2174
+ export type {
2175
+ AgentEnableDexAbstractionOptions,
2176
+ AgentEnableDexAbstractionSuccessResponse,
2177
+ } from "./_methods/agentEnableDexAbstraction.js";
2178
+ export type {
2179
+ AgentSetAbstractionOptions,
2180
+ AgentSetAbstractionParameters,
2181
+ AgentSetAbstractionSuccessResponse,
2182
+ } from "./_methods/agentSetAbstraction.js";
2183
+ export type {
2184
+ ApproveAgentOptions,
2185
+ ApproveAgentParameters,
2186
+ ApproveAgentSuccessResponse,
2187
+ } from "./_methods/approveAgent.js";
2188
+ export type {
2189
+ ApproveBuilderFeeOptions,
2190
+ ApproveBuilderFeeParameters,
2191
+ ApproveBuilderFeeSuccessResponse,
2192
+ } from "./_methods/approveBuilderFee.js";
2193
+ export type { BatchModifyOptions, BatchModifyParameters, BatchModifySuccessResponse } from "./_methods/batchModify.js";
2194
+ export type { BorrowLendOptions, BorrowLendParameters, BorrowLendSuccessResponse } from "./_methods/borrowLend.js";
2195
+ export type { CancelOptions, CancelParameters, CancelSuccessResponse } from "./_methods/cancel.js";
2196
+ export type {
2197
+ CancelByCloidOptions,
2198
+ CancelByCloidParameters,
2199
+ CancelByCloidSuccessResponse,
2200
+ } from "./_methods/cancelByCloid.js";
2201
+ export type { CDepositOptions, CDepositParameters, CDepositSuccessResponse } from "./_methods/cDeposit.js";
2202
+ export type { ClaimRewardsOptions, ClaimRewardsSuccessResponse } from "./_methods/claimRewards.js";
2203
+ export type {
2204
+ ConvertToMultiSigUserOptions,
2205
+ ConvertToMultiSigUserParameters,
2206
+ ConvertToMultiSigUserSuccessResponse,
2207
+ } from "./_methods/convertToMultiSigUser.js";
2208
+ export type {
2209
+ CreateSubAccountOptions,
2210
+ CreateSubAccountParameters,
2211
+ CreateSubAccountSuccessResponse,
2212
+ } from "./_methods/createSubAccount.js";
2213
+ export type { CreateVaultOptions, CreateVaultParameters, CreateVaultSuccessResponse } from "./_methods/createVault.js";
2214
+ export type {
2215
+ CSignerActionOptions,
2216
+ CSignerActionParameters,
2217
+ CSignerActionSuccessResponse,
2218
+ } from "./_methods/cSignerAction.js";
2219
+ export type {
2220
+ CValidatorActionOptions,
2221
+ CValidatorActionParameters,
2222
+ CValidatorActionSuccessResponse,
2223
+ } from "./_methods/cValidatorAction.js";
2224
+ export type { CWithdrawOptions, CWithdrawParameters, CWithdrawSuccessResponse } from "./_methods/cWithdraw.js";
2225
+ export type {
2226
+ EvmUserModifyOptions,
2227
+ EvmUserModifyParameters,
2228
+ EvmUserModifySuccessResponse,
2229
+ } from "./_methods/evmUserModify.js";
2230
+ export type {
2231
+ LinkStakingUserOptions,
2232
+ LinkStakingUserParameters,
2233
+ LinkStakingUserSuccessResponse,
2234
+ } from "./_methods/linkStakingUser.js";
2235
+ export type { ModifyOptions, ModifyParameters, ModifySuccessResponse } from "./_methods/modify.js";
2236
+ export type { NoopOptions, NoopSuccessResponse } from "./_methods/noop.js";
2237
+ export type { OrderOptions, OrderParameters, OrderSuccessResponse } from "./_methods/order.js";
2238
+ export type { PerpDeployOptions, PerpDeployParameters, PerpDeploySuccessResponse } from "./_methods/perpDeploy.js";
2239
+ export type {
2240
+ RegisterReferrerOptions,
2241
+ RegisterReferrerParameters,
2242
+ RegisterReferrerSuccessResponse,
2243
+ } from "./_methods/registerReferrer.js";
2244
+ export type {
2245
+ ReserveRequestWeightOptions,
2246
+ ReserveRequestWeightParameters,
2247
+ ReserveRequestWeightSuccessResponse,
2248
+ } from "./_methods/reserveRequestWeight.js";
2249
+ export type {
2250
+ ScheduleCancelOptions,
2251
+ ScheduleCancelParameters,
2252
+ ScheduleCancelSuccessResponse,
2253
+ } from "./_methods/scheduleCancel.js";
2254
+ export type { SendAssetOptions, SendAssetParameters, SendAssetSuccessResponse } from "./_methods/sendAsset.js";
2255
+ export type {
2256
+ SendToEvmWithDataOptions,
2257
+ SendToEvmWithDataParameters,
2258
+ SendToEvmWithDataSuccessResponse,
2259
+ } from "./_methods/sendToEvmWithData.js";
2260
+ export type {
2261
+ SetDisplayNameOptions,
2262
+ SetDisplayNameParameters,
2263
+ SetDisplayNameSuccessResponse,
2264
+ } from "./_methods/setDisplayName.js";
2265
+ export type { SetReferrerOptions, SetReferrerParameters, SetReferrerSuccessResponse } from "./_methods/setReferrer.js";
2266
+ export type { SpotDeployOptions, SpotDeployParameters, SpotDeploySuccessResponse } from "./_methods/spotDeploy.js";
2267
+ export type { SpotSendOptions, SpotSendParameters, SpotSendSuccessResponse } from "./_methods/spotSend.js";
2268
+ export type { SpotUserOptions, SpotUserParameters, SpotUserSuccessResponse } from "./_methods/spotUser.js";
2269
+ export type {
2270
+ SubAccountModifyOptions,
2271
+ SubAccountModifyParameters,
2272
+ SubAccountModifySuccessResponse,
2273
+ } from "./_methods/subAccountModify.js";
2274
+ export type {
2275
+ SubAccountSpotTransferOptions,
2276
+ SubAccountSpotTransferParameters,
2277
+ SubAccountSpotTransferSuccessResponse,
2278
+ } from "./_methods/subAccountSpotTransfer.js";
2279
+ export type {
2280
+ SubAccountTransferOptions,
2281
+ SubAccountTransferParameters,
2282
+ SubAccountTransferSuccessResponse,
2283
+ } from "./_methods/subAccountTransfer.js";
2284
+ export type {
2285
+ TokenDelegateOptions,
2286
+ TokenDelegateParameters,
2287
+ TokenDelegateSuccessResponse,
2288
+ } from "./_methods/tokenDelegate.js";
2289
+ export type {
2290
+ TopUpIsolatedOnlyMarginOptions,
2291
+ TopUpIsolatedOnlyMarginParameters,
2292
+ TopUpIsolatedOnlyMarginSuccessResponse,
2293
+ } from "./_methods/topUpIsolatedOnlyMargin.js";
2294
+ export type { TwapCancelOptions, TwapCancelParameters, TwapCancelSuccessResponse } from "./_methods/twapCancel.js";
2295
+ export type { TwapOrderOptions, TwapOrderParameters, TwapOrderSuccessResponse } from "./_methods/twapOrder.js";
2296
+ export type {
2297
+ UpdateIsolatedMarginOptions,
2298
+ UpdateIsolatedMarginParameters,
2299
+ UpdateIsolatedMarginSuccessResponse,
2300
+ } from "./_methods/updateIsolatedMargin.js";
2301
+ export type {
2302
+ UpdateLeverageOptions,
2303
+ UpdateLeverageParameters,
2304
+ UpdateLeverageSuccessResponse,
2305
+ } from "./_methods/updateLeverage.js";
2306
+ export type {
2307
+ UsdClassTransferOptions,
2308
+ UsdClassTransferParameters,
2309
+ UsdClassTransferSuccessResponse,
2310
+ } from "./_methods/usdClassTransfer.js";
2311
+ export type { UsdSendOptions, UsdSendParameters, UsdSendSuccessResponse } from "./_methods/usdSend.js";
2312
+ export type {
2313
+ UserDexAbstractionOptions,
2314
+ UserDexAbstractionOptions as UserDexAbstractionExchangeOptions,
2315
+ UserDexAbstractionParameters,
2316
+ UserDexAbstractionParameters as UserDexAbstractionExchangeParameters,
2317
+ UserDexAbstractionSuccessResponse,
2318
+ UserDexAbstractionSuccessResponse as UserDexAbstractionExchangeSuccessResponse,
2319
+ } from "./_methods/userDexAbstraction.js";
2320
+ export type {
2321
+ UserPortfolioMarginOptions,
2322
+ UserPortfolioMarginParameters,
2323
+ UserPortfolioMarginSuccessResponse,
2324
+ } from "./_methods/userPortfolioMargin.js";
2325
+ export type {
2326
+ UserSetAbstractionOptions,
2327
+ UserSetAbstractionParameters,
2328
+ UserSetAbstractionSuccessResponse,
2329
+ } from "./_methods/userSetAbstraction.js";
2330
+ export type {
2331
+ ValidatorL1StreamOptions,
2332
+ ValidatorL1StreamParameters,
2333
+ ValidatorL1StreamSuccessResponse,
2334
+ } from "./_methods/validatorL1Stream.js";
2335
+ export type {
2336
+ VaultDistributeOptions,
2337
+ VaultDistributeParameters,
2338
+ VaultDistributeSuccessResponse,
2339
+ } from "./_methods/vaultDistribute.js";
2340
+ export type { VaultModifyOptions, VaultModifyParameters, VaultModifySuccessResponse } from "./_methods/vaultModify.js";
2341
+ export type {
2342
+ VaultTransferOptions,
2343
+ VaultTransferParameters,
2344
+ VaultTransferSuccessResponse,
2345
+ } from "./_methods/vaultTransfer.js";
2346
+ export type { Withdraw3Options, Withdraw3Parameters, Withdraw3SuccessResponse } from "./_methods/withdraw3.js";