@nktkas/hyperliquid 0.30.3 → 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.
- package/CONTRIBUTING.md +1 -4
- package/README.md +8 -13
- package/esm/_base.d.ts +15 -0
- package/esm/_base.d.ts.map +1 -0
- package/esm/_base.js +28 -0
- package/esm/_base.js.map +1 -0
- package/esm/api/_schemas.d.ts +30 -0
- package/esm/api/_schemas.d.ts.map +1 -0
- package/esm/api/_schemas.js +67 -0
- package/esm/api/_schemas.js.map +1 -0
- package/esm/api/exchange/_methods/_base/_nonce.d.ts +17 -0
- package/esm/api/exchange/_methods/_base/_nonce.d.ts.map +1 -0
- package/esm/api/exchange/_methods/_base/_nonce.js +29 -0
- package/esm/api/exchange/_methods/_base/_nonce.js.map +1 -0
- package/esm/api/exchange/_methods/_base/_semaphore.d.ts +13 -0
- package/esm/api/exchange/_methods/_base/_semaphore.d.ts.map +1 -0
- package/esm/api/exchange/_methods/_base/_semaphore.js +75 -0
- package/esm/api/exchange/_methods/_base/_semaphore.js.map +1 -0
- package/esm/api/exchange/_methods/_base/commonSchemas.d.ts +36 -0
- package/esm/api/exchange/_methods/_base/commonSchemas.d.ts.map +1 -0
- package/esm/api/exchange/_methods/_base/commonSchemas.js +22 -0
- package/esm/api/exchange/_methods/_base/commonSchemas.js.map +1 -0
- package/esm/api/exchange/_methods/_base/errors.d.ts +62 -0
- package/esm/api/exchange/_methods/_base/errors.d.ts.map +1 -0
- package/esm/api/exchange/_methods/_base/errors.js +86 -0
- package/esm/api/exchange/_methods/_base/errors.js.map +1 -0
- package/esm/api/exchange/_methods/_base/execute.d.ts +95 -0
- package/esm/api/exchange/_methods/_base/execute.d.ts.map +1 -0
- package/esm/api/exchange/_methods/_base/execute.js +229 -0
- package/esm/api/exchange/_methods/_base/execute.js.map +1 -0
- package/esm/api/exchange/_methods/agentEnableDexAbstraction.d.ts +64 -0
- package/esm/api/exchange/_methods/agentEnableDexAbstraction.d.ts.map +1 -0
- package/esm/api/exchange/_methods/agentEnableDexAbstraction.js +57 -0
- package/esm/api/exchange/_methods/agentEnableDexAbstraction.js.map +1 -0
- package/esm/api/exchange/_methods/agentSetAbstraction.d.ts +117 -0
- package/esm/api/exchange/_methods/agentSetAbstraction.d.ts.map +1 -0
- package/esm/api/exchange/_methods/agentSetAbstraction.js +75 -0
- package/esm/api/exchange/_methods/agentSetAbstraction.js.map +1 -0
- package/esm/api/exchange/_methods/approveAgent.d.ts +155 -0
- package/esm/api/exchange/_methods/approveAgent.d.ts.map +1 -0
- package/esm/api/exchange/_methods/approveAgent.js +111 -0
- package/esm/api/exchange/_methods/approveAgent.js.map +1 -0
- package/esm/api/exchange/_methods/approveBuilderFee.d.ts +136 -0
- package/esm/api/exchange/_methods/approveBuilderFee.d.ts.map +1 -0
- package/esm/api/exchange/_methods/approveBuilderFee.js +85 -0
- package/esm/api/exchange/_methods/approveBuilderFee.js.map +1 -0
- package/esm/api/exchange/_methods/batchModify.d.ts +349 -0
- package/esm/api/exchange/_methods/batchModify.d.ts.map +1 -0
- package/esm/api/exchange/_methods/batchModify.js +131 -0
- package/esm/api/exchange/_methods/batchModify.js.map +1 -0
- package/esm/api/exchange/_methods/borrowLend.d.ts +126 -0
- package/esm/api/exchange/_methods/borrowLend.d.ts.map +1 -0
- package/esm/api/exchange/_methods/borrowLend.js +76 -0
- package/esm/api/exchange/_methods/borrowLend.js.map +1 -0
- package/esm/api/exchange/_methods/cDeposit.d.ts +125 -0
- package/esm/api/exchange/_methods/cDeposit.d.ts.map +1 -0
- package/esm/api/exchange/_methods/cDeposit.js +82 -0
- package/esm/api/exchange/_methods/cDeposit.js.map +1 -0
- package/esm/api/exchange/_methods/cSignerAction.d.ts +151 -0
- package/esm/api/exchange/_methods/cSignerAction.d.ts.map +1 -0
- package/esm/api/exchange/_methods/cSignerAction.js +93 -0
- package/esm/api/exchange/_methods/cSignerAction.js.map +1 -0
- package/esm/api/exchange/_methods/cValidatorAction.d.ts +418 -0
- package/esm/api/exchange/_methods/cValidatorAction.d.ts.map +1 -0
- package/esm/api/exchange/_methods/cValidatorAction.js +135 -0
- package/esm/api/exchange/_methods/cValidatorAction.js.map +1 -0
- package/esm/api/exchange/_methods/cWithdraw.d.ts +125 -0
- package/esm/api/exchange/_methods/cWithdraw.d.ts.map +1 -0
- package/esm/api/exchange/_methods/cWithdraw.js +82 -0
- package/esm/api/exchange/_methods/cWithdraw.js.map +1 -0
- package/esm/api/exchange/_methods/cancel.d.ts +149 -0
- package/esm/api/exchange/_methods/cancel.d.ts.map +1 -0
- package/esm/api/exchange/_methods/cancel.js +77 -0
- package/esm/api/exchange/_methods/cancel.js.map +1 -0
- package/esm/api/exchange/_methods/cancelByCloid.d.ts +138 -0
- package/esm/api/exchange/_methods/cancelByCloid.d.ts.map +1 -0
- package/esm/api/exchange/_methods/cancelByCloid.js +81 -0
- package/esm/api/exchange/_methods/cancelByCloid.js.map +1 -0
- package/esm/api/exchange/_methods/claimRewards.d.ts +62 -0
- package/esm/api/exchange/_methods/claimRewards.d.ts.map +1 -0
- package/esm/api/exchange/_methods/claimRewards.js +55 -0
- package/esm/api/exchange/_methods/claimRewards.js.map +1 -0
- package/esm/api/exchange/_methods/convertToMultiSigUser.d.ts +223 -0
- package/esm/api/exchange/_methods/convertToMultiSigUser.d.ts.map +1 -0
- package/esm/api/exchange/_methods/convertToMultiSigUser.js +120 -0
- package/esm/api/exchange/_methods/convertToMultiSigUser.js.map +1 -0
- package/esm/api/exchange/_methods/createSubAccount.d.ts +115 -0
- package/esm/api/exchange/_methods/createSubAccount.d.ts.map +1 -0
- package/esm/api/exchange/_methods/createSubAccount.js +70 -0
- package/esm/api/exchange/_methods/createSubAccount.js.map +1 -0
- package/esm/api/exchange/_methods/createVault.d.ts +153 -0
- package/esm/api/exchange/_methods/createVault.d.ts.map +1 -0
- package/esm/api/exchange/_methods/createVault.js +81 -0
- package/esm/api/exchange/_methods/createVault.js.map +1 -0
- package/esm/api/exchange/_methods/evmUserModify.d.ts +102 -0
- package/esm/api/exchange/_methods/evmUserModify.d.ts.map +1 -0
- package/esm/api/exchange/_methods/evmUserModify.js +70 -0
- package/esm/api/exchange/_methods/evmUserModify.js.map +1 -0
- package/esm/api/exchange/_methods/linkStakingUser.d.ts +160 -0
- package/esm/api/exchange/_methods/linkStakingUser.d.ts.map +1 -0
- package/esm/api/exchange/_methods/linkStakingUser.js +93 -0
- package/esm/api/exchange/_methods/linkStakingUser.js.map +1 -0
- package/esm/api/exchange/_methods/modify.d.ts +326 -0
- package/esm/api/exchange/_methods/modify.d.ts.map +1 -0
- package/esm/api/exchange/_methods/modify.js +124 -0
- package/esm/api/exchange/_methods/modify.js.map +1 -0
- package/esm/api/exchange/_methods/noop.d.ts +62 -0
- package/esm/api/exchange/_methods/noop.d.ts.map +1 -0
- package/esm/api/exchange/_methods/noop.js +55 -0
- package/esm/api/exchange/_methods/noop.js.map +1 -0
- package/esm/api/exchange/_methods/order.d.ts +431 -0
- package/esm/api/exchange/_methods/order.d.ts.map +1 -0
- package/esm/api/exchange/_methods/order.js +138 -0
- package/esm/api/exchange/_methods/order.js.map +1 -0
- package/esm/api/exchange/_methods/perpDeploy.d.ts +1048 -0
- package/esm/api/exchange/_methods/perpDeploy.d.ts.map +1 -0
- package/esm/api/exchange/_methods/perpDeploy.js +247 -0
- package/esm/api/exchange/_methods/perpDeploy.js.map +1 -0
- package/esm/api/exchange/_methods/registerReferrer.d.ts +102 -0
- package/esm/api/exchange/_methods/registerReferrer.d.ts.map +1 -0
- package/esm/api/exchange/_methods/registerReferrer.js +70 -0
- package/esm/api/exchange/_methods/registerReferrer.js.map +1 -0
- package/esm/api/exchange/_methods/reserveRequestWeight.d.ts +102 -0
- package/esm/api/exchange/_methods/reserveRequestWeight.d.ts.map +1 -0
- package/esm/api/exchange/_methods/reserveRequestWeight.js +70 -0
- package/esm/api/exchange/_methods/reserveRequestWeight.js.map +1 -0
- package/esm/api/exchange/_methods/scheduleCancel.d.ts +120 -0
- package/esm/api/exchange/_methods/scheduleCancel.d.ts.map +1 -0
- package/esm/api/exchange/_methods/scheduleCancel.js +51 -0
- package/esm/api/exchange/_methods/scheduleCancel.js.map +1 -0
- package/esm/api/exchange/_methods/sendAsset.d.ts +186 -0
- package/esm/api/exchange/_methods/sendAsset.d.ts.map +1 -0
- package/esm/api/exchange/_methods/sendAsset.js +103 -0
- package/esm/api/exchange/_methods/sendAsset.js.map +1 -0
- package/esm/api/exchange/_methods/sendToEvmWithData.d.ts +211 -0
- package/esm/api/exchange/_methods/sendToEvmWithData.d.ts.map +1 -0
- package/esm/api/exchange/_methods/sendToEvmWithData.js +112 -0
- package/esm/api/exchange/_methods/sendToEvmWithData.js.map +1 -0
- package/esm/api/exchange/_methods/setDisplayName.d.ts +111 -0
- package/esm/api/exchange/_methods/setDisplayName.d.ts.map +1 -0
- package/esm/api/exchange/_methods/setDisplayName.js +73 -0
- package/esm/api/exchange/_methods/setDisplayName.js.map +1 -0
- package/esm/api/exchange/_methods/setReferrer.d.ts +102 -0
- package/esm/api/exchange/_methods/setReferrer.d.ts.map +1 -0
- package/esm/api/exchange/_methods/setReferrer.js +70 -0
- package/esm/api/exchange/_methods/setReferrer.js.map +1 -0
- package/esm/api/exchange/_methods/spotDeploy.d.ts +675 -0
- package/esm/api/exchange/_methods/spotDeploy.d.ts.map +1 -0
- package/esm/api/exchange/_methods/spotDeploy.js +179 -0
- package/esm/api/exchange/_methods/spotDeploy.js.map +1 -0
- package/esm/api/exchange/_methods/spotSend.d.ts +151 -0
- package/esm/api/exchange/_methods/spotSend.d.ts.map +1 -0
- package/esm/api/exchange/_methods/spotSend.js +92 -0
- package/esm/api/exchange/_methods/spotSend.js.map +1 -0
- package/esm/api/exchange/_methods/spotUser.d.ts +121 -0
- package/esm/api/exchange/_methods/spotUser.d.ts.map +1 -0
- package/esm/api/exchange/_methods/spotUser.js +73 -0
- package/esm/api/exchange/_methods/spotUser.js.map +1 -0
- package/esm/api/exchange/_methods/subAccountModify.d.ts +113 -0
- package/esm/api/exchange/_methods/subAccountModify.d.ts.map +1 -0
- package/esm/api/exchange/_methods/subAccountModify.js +72 -0
- package/esm/api/exchange/_methods/subAccountModify.js.map +1 -0
- package/esm/api/exchange/_methods/subAccountSpotTransfer.d.ts +140 -0
- package/esm/api/exchange/_methods/subAccountSpotTransfer.d.ts.map +1 -0
- package/esm/api/exchange/_methods/subAccountSpotTransfer.js +81 -0
- package/esm/api/exchange/_methods/subAccountSpotTransfer.js.map +1 -0
- package/esm/api/exchange/_methods/subAccountTransfer.d.ts +124 -0
- package/esm/api/exchange/_methods/subAccountTransfer.d.ts.map +1 -0
- package/esm/api/exchange/_methods/subAccountTransfer.js +74 -0
- package/esm/api/exchange/_methods/subAccountTransfer.js.map +1 -0
- package/esm/api/exchange/_methods/tokenDelegate.d.ts +147 -0
- package/esm/api/exchange/_methods/tokenDelegate.d.ts.map +1 -0
- package/esm/api/exchange/_methods/tokenDelegate.js +88 -0
- package/esm/api/exchange/_methods/tokenDelegate.js.map +1 -0
- package/esm/api/exchange/_methods/topUpIsolatedOnlyMargin.d.ts +115 -0
- package/esm/api/exchange/_methods/topUpIsolatedOnlyMargin.d.ts.map +1 -0
- package/esm/api/exchange/_methods/topUpIsolatedOnlyMargin.js +74 -0
- package/esm/api/exchange/_methods/topUpIsolatedOnlyMargin.js.map +1 -0
- package/esm/api/exchange/_methods/twapCancel.d.ts +130 -0
- package/esm/api/exchange/_methods/twapCancel.d.ts.map +1 -0
- package/esm/api/exchange/_methods/twapCancel.js +74 -0
- package/esm/api/exchange/_methods/twapCancel.js.map +1 -0
- package/esm/api/exchange/_methods/twapOrder.d.ts +208 -0
- package/esm/api/exchange/_methods/twapOrder.d.ts.map +1 -0
- package/esm/api/exchange/_methods/twapOrder.js +94 -0
- package/esm/api/exchange/_methods/twapOrder.js.map +1 -0
- package/esm/api/exchange/_methods/updateIsolatedMargin.d.ts +126 -0
- package/esm/api/exchange/_methods/updateIsolatedMargin.d.ts.map +1 -0
- package/esm/api/exchange/_methods/updateIsolatedMargin.js +76 -0
- package/esm/api/exchange/_methods/updateIsolatedMargin.js.map +1 -0
- package/esm/api/exchange/_methods/updateLeverage.d.ts +126 -0
- package/esm/api/exchange/_methods/updateLeverage.d.ts.map +1 -0
- package/esm/api/exchange/_methods/updateLeverage.js +76 -0
- package/esm/api/exchange/_methods/updateLeverage.js.map +1 -0
- package/esm/api/exchange/_methods/usdClassTransfer.d.ts +136 -0
- package/esm/api/exchange/_methods/usdClassTransfer.d.ts.map +1 -0
- package/esm/api/exchange/_methods/usdClassTransfer.js +85 -0
- package/esm/api/exchange/_methods/usdClassTransfer.js.map +1 -0
- package/esm/api/exchange/_methods/usdSend.d.ts +136 -0
- package/esm/api/exchange/_methods/usdSend.d.ts.map +1 -0
- package/esm/api/exchange/_methods/usdSend.js +85 -0
- package/esm/api/exchange/_methods/usdSend.js.map +1 -0
- package/esm/api/exchange/_methods/userDexAbstraction.d.ts +138 -0
- package/esm/api/exchange/_methods/userDexAbstraction.d.ts.map +1 -0
- package/esm/api/exchange/_methods/userDexAbstraction.js +87 -0
- package/esm/api/exchange/_methods/userDexAbstraction.js.map +1 -0
- package/esm/api/exchange/_methods/userPortfolioMargin.d.ts +136 -0
- package/esm/api/exchange/_methods/userPortfolioMargin.d.ts.map +1 -0
- package/esm/api/exchange/_methods/userPortfolioMargin.js +85 -0
- package/esm/api/exchange/_methods/userPortfolioMargin.js.map +1 -0
- package/esm/api/exchange/_methods/userSetAbstraction.d.ts +136 -0
- package/esm/api/exchange/_methods/userSetAbstraction.d.ts.map +1 -0
- package/esm/api/exchange/_methods/userSetAbstraction.js +85 -0
- package/esm/api/exchange/_methods/userSetAbstraction.js.map +1 -0
- package/esm/api/exchange/_methods/validatorL1Stream.d.ts +102 -0
- package/esm/api/exchange/_methods/validatorL1Stream.d.ts.map +1 -0
- package/esm/api/exchange/_methods/validatorL1Stream.js +70 -0
- package/esm/api/exchange/_methods/validatorL1Stream.js.map +1 -0
- package/esm/api/exchange/_methods/vaultDistribute.d.ts +122 -0
- package/esm/api/exchange/_methods/vaultDistribute.d.ts.map +1 -0
- package/esm/api/exchange/_methods/vaultDistribute.js +75 -0
- package/esm/api/exchange/_methods/vaultDistribute.js.map +1 -0
- package/esm/api/exchange/_methods/vaultModify.d.ts +128 -0
- package/esm/api/exchange/_methods/vaultModify.d.ts.map +1 -0
- package/esm/api/exchange/_methods/vaultModify.js +78 -0
- package/esm/api/exchange/_methods/vaultModify.js.map +1 -0
- package/esm/api/exchange/_methods/vaultTransfer.d.ts +124 -0
- package/esm/api/exchange/_methods/vaultTransfer.d.ts.map +1 -0
- package/esm/api/exchange/_methods/vaultTransfer.js +74 -0
- package/esm/api/exchange/_methods/vaultTransfer.js.map +1 -0
- package/esm/api/exchange/_methods/withdraw3.d.ts +136 -0
- package/esm/api/exchange/_methods/withdraw3.d.ts.map +1 -0
- package/esm/api/exchange/_methods/withdraw3.js +85 -0
- package/esm/api/exchange/_methods/withdraw3.js.map +1 -0
- package/esm/api/exchange/client.d.ts +1664 -0
- package/esm/api/exchange/client.d.ts.map +1 -0
- package/esm/api/exchange/client.js +1701 -0
- package/esm/api/exchange/client.js.map +1 -0
- package/esm/api/exchange/mod.d.ts +92 -0
- package/esm/api/exchange/mod.d.ts.map +1 -0
- package/esm/api/exchange/mod.js +91 -0
- package/esm/api/exchange/mod.js.map +1 -0
- package/esm/api/info/_methods/_base/commonSchemas.d.ts +362 -0
- package/esm/api/info/_methods/_base/commonSchemas.d.ts.map +1 -0
- package/esm/api/info/_methods/_base/commonSchemas.js +6 -0
- package/esm/api/info/_methods/_base/commonSchemas.js.map +1 -0
- package/esm/api/info/_methods/_base/types.d.ts +11 -0
- package/esm/api/info/_methods/_base/types.d.ts.map +1 -0
- package/esm/api/info/_methods/_base/types.js +6 -0
- package/esm/api/info/_methods/_base/types.js.map +1 -0
- package/esm/api/info/_methods/activeAssetData.d.ts +94 -0
- package/esm/api/info/_methods/activeAssetData.d.ts.map +1 -0
- package/esm/api/info/_methods/activeAssetData.js +57 -0
- package/esm/api/info/_methods/activeAssetData.js.map +1 -0
- package/esm/api/info/_methods/alignedQuoteTokenInfo.d.ts +70 -0
- package/esm/api/info/_methods/alignedQuoteTokenInfo.d.ts.map +1 -0
- package/esm/api/info/_methods/alignedQuoteTokenInfo.js +55 -0
- package/esm/api/info/_methods/alignedQuoteTokenInfo.js.map +1 -0
- package/esm/api/info/_methods/allBorrowLendReserveStates.d.ts +41 -0
- package/esm/api/info/_methods/allBorrowLendReserveStates.d.ts.map +1 -0
- package/esm/api/info/_methods/allBorrowLendReserveStates.js +44 -0
- package/esm/api/info/_methods/allBorrowLendReserveStates.js.map +1 -0
- package/esm/api/info/_methods/allMids.d.ts +49 -0
- package/esm/api/info/_methods/allMids.d.ts.map +1 -0
- package/esm/api/info/_methods/allMids.js +30 -0
- package/esm/api/info/_methods/allMids.js.map +1 -0
- package/esm/api/info/_methods/allPerpMetas.d.ts +41 -0
- package/esm/api/info/_methods/allPerpMetas.d.ts.map +1 -0
- package/esm/api/info/_methods/allPerpMetas.js +44 -0
- package/esm/api/info/_methods/allPerpMetas.js.map +1 -0
- package/esm/api/info/_methods/approvedBuilders.d.ts +48 -0
- package/esm/api/info/_methods/approvedBuilders.d.ts.map +1 -0
- package/esm/api/info/_methods/approvedBuilders.js +55 -0
- package/esm/api/info/_methods/approvedBuilders.js.map +1 -0
- package/esm/api/info/_methods/blockDetails.d.ts +72 -0
- package/esm/api/info/_methods/blockDetails.d.ts.map +1 -0
- package/esm/api/info/_methods/blockDetails.js +54 -0
- package/esm/api/info/_methods/blockDetails.js.map +1 -0
- package/esm/api/info/_methods/borrowLendReserveState.d.ts +89 -0
- package/esm/api/info/_methods/borrowLendReserveState.d.ts.map +1 -0
- package/esm/api/info/_methods/borrowLendReserveState.js +55 -0
- package/esm/api/info/_methods/borrowLendReserveState.js.map +1 -0
- package/esm/api/info/_methods/borrowLendUserState.d.ts +85 -0
- package/esm/api/info/_methods/borrowLendUserState.d.ts.map +1 -0
- package/esm/api/info/_methods/borrowLendUserState.js +55 -0
- package/esm/api/info/_methods/borrowLendUserState.js.map +1 -0
- package/esm/api/info/_methods/candleSnapshot.d.ts +97 -0
- package/esm/api/info/_methods/candleSnapshot.d.ts.map +1 -0
- package/esm/api/info/_methods/candleSnapshot.js +68 -0
- package/esm/api/info/_methods/candleSnapshot.js.map +1 -0
- package/esm/api/info/_methods/clearinghouseState.d.ts +191 -0
- package/esm/api/info/_methods/clearinghouseState.d.ts.map +1 -0
- package/esm/api/info/_methods/clearinghouseState.js +57 -0
- package/esm/api/info/_methods/clearinghouseState.js.map +1 -0
- package/esm/api/info/_methods/delegations.d.ts +61 -0
- package/esm/api/info/_methods/delegations.d.ts.map +1 -0
- package/esm/api/info/_methods/delegations.js +55 -0
- package/esm/api/info/_methods/delegations.js.map +1 -0
- package/esm/api/info/_methods/delegatorHistory.d.ts +94 -0
- package/esm/api/info/_methods/delegatorHistory.d.ts.map +1 -0
- package/esm/api/info/_methods/delegatorHistory.js +55 -0
- package/esm/api/info/_methods/delegatorHistory.js.map +1 -0
- package/esm/api/info/_methods/delegatorRewards.d.ts +58 -0
- package/esm/api/info/_methods/delegatorRewards.d.ts.map +1 -0
- package/esm/api/info/_methods/delegatorRewards.js +55 -0
- package/esm/api/info/_methods/delegatorRewards.js.map +1 -0
- package/esm/api/info/_methods/delegatorSummary.d.ts +66 -0
- package/esm/api/info/_methods/delegatorSummary.d.ts.map +1 -0
- package/esm/api/info/_methods/delegatorSummary.js +55 -0
- package/esm/api/info/_methods/delegatorSummary.js.map +1 -0
- package/esm/api/info/_methods/exchangeStatus.d.ts +45 -0
- package/esm/api/info/_methods/exchangeStatus.d.ts.map +1 -0
- package/esm/api/info/_methods/exchangeStatus.js +47 -0
- package/esm/api/info/_methods/exchangeStatus.js.map +1 -0
- package/esm/api/info/_methods/extraAgents.d.ts +58 -0
- package/esm/api/info/_methods/extraAgents.d.ts.map +1 -0
- package/esm/api/info/_methods/extraAgents.js +55 -0
- package/esm/api/info/_methods/extraAgents.js.map +1 -0
- package/esm/api/info/_methods/frontendOpenOrders.d.ts +51 -0
- package/esm/api/info/_methods/frontendOpenOrders.d.ts.map +1 -0
- package/esm/api/info/_methods/frontendOpenOrders.js +57 -0
- package/esm/api/info/_methods/frontendOpenOrders.js.map +1 -0
- package/esm/api/info/_methods/fundingHistory.d.ts +70 -0
- package/esm/api/info/_methods/fundingHistory.d.ts.map +1 -0
- package/esm/api/info/_methods/fundingHistory.js +62 -0
- package/esm/api/info/_methods/fundingHistory.js.map +1 -0
- package/esm/api/info/_methods/gossipRootIps.d.ts +40 -0
- package/esm/api/info/_methods/gossipRootIps.d.ts.map +1 -0
- package/esm/api/info/_methods/gossipRootIps.js +47 -0
- package/esm/api/info/_methods/gossipRootIps.js.map +1 -0
- package/esm/api/info/_methods/historicalOrders.d.ts +87 -0
- package/esm/api/info/_methods/historicalOrders.d.ts.map +1 -0
- package/esm/api/info/_methods/historicalOrders.js +55 -0
- package/esm/api/info/_methods/historicalOrders.js.map +1 -0
- package/esm/api/info/_methods/isVip.d.ts +48 -0
- package/esm/api/info/_methods/isVip.d.ts.map +1 -0
- package/esm/api/info/_methods/isVip.js +55 -0
- package/esm/api/info/_methods/isVip.js.map +1 -0
- package/esm/api/info/_methods/l2Book.d.ts +79 -0
- package/esm/api/info/_methods/l2Book.d.ts.map +1 -0
- package/esm/api/info/_methods/l2Book.js +58 -0
- package/esm/api/info/_methods/l2Book.js.map +1 -0
- package/esm/api/info/_methods/leadingVaults.d.ts +56 -0
- package/esm/api/info/_methods/leadingVaults.d.ts.map +1 -0
- package/esm/api/info/_methods/leadingVaults.js +55 -0
- package/esm/api/info/_methods/leadingVaults.js.map +1 -0
- package/esm/api/info/_methods/legalCheck.d.ts +55 -0
- package/esm/api/info/_methods/legalCheck.d.ts.map +1 -0
- package/esm/api/info/_methods/legalCheck.js +55 -0
- package/esm/api/info/_methods/legalCheck.js.map +1 -0
- package/esm/api/info/_methods/liquidatable.d.ts +40 -0
- package/esm/api/info/_methods/liquidatable.d.ts.map +1 -0
- package/esm/api/info/_methods/liquidatable.js +47 -0
- package/esm/api/info/_methods/liquidatable.js.map +1 -0
- package/esm/api/info/_methods/marginTable.d.ts +61 -0
- package/esm/api/info/_methods/marginTable.d.ts.map +1 -0
- package/esm/api/info/_methods/marginTable.js +55 -0
- package/esm/api/info/_methods/marginTable.js.map +1 -0
- package/esm/api/info/_methods/maxBuilderFee.d.ts +50 -0
- package/esm/api/info/_methods/maxBuilderFee.d.ts.map +1 -0
- package/esm/api/info/_methods/maxBuilderFee.js +57 -0
- package/esm/api/info/_methods/maxBuilderFee.js.map +1 -0
- package/esm/api/info/_methods/maxMarketOrderNtls.d.ts +40 -0
- package/esm/api/info/_methods/maxMarketOrderNtls.d.ts.map +1 -0
- package/esm/api/info/_methods/maxMarketOrderNtls.js +47 -0
- package/esm/api/info/_methods/maxMarketOrderNtls.js.map +1 -0
- package/esm/api/info/_methods/meta.d.ts +73 -0
- package/esm/api/info/_methods/meta.d.ts.map +1 -0
- package/esm/api/info/_methods/meta.js +27 -0
- package/esm/api/info/_methods/meta.js.map +1 -0
- package/esm/api/info/_methods/metaAndAssetCtxs.d.ts +48 -0
- package/esm/api/info/_methods/metaAndAssetCtxs.d.ts.map +1 -0
- package/esm/api/info/_methods/metaAndAssetCtxs.js +27 -0
- package/esm/api/info/_methods/metaAndAssetCtxs.js.map +1 -0
- package/esm/api/info/_methods/openOrders.d.ts +51 -0
- package/esm/api/info/_methods/openOrders.d.ts.map +1 -0
- package/esm/api/info/_methods/openOrders.js +57 -0
- package/esm/api/info/_methods/openOrders.js.map +1 -0
- package/esm/api/info/_methods/orderStatus.d.ts +99 -0
- package/esm/api/info/_methods/orderStatus.d.ts.map +1 -0
- package/esm/api/info/_methods/orderStatus.js +57 -0
- package/esm/api/info/_methods/orderStatus.js.map +1 -0
- package/esm/api/info/_methods/outcomeMeta.d.ts +70 -0
- package/esm/api/info/_methods/outcomeMeta.d.ts.map +1 -0
- package/esm/api/info/_methods/outcomeMeta.js +47 -0
- package/esm/api/info/_methods/outcomeMeta.js.map +1 -0
- package/esm/api/info/_methods/perpCategories.d.ts +45 -0
- package/esm/api/info/_methods/perpCategories.d.ts.map +1 -0
- package/esm/api/info/_methods/perpCategories.js +47 -0
- package/esm/api/info/_methods/perpCategories.js.map +1 -0
- package/esm/api/info/_methods/perpDeployAuctionStatus.d.ts +60 -0
- package/esm/api/info/_methods/perpDeployAuctionStatus.d.ts.map +1 -0
- package/esm/api/info/_methods/perpDeployAuctionStatus.js +47 -0
- package/esm/api/info/_methods/perpDeployAuctionStatus.js.map +1 -0
- package/esm/api/info/_methods/perpDexLimits.d.ts +70 -0
- package/esm/api/info/_methods/perpDexLimits.d.ts.map +1 -0
- package/esm/api/info/_methods/perpDexLimits.js +54 -0
- package/esm/api/info/_methods/perpDexLimits.js.map +1 -0
- package/esm/api/info/_methods/perpDexStatus.d.ts +51 -0
- package/esm/api/info/_methods/perpDexStatus.d.ts.map +1 -0
- package/esm/api/info/_methods/perpDexStatus.js +51 -0
- package/esm/api/info/_methods/perpDexStatus.js.map +1 -0
- package/esm/api/info/_methods/perpDexs.d.ts +94 -0
- package/esm/api/info/_methods/perpDexs.d.ts.map +1 -0
- package/esm/api/info/_methods/perpDexs.js +47 -0
- package/esm/api/info/_methods/perpDexs.js.map +1 -0
- package/esm/api/info/_methods/perpsAtOpenInterestCap.d.ts +46 -0
- package/esm/api/info/_methods/perpsAtOpenInterestCap.d.ts.map +1 -0
- package/esm/api/info/_methods/perpsAtOpenInterestCap.js +30 -0
- package/esm/api/info/_methods/perpsAtOpenInterestCap.js.map +1 -0
- package/esm/api/info/_methods/portfolio.d.ts +102 -0
- package/esm/api/info/_methods/portfolio.d.ts.map +1 -0
- package/esm/api/info/_methods/portfolio.js +55 -0
- package/esm/api/info/_methods/portfolio.js.map +1 -0
- package/esm/api/info/_methods/preTransferCheck.d.ts +62 -0
- package/esm/api/info/_methods/preTransferCheck.d.ts.map +1 -0
- package/esm/api/info/_methods/preTransferCheck.js +57 -0
- package/esm/api/info/_methods/preTransferCheck.js.map +1 -0
- package/esm/api/info/_methods/predictedFundings.d.ts +60 -0
- package/esm/api/info/_methods/predictedFundings.d.ts.map +1 -0
- package/esm/api/info/_methods/predictedFundings.js +47 -0
- package/esm/api/info/_methods/predictedFundings.js.map +1 -0
- package/esm/api/info/_methods/recentTrades.d.ts +79 -0
- package/esm/api/info/_methods/recentTrades.d.ts.map +1 -0
- package/esm/api/info/_methods/recentTrades.js +54 -0
- package/esm/api/info/_methods/recentTrades.js.map +1 -0
- package/esm/api/info/_methods/referral.d.ts +197 -0
- package/esm/api/info/_methods/referral.d.ts.map +1 -0
- package/esm/api/info/_methods/referral.js +55 -0
- package/esm/api/info/_methods/referral.js.map +1 -0
- package/esm/api/info/_methods/spotClearinghouseState.d.ts +85 -0
- package/esm/api/info/_methods/spotClearinghouseState.d.ts.map +1 -0
- package/esm/api/info/_methods/spotClearinghouseState.js +57 -0
- package/esm/api/info/_methods/spotClearinghouseState.js.map +1 -0
- package/esm/api/info/_methods/spotDeployState.d.ts +108 -0
- package/esm/api/info/_methods/spotDeployState.d.ts.map +1 -0
- package/esm/api/info/_methods/spotDeployState.js +55 -0
- package/esm/api/info/_methods/spotDeployState.js.map +1 -0
- package/esm/api/info/_methods/spotMeta.d.ts +87 -0
- package/esm/api/info/_methods/spotMeta.d.ts.map +1 -0
- package/esm/api/info/_methods/spotMeta.js +47 -0
- package/esm/api/info/_methods/spotMeta.js.map +1 -0
- package/esm/api/info/_methods/spotMetaAndAssetCtxs.d.ts +42 -0
- package/esm/api/info/_methods/spotMetaAndAssetCtxs.d.ts.map +1 -0
- package/esm/api/info/_methods/spotMetaAndAssetCtxs.js +44 -0
- package/esm/api/info/_methods/spotMetaAndAssetCtxs.js.map +1 -0
- package/esm/api/info/_methods/spotPairDeployAuctionStatus.d.ts +41 -0
- package/esm/api/info/_methods/spotPairDeployAuctionStatus.d.ts.map +1 -0
- package/esm/api/info/_methods/spotPairDeployAuctionStatus.js +44 -0
- package/esm/api/info/_methods/spotPairDeployAuctionStatus.js.map +1 -0
- package/esm/api/info/_methods/subAccounts.d.ts +67 -0
- package/esm/api/info/_methods/subAccounts.d.ts.map +1 -0
- package/esm/api/info/_methods/subAccounts.js +55 -0
- package/esm/api/info/_methods/subAccounts.js.map +1 -0
- package/esm/api/info/_methods/subAccounts2.d.ts +67 -0
- package/esm/api/info/_methods/subAccounts2.d.ts.map +1 -0
- package/esm/api/info/_methods/subAccounts2.js +55 -0
- package/esm/api/info/_methods/subAccounts2.js.map +1 -0
- package/esm/api/info/_methods/tokenDetails.d.ts +138 -0
- package/esm/api/info/_methods/tokenDetails.d.ts.map +1 -0
- package/esm/api/info/_methods/tokenDetails.js +55 -0
- package/esm/api/info/_methods/tokenDetails.js.map +1 -0
- package/esm/api/info/_methods/twapHistory.d.ts +72 -0
- package/esm/api/info/_methods/twapHistory.d.ts.map +1 -0
- package/esm/api/info/_methods/twapHistory.js +55 -0
- package/esm/api/info/_methods/twapHistory.js.map +1 -0
- package/esm/api/info/_methods/txDetails.d.ts +53 -0
- package/esm/api/info/_methods/txDetails.d.ts.map +1 -0
- package/esm/api/info/_methods/txDetails.js +54 -0
- package/esm/api/info/_methods/txDetails.js.map +1 -0
- package/esm/api/info/_methods/userAbstraction.d.ts +48 -0
- package/esm/api/info/_methods/userAbstraction.d.ts.map +1 -0
- package/esm/api/info/_methods/userAbstraction.js +55 -0
- package/esm/api/info/_methods/userAbstraction.js.map +1 -0
- package/esm/api/info/_methods/userBorrowLendInterest.d.ts +70 -0
- package/esm/api/info/_methods/userBorrowLendInterest.d.ts.map +1 -0
- package/esm/api/info/_methods/userBorrowLendInterest.js +62 -0
- package/esm/api/info/_methods/userBorrowLendInterest.js.map +1 -0
- package/esm/api/info/_methods/userDetails.d.ts +53 -0
- package/esm/api/info/_methods/userDetails.d.ts.map +1 -0
- package/esm/api/info/_methods/userDetails.js +54 -0
- package/esm/api/info/_methods/userDetails.js.map +1 -0
- package/esm/api/info/_methods/userDexAbstraction.d.ts +48 -0
- package/esm/api/info/_methods/userDexAbstraction.d.ts.map +1 -0
- package/esm/api/info/_methods/userDexAbstraction.js +55 -0
- package/esm/api/info/_methods/userDexAbstraction.js.map +1 -0
- package/esm/api/info/_methods/userFees.d.ts +225 -0
- package/esm/api/info/_methods/userFees.d.ts.map +1 -0
- package/esm/api/info/_methods/userFees.js +55 -0
- package/esm/api/info/_methods/userFees.js.map +1 -0
- package/esm/api/info/_methods/userFills.d.ts +72 -0
- package/esm/api/info/_methods/userFills.d.ts.map +1 -0
- package/esm/api/info/_methods/userFills.js +57 -0
- package/esm/api/info/_methods/userFills.js.map +1 -0
- package/esm/api/info/_methods/userFillsByTime.d.ts +60 -0
- package/esm/api/info/_methods/userFillsByTime.d.ts.map +1 -0
- package/esm/api/info/_methods/userFillsByTime.js +66 -0
- package/esm/api/info/_methods/userFillsByTime.js.map +1 -0
- package/esm/api/info/_methods/userFunding.d.ts +84 -0
- package/esm/api/info/_methods/userFunding.d.ts.map +1 -0
- package/esm/api/info/_methods/userFunding.js +59 -0
- package/esm/api/info/_methods/userFunding.js.map +1 -0
- package/esm/api/info/_methods/userNonFundingLedgerUpdates.d.ts +396 -0
- package/esm/api/info/_methods/userNonFundingLedgerUpdates.d.ts.map +1 -0
- package/esm/api/info/_methods/userNonFundingLedgerUpdates.js +59 -0
- package/esm/api/info/_methods/userNonFundingLedgerUpdates.js.map +1 -0
- package/esm/api/info/_methods/userRateLimit.d.ts +60 -0
- package/esm/api/info/_methods/userRateLimit.d.ts.map +1 -0
- package/esm/api/info/_methods/userRateLimit.js +55 -0
- package/esm/api/info/_methods/userRateLimit.js.map +1 -0
- package/esm/api/info/_methods/userRole.d.ts +73 -0
- package/esm/api/info/_methods/userRole.d.ts.map +1 -0
- package/esm/api/info/_methods/userRole.js +55 -0
- package/esm/api/info/_methods/userRole.js.map +1 -0
- package/esm/api/info/_methods/userToMultiSigSigners.d.ts +56 -0
- package/esm/api/info/_methods/userToMultiSigSigners.d.ts.map +1 -0
- package/esm/api/info/_methods/userToMultiSigSigners.js +55 -0
- package/esm/api/info/_methods/userToMultiSigSigners.js.map +1 -0
- package/esm/api/info/_methods/userTwapSliceFills.d.ts +54 -0
- package/esm/api/info/_methods/userTwapSliceFills.d.ts.map +1 -0
- package/esm/api/info/_methods/userTwapSliceFills.js +55 -0
- package/esm/api/info/_methods/userTwapSliceFills.js.map +1 -0
- package/esm/api/info/_methods/userTwapSliceFillsByTime.d.ts +58 -0
- package/esm/api/info/_methods/userTwapSliceFillsByTime.d.ts.map +1 -0
- package/esm/api/info/_methods/userTwapSliceFillsByTime.js +64 -0
- package/esm/api/info/_methods/userTwapSliceFillsByTime.js.map +1 -0
- package/esm/api/info/_methods/userVaultEquities.d.ts +61 -0
- package/esm/api/info/_methods/userVaultEquities.d.ts.map +1 -0
- package/esm/api/info/_methods/userVaultEquities.js +55 -0
- package/esm/api/info/_methods/userVaultEquities.js.map +1 -0
- package/esm/api/info/_methods/validatorL1Votes.d.ts +54 -0
- package/esm/api/info/_methods/validatorL1Votes.d.ts.map +1 -0
- package/esm/api/info/_methods/validatorL1Votes.js +47 -0
- package/esm/api/info/_methods/validatorL1Votes.js.map +1 -0
- package/esm/api/info/_methods/validatorSummaries.d.ts +101 -0
- package/esm/api/info/_methods/validatorSummaries.d.ts.map +1 -0
- package/esm/api/info/_methods/validatorSummaries.js +47 -0
- package/esm/api/info/_methods/validatorSummaries.js.map +1 -0
- package/esm/api/info/_methods/vaultDetails.d.ts +145 -0
- package/esm/api/info/_methods/vaultDetails.d.ts.map +1 -0
- package/esm/api/info/_methods/vaultDetails.js +57 -0
- package/esm/api/info/_methods/vaultDetails.js.map +1 -0
- package/esm/api/info/_methods/vaultSummaries.d.ts +65 -0
- package/esm/api/info/_methods/vaultSummaries.d.ts.map +1 -0
- package/esm/api/info/_methods/vaultSummaries.js +44 -0
- package/esm/api/info/_methods/vaultSummaries.js.map +1 -0
- package/esm/api/info/_methods/webData2.d.ts +102 -0
- package/esm/api/info/_methods/webData2.d.ts.map +1 -0
- package/esm/api/info/_methods/webData2.js +55 -0
- package/esm/api/info/_methods/webData2.js.map +1 -0
- package/esm/api/info/client.d.ts +1908 -0
- package/esm/api/info/client.d.ts.map +1 -0
- package/esm/api/info/client.js +1905 -0
- package/esm/api/info/client.js.map +1 -0
- package/esm/api/info/mod.d.ts +100 -0
- package/esm/api/info/mod.d.ts.map +1 -0
- package/esm/api/info/mod.js +99 -0
- package/esm/api/info/mod.js.map +1 -0
- package/esm/api/subscription/_methods/_types.d.ts.map +1 -0
- package/esm/api/subscription/_methods/_types.js.map +1 -0
- package/esm/api/subscription/_methods/activeAssetCtx.d.ts +56 -0
- package/esm/api/subscription/_methods/activeAssetCtx.d.ts.map +1 -0
- package/esm/api/subscription/_methods/activeAssetCtx.js +53 -0
- package/esm/api/subscription/_methods/activeAssetCtx.js.map +1 -0
- package/esm/api/subscription/_methods/activeAssetData.d.ts +53 -0
- package/esm/api/subscription/_methods/activeAssetData.d.ts.map +1 -0
- package/esm/api/subscription/_methods/activeAssetData.js +59 -0
- package/esm/api/subscription/_methods/activeAssetData.js.map +1 -0
- package/esm/api/subscription/_methods/activeSpotAssetCtx.d.ts +56 -0
- package/esm/api/subscription/_methods/activeSpotAssetCtx.d.ts.map +1 -0
- package/esm/api/subscription/_methods/activeSpotAssetCtx.js +53 -0
- package/esm/api/subscription/_methods/activeSpotAssetCtx.js.map +1 -0
- package/esm/api/subscription/_methods/allDexsAssetCtxs.d.ts +48 -0
- package/esm/api/subscription/_methods/allDexsAssetCtxs.d.ts.map +1 -0
- package/esm/api/subscription/_methods/allDexsAssetCtxs.js +49 -0
- package/esm/api/subscription/_methods/allDexsAssetCtxs.js.map +1 -0
- package/esm/api/subscription/_methods/allDexsClearinghouseState.d.ts +59 -0
- package/esm/api/subscription/_methods/allDexsClearinghouseState.d.ts.map +1 -0
- package/esm/api/subscription/_methods/allDexsClearinghouseState.js +60 -0
- package/esm/api/subscription/_methods/allDexsClearinghouseState.js.map +1 -0
- package/esm/api/subscription/_methods/allMids.d.ts +56 -0
- package/esm/api/subscription/_methods/allMids.d.ts.map +1 -0
- package/esm/api/subscription/_methods/allMids.js +32 -0
- package/esm/api/subscription/_methods/allMids.js.map +1 -0
- package/esm/api/subscription/_methods/assetCtxs.d.ts +56 -0
- package/esm/api/subscription/_methods/assetCtxs.d.ts.map +1 -0
- package/esm/api/subscription/_methods/assetCtxs.js +32 -0
- package/esm/api/subscription/_methods/assetCtxs.js.map +1 -0
- package/esm/api/subscription/_methods/bbo.d.ts +86 -0
- package/esm/api/subscription/_methods/bbo.d.ts.map +1 -0
- package/esm/api/subscription/_methods/bbo.js +56 -0
- package/esm/api/subscription/_methods/bbo.js.map +1 -0
- package/esm/api/subscription/_methods/candle.d.ts +88 -0
- package/esm/api/subscription/_methods/candle.d.ts.map +1 -0
- package/esm/api/subscription/_methods/candle.js +58 -0
- package/esm/api/subscription/_methods/candle.js.map +1 -0
- package/esm/api/subscription/_methods/clearinghouseState.d.ts +63 -0
- package/esm/api/subscription/_methods/clearinghouseState.d.ts.map +1 -0
- package/esm/api/subscription/_methods/clearinghouseState.js +63 -0
- package/esm/api/subscription/_methods/clearinghouseState.js.map +1 -0
- package/esm/api/subscription/_methods/explorerBlock.d.ts +61 -0
- package/esm/api/subscription/_methods/explorerBlock.d.ts.map +1 -0
- package/esm/api/subscription/_methods/explorerBlock.js +50 -0
- package/esm/api/subscription/_methods/explorerBlock.js.map +1 -0
- package/esm/api/subscription/_methods/explorerTxs.d.ts +45 -0
- package/esm/api/subscription/_methods/explorerTxs.d.ts.map +1 -0
- package/esm/api/subscription/_methods/explorerTxs.js +47 -0
- package/esm/api/subscription/_methods/explorerTxs.js.map +1 -0
- package/esm/api/subscription/_methods/l2Book.d.ts +95 -0
- package/esm/api/subscription/_methods/l2Book.d.ts.map +1 -0
- package/esm/api/subscription/_methods/l2Book.js +66 -0
- package/esm/api/subscription/_methods/l2Book.js.map +1 -0
- package/esm/api/subscription/_methods/notification.d.ts +53 -0
- package/esm/api/subscription/_methods/notification.d.ts.map +1 -0
- package/esm/api/subscription/_methods/notification.js +55 -0
- package/esm/api/subscription/_methods/notification.js.map +1 -0
- package/esm/api/subscription/_methods/openOrders.d.ts +63 -0
- package/esm/api/subscription/_methods/openOrders.d.ts.map +1 -0
- package/esm/api/subscription/_methods/openOrders.js +63 -0
- package/esm/api/subscription/_methods/openOrders.js.map +1 -0
- package/esm/api/subscription/_methods/orderUpdates.d.ts +89 -0
- package/esm/api/subscription/_methods/orderUpdates.d.ts.map +1 -0
- package/esm/api/subscription/_methods/orderUpdates.js +55 -0
- package/esm/api/subscription/_methods/orderUpdates.js.map +1 -0
- package/esm/api/subscription/_methods/spotAssetCtxs.d.ts +45 -0
- package/esm/api/subscription/_methods/spotAssetCtxs.d.ts.map +1 -0
- package/esm/api/subscription/_methods/spotAssetCtxs.js +47 -0
- package/esm/api/subscription/_methods/spotAssetCtxs.js.map +1 -0
- package/esm/api/subscription/_methods/spotState.d.ts +61 -0
- package/esm/api/subscription/_methods/spotState.d.ts.map +1 -0
- package/esm/api/subscription/_methods/spotState.js +59 -0
- package/esm/api/subscription/_methods/spotState.js.map +1 -0
- package/esm/api/subscription/_methods/trades.d.ts +51 -0
- package/esm/api/subscription/_methods/trades.d.ts.map +1 -0
- package/esm/api/subscription/_methods/trades.js +53 -0
- package/esm/api/subscription/_methods/trades.js.map +1 -0
- package/esm/api/subscription/_methods/twapStates.d.ts +63 -0
- package/esm/api/subscription/_methods/twapStates.d.ts.map +1 -0
- package/esm/api/subscription/_methods/twapStates.js +63 -0
- package/esm/api/subscription/_methods/twapStates.js.map +1 -0
- package/esm/api/subscription/_methods/userEvents.d.ts +119 -0
- package/esm/api/subscription/_methods/userEvents.d.ts.map +1 -0
- package/esm/api/subscription/_methods/userEvents.js +55 -0
- package/esm/api/subscription/_methods/userEvents.js.map +1 -0
- package/esm/api/subscription/_methods/userFills.d.ts +63 -0
- package/esm/api/subscription/_methods/userFills.d.ts.map +1 -0
- package/esm/api/subscription/_methods/userFills.js +63 -0
- package/esm/api/subscription/_methods/userFills.js.map +1 -0
- package/esm/api/subscription/_methods/userFundings.d.ts +82 -0
- package/esm/api/subscription/_methods/userFundings.d.ts.map +1 -0
- package/esm/api/subscription/_methods/userFundings.js +57 -0
- package/esm/api/subscription/_methods/userFundings.js.map +1 -0
- package/esm/api/subscription/_methods/userHistoricalOrders.d.ts +61 -0
- package/esm/api/subscription/_methods/userHistoricalOrders.d.ts.map +1 -0
- package/esm/api/subscription/_methods/userHistoricalOrders.js +57 -0
- package/esm/api/subscription/_methods/userHistoricalOrders.js.map +1 -0
- package/esm/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts +61 -0
- package/esm/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts.map +1 -0
- package/esm/api/subscription/_methods/userNonFundingLedgerUpdates.js +57 -0
- package/esm/api/subscription/_methods/userNonFundingLedgerUpdates.js.map +1 -0
- package/esm/api/subscription/_methods/userTwapHistory.d.ts +61 -0
- package/esm/api/subscription/_methods/userTwapHistory.d.ts.map +1 -0
- package/esm/api/subscription/_methods/userTwapHistory.js +57 -0
- package/esm/api/subscription/_methods/userTwapHistory.js.map +1 -0
- package/esm/api/subscription/_methods/userTwapSliceFills.d.ts +61 -0
- package/esm/api/subscription/_methods/userTwapSliceFills.d.ts.map +1 -0
- package/esm/api/subscription/_methods/userTwapSliceFills.js +57 -0
- package/esm/api/subscription/_methods/userTwapSliceFills.js.map +1 -0
- package/esm/api/subscription/_methods/webData2.d.ts +51 -0
- package/esm/api/subscription/_methods/webData2.d.ts.map +1 -0
- package/esm/api/subscription/_methods/webData2.js +57 -0
- package/esm/api/subscription/_methods/webData2.js.map +1 -0
- package/esm/api/subscription/_methods/webData3.d.ts +95 -0
- package/esm/api/subscription/_methods/webData3.d.ts.map +1 -0
- package/esm/api/subscription/_methods/webData3.js +57 -0
- package/esm/api/subscription/_methods/webData3.js.map +1 -0
- package/esm/api/subscription/client.d.ts +812 -0
- package/esm/api/subscription/client.d.ts.map +1 -0
- package/esm/api/subscription/client.js +800 -0
- package/esm/api/subscription/client.js.map +1 -0
- package/esm/api/subscription/mod.d.ts.map +1 -0
- package/esm/api/subscription/mod.js.map +1 -0
- package/esm/deps/jsr.io/@std/async/1.1.1/unstable_semaphore.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/async/1.1.1/unstable_semaphore.js.map +1 -0
- package/esm/mod.d.ts.map +1 -0
- package/esm/mod.js.map +1 -0
- package/esm/signing/_abstractWallet.d.ts +112 -0
- package/esm/signing/_abstractWallet.d.ts.map +1 -0
- package/esm/signing/_abstractWallet.js +150 -0
- package/esm/signing/_abstractWallet.js.map +1 -0
- package/esm/signing/mod.d.ts +300 -0
- package/esm/signing/mod.d.ts.map +1 -0
- package/esm/signing/mod.js +374 -0
- package/esm/signing/mod.js.map +1 -0
- package/esm/transport/_base.d.ts +49 -0
- package/esm/transport/_base.d.ts.map +1 -0
- package/esm/transport/_base.js.map +1 -0
- package/esm/transport/_polyfills.d.ts +48 -0
- package/esm/transport/_polyfills.d.ts.map +1 -0
- package/esm/transport/_polyfills.js +56 -0
- package/esm/transport/_polyfills.js.map +1 -0
- package/esm/transport/http/mod.d.ts +112 -0
- package/esm/transport/http/mod.d.ts.map +1 -0
- package/esm/transport/http/mod.js +163 -0
- package/esm/transport/http/mod.js.map +1 -0
- package/esm/transport/mod.d.ts.map +1 -0
- package/esm/transport/mod.js.map +1 -0
- package/esm/transport/websocket/_hyperliquidEventTarget.d.ts +67 -0
- package/esm/transport/websocket/_hyperliquidEventTarget.d.ts.map +1 -0
- package/esm/transport/websocket/_hyperliquidEventTarget.js +50 -0
- package/esm/transport/websocket/_hyperliquidEventTarget.js.map +1 -0
- package/esm/transport/websocket/_postRequest.d.ts +42 -0
- package/esm/transport/websocket/_postRequest.d.ts.map +1 -0
- package/esm/transport/websocket/_postRequest.js +231 -0
- package/esm/transport/websocket/_postRequest.js.map +1 -0
- package/esm/transport/websocket/_subscriptionManager.d.ts +50 -0
- package/esm/transport/websocket/_subscriptionManager.d.ts.map +1 -0
- package/esm/transport/websocket/_subscriptionManager.js +149 -0
- package/esm/transport/websocket/_subscriptionManager.js.map +1 -0
- package/esm/transport/websocket/mod.d.ts +142 -0
- package/esm/transport/websocket/mod.d.ts.map +1 -0
- package/esm/transport/websocket/mod.js +196 -0
- package/esm/transport/websocket/mod.js.map +1 -0
- package/esm/utils/_format.d.ts +41 -0
- package/esm/utils/_format.d.ts.map +1 -0
- package/esm/utils/_format.js +178 -0
- package/esm/utils/_format.js.map +1 -0
- package/esm/utils/_symbolConverter.d.ts +135 -0
- package/esm/utils/_symbolConverter.d.ts.map +1 -0
- package/esm/utils/_symbolConverter.js +217 -0
- package/esm/utils/_symbolConverter.js.map +1 -0
- package/esm/utils/mod.d.ts.map +1 -0
- package/esm/utils/mod.js.map +1 -0
- package/package.json +17 -21
- package/script/_base.d.ts +15 -0
- package/script/_base.d.ts.map +1 -0
- package/script/_base.js +67 -0
- package/script/_base.js.map +1 -0
- package/script/api/_schemas.d.ts +30 -0
- package/script/api/_schemas.d.ts.map +1 -0
- package/script/api/_schemas.js +103 -0
- package/script/api/_schemas.js.map +1 -0
- package/script/api/exchange/_methods/_base/_nonce.d.ts +17 -0
- package/script/api/exchange/_methods/_base/_nonce.d.ts.map +1 -0
- package/script/api/exchange/_methods/_base/_nonce.js +32 -0
- package/script/api/exchange/_methods/_base/_nonce.js.map +1 -0
- package/script/api/exchange/_methods/_base/_semaphore.d.ts +13 -0
- package/script/api/exchange/_methods/_base/_semaphore.d.ts.map +1 -0
- package/script/api/exchange/_methods/_base/_semaphore.js +78 -0
- package/script/api/exchange/_methods/_base/_semaphore.js.map +1 -0
- package/script/api/exchange/_methods/_base/commonSchemas.d.ts +36 -0
- package/script/api/exchange/_methods/_base/commonSchemas.d.ts.map +1 -0
- package/script/api/exchange/_methods/_base/commonSchemas.js +58 -0
- package/script/api/exchange/_methods/_base/commonSchemas.js.map +1 -0
- package/script/api/exchange/_methods/_base/errors.d.ts +62 -0
- package/script/api/exchange/_methods/_base/errors.d.ts.map +1 -0
- package/script/api/exchange/_methods/_base/errors.js +91 -0
- package/script/api/exchange/_methods/_base/errors.js.map +1 -0
- package/script/api/exchange/_methods/_base/execute.d.ts +95 -0
- package/script/api/exchange/_methods/_base/execute.d.ts.map +1 -0
- package/script/api/exchange/_methods/_base/execute.js +266 -0
- package/script/api/exchange/_methods/_base/execute.js.map +1 -0
- package/script/api/exchange/_methods/agentEnableDexAbstraction.d.ts +64 -0
- package/script/api/exchange/_methods/agentEnableDexAbstraction.d.ts.map +1 -0
- package/script/api/exchange/_methods/agentEnableDexAbstraction.js +94 -0
- package/script/api/exchange/_methods/agentEnableDexAbstraction.js.map +1 -0
- package/script/api/exchange/_methods/agentSetAbstraction.d.ts +117 -0
- package/script/api/exchange/_methods/agentSetAbstraction.d.ts.map +1 -0
- package/script/api/exchange/_methods/agentSetAbstraction.js +112 -0
- package/script/api/exchange/_methods/agentSetAbstraction.js.map +1 -0
- package/script/api/exchange/_methods/approveAgent.d.ts +155 -0
- package/script/api/exchange/_methods/approveAgent.d.ts.map +1 -0
- package/script/api/exchange/_methods/approveAgent.js +148 -0
- package/script/api/exchange/_methods/approveAgent.js.map +1 -0
- package/script/api/exchange/_methods/approveBuilderFee.d.ts +136 -0
- package/script/api/exchange/_methods/approveBuilderFee.d.ts.map +1 -0
- package/script/api/exchange/_methods/approveBuilderFee.js +122 -0
- package/script/api/exchange/_methods/approveBuilderFee.js.map +1 -0
- package/script/api/exchange/_methods/batchModify.d.ts +349 -0
- package/script/api/exchange/_methods/batchModify.d.ts.map +1 -0
- package/script/api/exchange/_methods/batchModify.js +168 -0
- package/script/api/exchange/_methods/batchModify.js.map +1 -0
- package/script/api/exchange/_methods/borrowLend.d.ts +126 -0
- package/script/api/exchange/_methods/borrowLend.d.ts.map +1 -0
- package/script/api/exchange/_methods/borrowLend.js +113 -0
- package/script/api/exchange/_methods/borrowLend.js.map +1 -0
- package/script/api/exchange/_methods/cDeposit.d.ts +125 -0
- package/script/api/exchange/_methods/cDeposit.d.ts.map +1 -0
- package/script/api/exchange/_methods/cDeposit.js +119 -0
- package/script/api/exchange/_methods/cDeposit.js.map +1 -0
- package/script/api/exchange/_methods/cSignerAction.d.ts +151 -0
- package/script/api/exchange/_methods/cSignerAction.d.ts.map +1 -0
- package/script/api/exchange/_methods/cSignerAction.js +130 -0
- package/script/api/exchange/_methods/cSignerAction.js.map +1 -0
- package/script/api/exchange/_methods/cValidatorAction.d.ts +418 -0
- package/script/api/exchange/_methods/cValidatorAction.d.ts.map +1 -0
- package/script/api/exchange/_methods/cValidatorAction.js +172 -0
- package/script/api/exchange/_methods/cValidatorAction.js.map +1 -0
- package/script/api/exchange/_methods/cWithdraw.d.ts +125 -0
- package/script/api/exchange/_methods/cWithdraw.d.ts.map +1 -0
- package/script/api/exchange/_methods/cWithdraw.js +119 -0
- package/script/api/exchange/_methods/cWithdraw.js.map +1 -0
- package/script/api/exchange/_methods/cancel.d.ts +149 -0
- package/script/api/exchange/_methods/cancel.d.ts.map +1 -0
- package/script/api/exchange/_methods/cancel.js +114 -0
- package/script/api/exchange/_methods/cancel.js.map +1 -0
- package/script/api/exchange/_methods/cancelByCloid.d.ts +138 -0
- package/script/api/exchange/_methods/cancelByCloid.d.ts.map +1 -0
- package/script/api/exchange/_methods/cancelByCloid.js +118 -0
- package/script/api/exchange/_methods/cancelByCloid.js.map +1 -0
- package/script/api/exchange/_methods/claimRewards.d.ts +62 -0
- package/script/api/exchange/_methods/claimRewards.d.ts.map +1 -0
- package/script/api/exchange/_methods/claimRewards.js +92 -0
- package/script/api/exchange/_methods/claimRewards.js.map +1 -0
- package/script/api/exchange/_methods/convertToMultiSigUser.d.ts +223 -0
- package/script/api/exchange/_methods/convertToMultiSigUser.d.ts.map +1 -0
- package/script/api/exchange/_methods/convertToMultiSigUser.js +157 -0
- package/script/api/exchange/_methods/convertToMultiSigUser.js.map +1 -0
- package/script/api/exchange/_methods/createSubAccount.d.ts +115 -0
- package/script/api/exchange/_methods/createSubAccount.d.ts.map +1 -0
- package/script/api/exchange/_methods/createSubAccount.js +107 -0
- package/script/api/exchange/_methods/createSubAccount.js.map +1 -0
- package/script/api/exchange/_methods/createVault.d.ts +153 -0
- package/script/api/exchange/_methods/createVault.d.ts.map +1 -0
- package/script/api/exchange/_methods/createVault.js +118 -0
- package/script/api/exchange/_methods/createVault.js.map +1 -0
- package/script/api/exchange/_methods/evmUserModify.d.ts +102 -0
- package/script/api/exchange/_methods/evmUserModify.d.ts.map +1 -0
- package/script/api/exchange/_methods/evmUserModify.js +107 -0
- package/script/api/exchange/_methods/evmUserModify.js.map +1 -0
- package/script/api/exchange/_methods/linkStakingUser.d.ts +160 -0
- package/script/api/exchange/_methods/linkStakingUser.d.ts.map +1 -0
- package/script/api/exchange/_methods/linkStakingUser.js +130 -0
- package/script/api/exchange/_methods/linkStakingUser.js.map +1 -0
- package/script/api/exchange/_methods/modify.d.ts +326 -0
- package/script/api/exchange/_methods/modify.d.ts.map +1 -0
- package/script/api/exchange/_methods/modify.js +161 -0
- package/script/api/exchange/_methods/modify.js.map +1 -0
- package/script/api/exchange/_methods/noop.d.ts +62 -0
- package/script/api/exchange/_methods/noop.d.ts.map +1 -0
- package/script/api/exchange/_methods/noop.js +92 -0
- package/script/api/exchange/_methods/noop.js.map +1 -0
- package/script/api/exchange/_methods/order.d.ts +431 -0
- package/script/api/exchange/_methods/order.d.ts.map +1 -0
- package/script/api/exchange/_methods/order.js +175 -0
- package/script/api/exchange/_methods/order.js.map +1 -0
- package/script/api/exchange/_methods/perpDeploy.d.ts +1048 -0
- package/script/api/exchange/_methods/perpDeploy.d.ts.map +1 -0
- package/script/api/exchange/_methods/perpDeploy.js +284 -0
- package/script/api/exchange/_methods/perpDeploy.js.map +1 -0
- package/script/api/exchange/_methods/registerReferrer.d.ts +102 -0
- package/script/api/exchange/_methods/registerReferrer.d.ts.map +1 -0
- package/script/api/exchange/_methods/registerReferrer.js +107 -0
- package/script/api/exchange/_methods/registerReferrer.js.map +1 -0
- package/script/api/exchange/_methods/reserveRequestWeight.d.ts +102 -0
- package/script/api/exchange/_methods/reserveRequestWeight.d.ts.map +1 -0
- package/script/api/exchange/_methods/reserveRequestWeight.js +107 -0
- package/script/api/exchange/_methods/reserveRequestWeight.js.map +1 -0
- package/script/api/exchange/_methods/scheduleCancel.d.ts +120 -0
- package/script/api/exchange/_methods/scheduleCancel.d.ts.map +1 -0
- package/script/api/exchange/_methods/scheduleCancel.js +88 -0
- package/script/api/exchange/_methods/scheduleCancel.js.map +1 -0
- package/script/api/exchange/_methods/sendAsset.d.ts +186 -0
- package/script/api/exchange/_methods/sendAsset.d.ts.map +1 -0
- package/script/api/exchange/_methods/sendAsset.js +140 -0
- package/script/api/exchange/_methods/sendAsset.js.map +1 -0
- package/script/api/exchange/_methods/sendToEvmWithData.d.ts +211 -0
- package/script/api/exchange/_methods/sendToEvmWithData.d.ts.map +1 -0
- package/script/api/exchange/_methods/sendToEvmWithData.js +149 -0
- package/script/api/exchange/_methods/sendToEvmWithData.js.map +1 -0
- package/script/api/exchange/_methods/setDisplayName.d.ts +111 -0
- package/script/api/exchange/_methods/setDisplayName.d.ts.map +1 -0
- package/script/api/exchange/_methods/setDisplayName.js +110 -0
- package/script/api/exchange/_methods/setDisplayName.js.map +1 -0
- package/script/api/exchange/_methods/setReferrer.d.ts +102 -0
- package/script/api/exchange/_methods/setReferrer.d.ts.map +1 -0
- package/script/api/exchange/_methods/setReferrer.js +107 -0
- package/script/api/exchange/_methods/setReferrer.js.map +1 -0
- package/script/api/exchange/_methods/spotDeploy.d.ts +675 -0
- package/script/api/exchange/_methods/spotDeploy.d.ts.map +1 -0
- package/script/api/exchange/_methods/spotDeploy.js +216 -0
- package/script/api/exchange/_methods/spotDeploy.js.map +1 -0
- package/script/api/exchange/_methods/spotSend.d.ts +151 -0
- package/script/api/exchange/_methods/spotSend.d.ts.map +1 -0
- package/script/api/exchange/_methods/spotSend.js +129 -0
- package/script/api/exchange/_methods/spotSend.js.map +1 -0
- package/script/api/exchange/_methods/spotUser.d.ts +121 -0
- package/script/api/exchange/_methods/spotUser.d.ts.map +1 -0
- package/script/api/exchange/_methods/spotUser.js +110 -0
- package/script/api/exchange/_methods/spotUser.js.map +1 -0
- package/script/api/exchange/_methods/subAccountModify.d.ts +113 -0
- package/script/api/exchange/_methods/subAccountModify.d.ts.map +1 -0
- package/script/api/exchange/_methods/subAccountModify.js +109 -0
- package/script/api/exchange/_methods/subAccountModify.js.map +1 -0
- package/script/api/exchange/_methods/subAccountSpotTransfer.d.ts +140 -0
- package/script/api/exchange/_methods/subAccountSpotTransfer.d.ts.map +1 -0
- package/script/api/exchange/_methods/subAccountSpotTransfer.js +118 -0
- package/script/api/exchange/_methods/subAccountSpotTransfer.js.map +1 -0
- package/script/api/exchange/_methods/subAccountTransfer.d.ts +124 -0
- package/script/api/exchange/_methods/subAccountTransfer.d.ts.map +1 -0
- package/script/api/exchange/_methods/subAccountTransfer.js +111 -0
- package/script/api/exchange/_methods/subAccountTransfer.js.map +1 -0
- package/script/api/exchange/_methods/tokenDelegate.d.ts +147 -0
- package/script/api/exchange/_methods/tokenDelegate.d.ts.map +1 -0
- package/script/api/exchange/_methods/tokenDelegate.js +125 -0
- package/script/api/exchange/_methods/tokenDelegate.js.map +1 -0
- package/script/api/exchange/_methods/topUpIsolatedOnlyMargin.d.ts +115 -0
- package/script/api/exchange/_methods/topUpIsolatedOnlyMargin.d.ts.map +1 -0
- package/script/api/exchange/_methods/topUpIsolatedOnlyMargin.js +111 -0
- package/script/api/exchange/_methods/topUpIsolatedOnlyMargin.js.map +1 -0
- package/script/api/exchange/_methods/twapCancel.d.ts +130 -0
- package/script/api/exchange/_methods/twapCancel.d.ts.map +1 -0
- package/script/api/exchange/_methods/twapCancel.js +111 -0
- package/script/api/exchange/_methods/twapCancel.js.map +1 -0
- package/script/api/exchange/_methods/twapOrder.d.ts +208 -0
- package/script/api/exchange/_methods/twapOrder.d.ts.map +1 -0
- package/script/api/exchange/_methods/twapOrder.js +131 -0
- package/script/api/exchange/_methods/twapOrder.js.map +1 -0
- package/script/api/exchange/_methods/updateIsolatedMargin.d.ts +126 -0
- package/script/api/exchange/_methods/updateIsolatedMargin.d.ts.map +1 -0
- package/script/api/exchange/_methods/updateIsolatedMargin.js +113 -0
- package/script/api/exchange/_methods/updateIsolatedMargin.js.map +1 -0
- package/script/api/exchange/_methods/updateLeverage.d.ts +126 -0
- package/script/api/exchange/_methods/updateLeverage.d.ts.map +1 -0
- package/script/api/exchange/_methods/updateLeverage.js +113 -0
- package/script/api/exchange/_methods/updateLeverage.js.map +1 -0
- package/script/api/exchange/_methods/usdClassTransfer.d.ts +136 -0
- package/script/api/exchange/_methods/usdClassTransfer.d.ts.map +1 -0
- package/script/api/exchange/_methods/usdClassTransfer.js +122 -0
- package/script/api/exchange/_methods/usdClassTransfer.js.map +1 -0
- package/script/api/exchange/_methods/usdSend.d.ts +136 -0
- package/script/api/exchange/_methods/usdSend.d.ts.map +1 -0
- package/script/api/exchange/_methods/usdSend.js +122 -0
- package/script/api/exchange/_methods/usdSend.js.map +1 -0
- package/script/api/exchange/_methods/userDexAbstraction.d.ts +138 -0
- package/script/api/exchange/_methods/userDexAbstraction.d.ts.map +1 -0
- package/script/api/exchange/_methods/userDexAbstraction.js +124 -0
- package/script/api/exchange/_methods/userDexAbstraction.js.map +1 -0
- package/script/api/exchange/_methods/userPortfolioMargin.d.ts +136 -0
- package/script/api/exchange/_methods/userPortfolioMargin.d.ts.map +1 -0
- package/script/api/exchange/_methods/userPortfolioMargin.js +122 -0
- package/script/api/exchange/_methods/userPortfolioMargin.js.map +1 -0
- package/script/api/exchange/_methods/userSetAbstraction.d.ts +136 -0
- package/script/api/exchange/_methods/userSetAbstraction.d.ts.map +1 -0
- package/script/api/exchange/_methods/userSetAbstraction.js +122 -0
- package/script/api/exchange/_methods/userSetAbstraction.js.map +1 -0
- package/script/api/exchange/_methods/validatorL1Stream.d.ts +102 -0
- package/script/api/exchange/_methods/validatorL1Stream.d.ts.map +1 -0
- package/script/api/exchange/_methods/validatorL1Stream.js +107 -0
- package/script/api/exchange/_methods/validatorL1Stream.js.map +1 -0
- package/script/api/exchange/_methods/vaultDistribute.d.ts +122 -0
- package/script/api/exchange/_methods/vaultDistribute.d.ts.map +1 -0
- package/script/api/exchange/_methods/vaultDistribute.js +112 -0
- package/script/api/exchange/_methods/vaultDistribute.js.map +1 -0
- package/script/api/exchange/_methods/vaultModify.d.ts +128 -0
- package/script/api/exchange/_methods/vaultModify.d.ts.map +1 -0
- package/script/api/exchange/_methods/vaultModify.js +115 -0
- package/script/api/exchange/_methods/vaultModify.js.map +1 -0
- package/script/api/exchange/_methods/vaultTransfer.d.ts +124 -0
- package/script/api/exchange/_methods/vaultTransfer.d.ts.map +1 -0
- package/script/api/exchange/_methods/vaultTransfer.js +111 -0
- package/script/api/exchange/_methods/vaultTransfer.js.map +1 -0
- package/script/api/exchange/_methods/withdraw3.d.ts +136 -0
- package/script/api/exchange/_methods/withdraw3.d.ts.map +1 -0
- package/script/api/exchange/_methods/withdraw3.js +122 -0
- package/script/api/exchange/_methods/withdraw3.js.map +1 -0
- package/script/api/exchange/client.d.ts +1664 -0
- package/script/api/exchange/client.d.ts.map +1 -0
- package/script/api/exchange/client.js +1706 -0
- package/script/api/exchange/client.js.map +1 -0
- package/script/api/exchange/mod.d.ts +92 -0
- package/script/api/exchange/mod.d.ts.map +1 -0
- package/script/api/exchange/mod.js +109 -0
- package/script/api/exchange/mod.js.map +1 -0
- package/script/api/info/_methods/_base/commonSchemas.d.ts +362 -0
- package/script/api/info/_methods/_base/commonSchemas.d.ts.map +1 -0
- package/script/api/info/_methods/_base/commonSchemas.js +7 -0
- package/script/api/info/_methods/_base/commonSchemas.js.map +1 -0
- package/script/api/info/_methods/_base/types.d.ts +11 -0
- package/script/api/info/_methods/_base/types.d.ts.map +1 -0
- package/script/api/info/_methods/_base/types.js +7 -0
- package/script/api/info/_methods/_base/types.js.map +1 -0
- package/script/api/info/_methods/activeAssetData.d.ts +94 -0
- package/script/api/info/_methods/activeAssetData.d.ts.map +1 -0
- package/script/api/info/_methods/activeAssetData.js +94 -0
- package/script/api/info/_methods/activeAssetData.js.map +1 -0
- package/script/api/info/_methods/alignedQuoteTokenInfo.d.ts +70 -0
- package/script/api/info/_methods/alignedQuoteTokenInfo.d.ts.map +1 -0
- package/script/api/info/_methods/alignedQuoteTokenInfo.js +92 -0
- package/script/api/info/_methods/alignedQuoteTokenInfo.js.map +1 -0
- package/script/api/info/_methods/allBorrowLendReserveStates.d.ts +41 -0
- package/script/api/info/_methods/allBorrowLendReserveStates.d.ts.map +1 -0
- package/script/api/info/_methods/allBorrowLendReserveStates.js +81 -0
- package/script/api/info/_methods/allBorrowLendReserveStates.js.map +1 -0
- package/script/api/info/_methods/allMids.d.ts +49 -0
- package/script/api/info/_methods/allMids.d.ts.map +1 -0
- package/script/api/info/_methods/allMids.js +67 -0
- package/script/api/info/_methods/allMids.js.map +1 -0
- package/script/api/info/_methods/allPerpMetas.d.ts +41 -0
- package/script/api/info/_methods/allPerpMetas.d.ts.map +1 -0
- package/script/api/info/_methods/allPerpMetas.js +81 -0
- package/script/api/info/_methods/allPerpMetas.js.map +1 -0
- package/script/api/info/_methods/approvedBuilders.d.ts +48 -0
- package/script/api/info/_methods/approvedBuilders.d.ts.map +1 -0
- package/script/api/info/_methods/approvedBuilders.js +92 -0
- package/script/api/info/_methods/approvedBuilders.js.map +1 -0
- package/script/api/info/_methods/blockDetails.d.ts +72 -0
- package/script/api/info/_methods/blockDetails.d.ts.map +1 -0
- package/script/api/info/_methods/blockDetails.js +91 -0
- package/script/api/info/_methods/blockDetails.js.map +1 -0
- package/script/api/info/_methods/borrowLendReserveState.d.ts +89 -0
- package/script/api/info/_methods/borrowLendReserveState.d.ts.map +1 -0
- package/script/api/info/_methods/borrowLendReserveState.js +92 -0
- package/script/api/info/_methods/borrowLendReserveState.js.map +1 -0
- package/script/api/info/_methods/borrowLendUserState.d.ts +85 -0
- package/script/api/info/_methods/borrowLendUserState.d.ts.map +1 -0
- package/script/api/info/_methods/borrowLendUserState.js +92 -0
- package/script/api/info/_methods/borrowLendUserState.js.map +1 -0
- package/script/api/info/_methods/candleSnapshot.d.ts +97 -0
- package/script/api/info/_methods/candleSnapshot.d.ts.map +1 -0
- package/script/api/info/_methods/candleSnapshot.js +105 -0
- package/script/api/info/_methods/candleSnapshot.js.map +1 -0
- package/script/api/info/_methods/clearinghouseState.d.ts +191 -0
- package/script/api/info/_methods/clearinghouseState.d.ts.map +1 -0
- package/script/api/info/_methods/clearinghouseState.js +94 -0
- package/script/api/info/_methods/clearinghouseState.js.map +1 -0
- package/script/api/info/_methods/delegations.d.ts +61 -0
- package/script/api/info/_methods/delegations.d.ts.map +1 -0
- package/script/api/info/_methods/delegations.js +92 -0
- package/script/api/info/_methods/delegations.js.map +1 -0
- package/script/api/info/_methods/delegatorHistory.d.ts +94 -0
- package/script/api/info/_methods/delegatorHistory.d.ts.map +1 -0
- package/script/api/info/_methods/delegatorHistory.js +92 -0
- package/script/api/info/_methods/delegatorHistory.js.map +1 -0
- package/script/api/info/_methods/delegatorRewards.d.ts +58 -0
- package/script/api/info/_methods/delegatorRewards.d.ts.map +1 -0
- package/script/api/info/_methods/delegatorRewards.js +92 -0
- package/script/api/info/_methods/delegatorRewards.js.map +1 -0
- package/script/api/info/_methods/delegatorSummary.d.ts +66 -0
- package/script/api/info/_methods/delegatorSummary.d.ts.map +1 -0
- package/script/api/info/_methods/delegatorSummary.js +92 -0
- package/script/api/info/_methods/delegatorSummary.js.map +1 -0
- package/script/api/info/_methods/exchangeStatus.d.ts +45 -0
- package/script/api/info/_methods/exchangeStatus.d.ts.map +1 -0
- package/script/api/info/_methods/exchangeStatus.js +84 -0
- package/script/api/info/_methods/exchangeStatus.js.map +1 -0
- package/script/api/info/_methods/extraAgents.d.ts +58 -0
- package/script/api/info/_methods/extraAgents.d.ts.map +1 -0
- package/script/api/info/_methods/extraAgents.js +92 -0
- package/script/api/info/_methods/extraAgents.js.map +1 -0
- package/script/api/info/_methods/frontendOpenOrders.d.ts +51 -0
- package/script/api/info/_methods/frontendOpenOrders.d.ts.map +1 -0
- package/script/api/info/_methods/frontendOpenOrders.js +94 -0
- package/script/api/info/_methods/frontendOpenOrders.js.map +1 -0
- package/script/api/info/_methods/fundingHistory.d.ts +70 -0
- package/script/api/info/_methods/fundingHistory.d.ts.map +1 -0
- package/script/api/info/_methods/fundingHistory.js +99 -0
- package/script/api/info/_methods/fundingHistory.js.map +1 -0
- package/script/api/info/_methods/gossipRootIps.d.ts +40 -0
- package/script/api/info/_methods/gossipRootIps.d.ts.map +1 -0
- package/script/api/info/_methods/gossipRootIps.js +84 -0
- package/script/api/info/_methods/gossipRootIps.js.map +1 -0
- package/script/api/info/_methods/historicalOrders.d.ts +87 -0
- package/script/api/info/_methods/historicalOrders.d.ts.map +1 -0
- package/script/api/info/_methods/historicalOrders.js +92 -0
- package/script/api/info/_methods/historicalOrders.js.map +1 -0
- package/script/api/info/_methods/isVip.d.ts +48 -0
- package/script/api/info/_methods/isVip.d.ts.map +1 -0
- package/script/api/info/_methods/isVip.js +92 -0
- package/script/api/info/_methods/isVip.js.map +1 -0
- package/script/api/info/_methods/l2Book.d.ts +79 -0
- package/script/api/info/_methods/l2Book.d.ts.map +1 -0
- package/script/api/info/_methods/l2Book.js +95 -0
- package/script/api/info/_methods/l2Book.js.map +1 -0
- package/script/api/info/_methods/leadingVaults.d.ts +56 -0
- package/script/api/info/_methods/leadingVaults.d.ts.map +1 -0
- package/script/api/info/_methods/leadingVaults.js +92 -0
- package/script/api/info/_methods/leadingVaults.js.map +1 -0
- package/script/api/info/_methods/legalCheck.d.ts +55 -0
- package/script/api/info/_methods/legalCheck.d.ts.map +1 -0
- package/script/api/info/_methods/legalCheck.js +92 -0
- package/script/api/info/_methods/legalCheck.js.map +1 -0
- package/script/api/info/_methods/liquidatable.d.ts +40 -0
- package/script/api/info/_methods/liquidatable.d.ts.map +1 -0
- package/script/api/info/_methods/liquidatable.js +84 -0
- package/script/api/info/_methods/liquidatable.js.map +1 -0
- package/script/api/info/_methods/marginTable.d.ts +61 -0
- package/script/api/info/_methods/marginTable.d.ts.map +1 -0
- package/script/api/info/_methods/marginTable.js +92 -0
- package/script/api/info/_methods/marginTable.js.map +1 -0
- package/script/api/info/_methods/maxBuilderFee.d.ts +50 -0
- package/script/api/info/_methods/maxBuilderFee.d.ts.map +1 -0
- package/script/api/info/_methods/maxBuilderFee.js +94 -0
- package/script/api/info/_methods/maxBuilderFee.js.map +1 -0
- package/script/api/info/_methods/maxMarketOrderNtls.d.ts +40 -0
- package/script/api/info/_methods/maxMarketOrderNtls.d.ts.map +1 -0
- package/script/api/info/_methods/maxMarketOrderNtls.js +84 -0
- package/script/api/info/_methods/maxMarketOrderNtls.js.map +1 -0
- package/script/api/info/_methods/meta.d.ts +73 -0
- package/script/api/info/_methods/meta.d.ts.map +1 -0
- package/script/api/info/_methods/meta.js +64 -0
- package/script/api/info/_methods/meta.js.map +1 -0
- package/script/api/info/_methods/metaAndAssetCtxs.d.ts +48 -0
- package/script/api/info/_methods/metaAndAssetCtxs.d.ts.map +1 -0
- package/script/api/info/_methods/metaAndAssetCtxs.js +64 -0
- package/script/api/info/_methods/metaAndAssetCtxs.js.map +1 -0
- package/script/api/info/_methods/openOrders.d.ts +51 -0
- package/script/api/info/_methods/openOrders.d.ts.map +1 -0
- package/script/api/info/_methods/openOrders.js +94 -0
- package/script/api/info/_methods/openOrders.js.map +1 -0
- package/script/api/info/_methods/orderStatus.d.ts +99 -0
- package/script/api/info/_methods/orderStatus.d.ts.map +1 -0
- package/script/api/info/_methods/orderStatus.js +94 -0
- package/script/api/info/_methods/orderStatus.js.map +1 -0
- package/script/api/info/_methods/outcomeMeta.d.ts +70 -0
- package/script/api/info/_methods/outcomeMeta.d.ts.map +1 -0
- package/script/api/info/_methods/outcomeMeta.js +84 -0
- package/script/api/info/_methods/outcomeMeta.js.map +1 -0
- package/script/api/info/_methods/perpCategories.d.ts +45 -0
- package/script/api/info/_methods/perpCategories.d.ts.map +1 -0
- package/script/api/info/_methods/perpCategories.js +84 -0
- package/script/api/info/_methods/perpCategories.js.map +1 -0
- package/script/api/info/_methods/perpDeployAuctionStatus.d.ts +60 -0
- package/script/api/info/_methods/perpDeployAuctionStatus.d.ts.map +1 -0
- package/script/api/info/_methods/perpDeployAuctionStatus.js +84 -0
- package/script/api/info/_methods/perpDeployAuctionStatus.js.map +1 -0
- package/script/api/info/_methods/perpDexLimits.d.ts +70 -0
- package/script/api/info/_methods/perpDexLimits.d.ts.map +1 -0
- package/script/api/info/_methods/perpDexLimits.js +91 -0
- package/script/api/info/_methods/perpDexLimits.js.map +1 -0
- package/script/api/info/_methods/perpDexStatus.d.ts +51 -0
- package/script/api/info/_methods/perpDexStatus.d.ts.map +1 -0
- package/script/api/info/_methods/perpDexStatus.js +88 -0
- package/script/api/info/_methods/perpDexStatus.js.map +1 -0
- package/script/api/info/_methods/perpDexs.d.ts +94 -0
- package/script/api/info/_methods/perpDexs.d.ts.map +1 -0
- package/script/api/info/_methods/perpDexs.js +84 -0
- package/script/api/info/_methods/perpDexs.js.map +1 -0
- package/script/api/info/_methods/perpsAtOpenInterestCap.d.ts +46 -0
- package/script/api/info/_methods/perpsAtOpenInterestCap.d.ts.map +1 -0
- package/script/api/info/_methods/perpsAtOpenInterestCap.js +67 -0
- package/script/api/info/_methods/perpsAtOpenInterestCap.js.map +1 -0
- package/script/api/info/_methods/portfolio.d.ts +102 -0
- package/script/api/info/_methods/portfolio.d.ts.map +1 -0
- package/script/api/info/_methods/portfolio.js +92 -0
- package/script/api/info/_methods/portfolio.js.map +1 -0
- package/script/api/info/_methods/preTransferCheck.d.ts +62 -0
- package/script/api/info/_methods/preTransferCheck.d.ts.map +1 -0
- package/script/api/info/_methods/preTransferCheck.js +94 -0
- package/script/api/info/_methods/preTransferCheck.js.map +1 -0
- package/script/api/info/_methods/predictedFundings.d.ts +60 -0
- package/script/api/info/_methods/predictedFundings.d.ts.map +1 -0
- package/script/api/info/_methods/predictedFundings.js +84 -0
- package/script/api/info/_methods/predictedFundings.js.map +1 -0
- package/script/api/info/_methods/recentTrades.d.ts +79 -0
- package/script/api/info/_methods/recentTrades.d.ts.map +1 -0
- package/script/api/info/_methods/recentTrades.js +91 -0
- package/script/api/info/_methods/recentTrades.js.map +1 -0
- package/script/api/info/_methods/referral.d.ts +197 -0
- package/script/api/info/_methods/referral.d.ts.map +1 -0
- package/script/api/info/_methods/referral.js +92 -0
- package/script/api/info/_methods/referral.js.map +1 -0
- package/script/api/info/_methods/spotClearinghouseState.d.ts +85 -0
- package/script/api/info/_methods/spotClearinghouseState.d.ts.map +1 -0
- package/script/api/info/_methods/spotClearinghouseState.js +94 -0
- package/script/api/info/_methods/spotClearinghouseState.js.map +1 -0
- package/script/api/info/_methods/spotDeployState.d.ts +108 -0
- package/script/api/info/_methods/spotDeployState.d.ts.map +1 -0
- package/script/api/info/_methods/spotDeployState.js +92 -0
- package/script/api/info/_methods/spotDeployState.js.map +1 -0
- package/script/api/info/_methods/spotMeta.d.ts +87 -0
- package/script/api/info/_methods/spotMeta.d.ts.map +1 -0
- package/script/api/info/_methods/spotMeta.js +84 -0
- package/script/api/info/_methods/spotMeta.js.map +1 -0
- package/script/api/info/_methods/spotMetaAndAssetCtxs.d.ts +42 -0
- package/script/api/info/_methods/spotMetaAndAssetCtxs.d.ts.map +1 -0
- package/script/api/info/_methods/spotMetaAndAssetCtxs.js +81 -0
- package/script/api/info/_methods/spotMetaAndAssetCtxs.js.map +1 -0
- package/script/api/info/_methods/spotPairDeployAuctionStatus.d.ts +41 -0
- package/script/api/info/_methods/spotPairDeployAuctionStatus.d.ts.map +1 -0
- package/script/api/info/_methods/spotPairDeployAuctionStatus.js +81 -0
- package/script/api/info/_methods/spotPairDeployAuctionStatus.js.map +1 -0
- package/script/api/info/_methods/subAccounts.d.ts +67 -0
- package/script/api/info/_methods/subAccounts.d.ts.map +1 -0
- package/script/api/info/_methods/subAccounts.js +92 -0
- package/script/api/info/_methods/subAccounts.js.map +1 -0
- package/script/api/info/_methods/subAccounts2.d.ts +67 -0
- package/script/api/info/_methods/subAccounts2.d.ts.map +1 -0
- package/script/api/info/_methods/subAccounts2.js +92 -0
- package/script/api/info/_methods/subAccounts2.js.map +1 -0
- package/script/api/info/_methods/tokenDetails.d.ts +138 -0
- package/script/api/info/_methods/tokenDetails.d.ts.map +1 -0
- package/script/api/info/_methods/tokenDetails.js +92 -0
- package/script/api/info/_methods/tokenDetails.js.map +1 -0
- package/script/api/info/_methods/twapHistory.d.ts +72 -0
- package/script/api/info/_methods/twapHistory.d.ts.map +1 -0
- package/script/api/info/_methods/twapHistory.js +92 -0
- package/script/api/info/_methods/twapHistory.js.map +1 -0
- package/script/api/info/_methods/txDetails.d.ts +53 -0
- package/script/api/info/_methods/txDetails.d.ts.map +1 -0
- package/script/api/info/_methods/txDetails.js +91 -0
- package/script/api/info/_methods/txDetails.js.map +1 -0
- package/script/api/info/_methods/userAbstraction.d.ts +48 -0
- package/script/api/info/_methods/userAbstraction.d.ts.map +1 -0
- package/script/api/info/_methods/userAbstraction.js +92 -0
- package/script/api/info/_methods/userAbstraction.js.map +1 -0
- package/script/api/info/_methods/userBorrowLendInterest.d.ts +70 -0
- package/script/api/info/_methods/userBorrowLendInterest.d.ts.map +1 -0
- package/script/api/info/_methods/userBorrowLendInterest.js +99 -0
- package/script/api/info/_methods/userBorrowLendInterest.js.map +1 -0
- package/script/api/info/_methods/userDetails.d.ts +53 -0
- package/script/api/info/_methods/userDetails.d.ts.map +1 -0
- package/script/api/info/_methods/userDetails.js +91 -0
- package/script/api/info/_methods/userDetails.js.map +1 -0
- package/script/api/info/_methods/userDexAbstraction.d.ts +48 -0
- package/script/api/info/_methods/userDexAbstraction.d.ts.map +1 -0
- package/script/api/info/_methods/userDexAbstraction.js +92 -0
- package/script/api/info/_methods/userDexAbstraction.js.map +1 -0
- package/script/api/info/_methods/userFees.d.ts +225 -0
- package/script/api/info/_methods/userFees.d.ts.map +1 -0
- package/script/api/info/_methods/userFees.js +92 -0
- package/script/api/info/_methods/userFees.js.map +1 -0
- package/script/api/info/_methods/userFills.d.ts +72 -0
- package/script/api/info/_methods/userFills.d.ts.map +1 -0
- package/script/api/info/_methods/userFills.js +94 -0
- package/script/api/info/_methods/userFills.js.map +1 -0
- package/script/api/info/_methods/userFillsByTime.d.ts +60 -0
- package/script/api/info/_methods/userFillsByTime.d.ts.map +1 -0
- package/script/api/info/_methods/userFillsByTime.js +103 -0
- package/script/api/info/_methods/userFillsByTime.js.map +1 -0
- package/script/api/info/_methods/userFunding.d.ts +84 -0
- package/script/api/info/_methods/userFunding.d.ts.map +1 -0
- package/script/api/info/_methods/userFunding.js +96 -0
- package/script/api/info/_methods/userFunding.js.map +1 -0
- package/script/api/info/_methods/userNonFundingLedgerUpdates.d.ts +396 -0
- package/script/api/info/_methods/userNonFundingLedgerUpdates.d.ts.map +1 -0
- package/script/api/info/_methods/userNonFundingLedgerUpdates.js +96 -0
- package/script/api/info/_methods/userNonFundingLedgerUpdates.js.map +1 -0
- package/script/api/info/_methods/userRateLimit.d.ts +60 -0
- package/script/api/info/_methods/userRateLimit.d.ts.map +1 -0
- package/script/api/info/_methods/userRateLimit.js +92 -0
- package/script/api/info/_methods/userRateLimit.js.map +1 -0
- package/script/api/info/_methods/userRole.d.ts +73 -0
- package/script/api/info/_methods/userRole.d.ts.map +1 -0
- package/script/api/info/_methods/userRole.js +92 -0
- package/script/api/info/_methods/userRole.js.map +1 -0
- package/script/api/info/_methods/userToMultiSigSigners.d.ts +56 -0
- package/script/api/info/_methods/userToMultiSigSigners.d.ts.map +1 -0
- package/script/api/info/_methods/userToMultiSigSigners.js +92 -0
- package/script/api/info/_methods/userToMultiSigSigners.js.map +1 -0
- package/script/api/info/_methods/userTwapSliceFills.d.ts +54 -0
- package/script/api/info/_methods/userTwapSliceFills.d.ts.map +1 -0
- package/script/api/info/_methods/userTwapSliceFills.js +92 -0
- package/script/api/info/_methods/userTwapSliceFills.js.map +1 -0
- package/script/api/info/_methods/userTwapSliceFillsByTime.d.ts +58 -0
- package/script/api/info/_methods/userTwapSliceFillsByTime.d.ts.map +1 -0
- package/script/api/info/_methods/userTwapSliceFillsByTime.js +101 -0
- package/script/api/info/_methods/userTwapSliceFillsByTime.js.map +1 -0
- package/script/api/info/_methods/userVaultEquities.d.ts +61 -0
- package/script/api/info/_methods/userVaultEquities.d.ts.map +1 -0
- package/script/api/info/_methods/userVaultEquities.js +92 -0
- package/script/api/info/_methods/userVaultEquities.js.map +1 -0
- package/script/api/info/_methods/validatorL1Votes.d.ts +54 -0
- package/script/api/info/_methods/validatorL1Votes.d.ts.map +1 -0
- package/script/api/info/_methods/validatorL1Votes.js +84 -0
- package/script/api/info/_methods/validatorL1Votes.js.map +1 -0
- package/script/api/info/_methods/validatorSummaries.d.ts +101 -0
- package/script/api/info/_methods/validatorSummaries.d.ts.map +1 -0
- package/script/api/info/_methods/validatorSummaries.js +84 -0
- package/script/api/info/_methods/validatorSummaries.js.map +1 -0
- package/script/api/info/_methods/vaultDetails.d.ts +145 -0
- package/script/api/info/_methods/vaultDetails.d.ts.map +1 -0
- package/script/api/info/_methods/vaultDetails.js +94 -0
- package/script/api/info/_methods/vaultDetails.js.map +1 -0
- package/script/api/info/_methods/vaultSummaries.d.ts +65 -0
- package/script/api/info/_methods/vaultSummaries.d.ts.map +1 -0
- package/script/api/info/_methods/vaultSummaries.js +81 -0
- package/script/api/info/_methods/vaultSummaries.js.map +1 -0
- package/script/api/info/_methods/webData2.d.ts +102 -0
- package/script/api/info/_methods/webData2.d.ts.map +1 -0
- package/script/api/info/_methods/webData2.js +92 -0
- package/script/api/info/_methods/webData2.js.map +1 -0
- package/script/api/info/client.d.ts +1908 -0
- package/script/api/info/client.d.ts.map +1 -0
- package/script/api/info/client.js +1909 -0
- package/script/api/info/client.js.map +1 -0
- package/script/api/info/mod.d.ts +100 -0
- package/script/api/info/mod.d.ts.map +1 -0
- package/script/api/info/mod.js +115 -0
- package/script/api/info/mod.js.map +1 -0
- package/script/api/subscription/_methods/_types.d.ts.map +1 -0
- package/script/api/subscription/_methods/_types.js.map +1 -0
- package/script/api/subscription/_methods/activeAssetCtx.d.ts +56 -0
- package/script/api/subscription/_methods/activeAssetCtx.d.ts.map +1 -0
- package/script/api/subscription/_methods/activeAssetCtx.js +90 -0
- package/script/api/subscription/_methods/activeAssetCtx.js.map +1 -0
- package/script/api/subscription/_methods/activeAssetData.d.ts +53 -0
- package/script/api/subscription/_methods/activeAssetData.d.ts.map +1 -0
- package/script/api/subscription/_methods/activeAssetData.js +96 -0
- package/script/api/subscription/_methods/activeAssetData.js.map +1 -0
- package/script/api/subscription/_methods/activeSpotAssetCtx.d.ts +56 -0
- package/script/api/subscription/_methods/activeSpotAssetCtx.d.ts.map +1 -0
- package/script/api/subscription/_methods/activeSpotAssetCtx.js +90 -0
- package/script/api/subscription/_methods/activeSpotAssetCtx.js.map +1 -0
- package/script/api/subscription/_methods/allDexsAssetCtxs.d.ts +48 -0
- package/script/api/subscription/_methods/allDexsAssetCtxs.d.ts.map +1 -0
- package/script/api/subscription/_methods/allDexsAssetCtxs.js +86 -0
- package/script/api/subscription/_methods/allDexsAssetCtxs.js.map +1 -0
- package/script/api/subscription/_methods/allDexsClearinghouseState.d.ts +59 -0
- package/script/api/subscription/_methods/allDexsClearinghouseState.d.ts.map +1 -0
- package/script/api/subscription/_methods/allDexsClearinghouseState.js +97 -0
- package/script/api/subscription/_methods/allDexsClearinghouseState.js.map +1 -0
- package/script/api/subscription/_methods/allMids.d.ts +56 -0
- package/script/api/subscription/_methods/allMids.d.ts.map +1 -0
- package/script/api/subscription/_methods/allMids.js +69 -0
- package/script/api/subscription/_methods/allMids.js.map +1 -0
- package/script/api/subscription/_methods/assetCtxs.d.ts +56 -0
- package/script/api/subscription/_methods/assetCtxs.d.ts.map +1 -0
- package/script/api/subscription/_methods/assetCtxs.js +69 -0
- package/script/api/subscription/_methods/assetCtxs.js.map +1 -0
- package/script/api/subscription/_methods/bbo.d.ts +86 -0
- package/script/api/subscription/_methods/bbo.d.ts.map +1 -0
- package/script/api/subscription/_methods/bbo.js +93 -0
- package/script/api/subscription/_methods/bbo.js.map +1 -0
- package/script/api/subscription/_methods/candle.d.ts +88 -0
- package/script/api/subscription/_methods/candle.d.ts.map +1 -0
- package/script/api/subscription/_methods/candle.js +95 -0
- package/script/api/subscription/_methods/candle.js.map +1 -0
- package/script/api/subscription/_methods/clearinghouseState.d.ts +63 -0
- package/script/api/subscription/_methods/clearinghouseState.d.ts.map +1 -0
- package/script/api/subscription/_methods/clearinghouseState.js +100 -0
- package/script/api/subscription/_methods/clearinghouseState.js.map +1 -0
- package/script/api/subscription/_methods/explorerBlock.d.ts +61 -0
- package/script/api/subscription/_methods/explorerBlock.d.ts.map +1 -0
- package/script/api/subscription/_methods/explorerBlock.js +87 -0
- package/script/api/subscription/_methods/explorerBlock.js.map +1 -0
- package/script/api/subscription/_methods/explorerTxs.d.ts +45 -0
- package/script/api/subscription/_methods/explorerTxs.d.ts.map +1 -0
- package/script/api/subscription/_methods/explorerTxs.js +84 -0
- package/script/api/subscription/_methods/explorerTxs.js.map +1 -0
- package/script/api/subscription/_methods/l2Book.d.ts +95 -0
- package/script/api/subscription/_methods/l2Book.d.ts.map +1 -0
- package/script/api/subscription/_methods/l2Book.js +103 -0
- package/script/api/subscription/_methods/l2Book.js.map +1 -0
- package/script/api/subscription/_methods/notification.d.ts +53 -0
- package/script/api/subscription/_methods/notification.d.ts.map +1 -0
- package/script/api/subscription/_methods/notification.js +92 -0
- package/script/api/subscription/_methods/notification.js.map +1 -0
- package/script/api/subscription/_methods/openOrders.d.ts +63 -0
- package/script/api/subscription/_methods/openOrders.d.ts.map +1 -0
- package/script/api/subscription/_methods/openOrders.js +100 -0
- package/script/api/subscription/_methods/openOrders.js.map +1 -0
- package/script/api/subscription/_methods/orderUpdates.d.ts +89 -0
- package/script/api/subscription/_methods/orderUpdates.d.ts.map +1 -0
- package/script/api/subscription/_methods/orderUpdates.js +92 -0
- package/script/api/subscription/_methods/orderUpdates.js.map +1 -0
- package/script/api/subscription/_methods/spotAssetCtxs.d.ts +45 -0
- package/script/api/subscription/_methods/spotAssetCtxs.d.ts.map +1 -0
- package/script/api/subscription/_methods/spotAssetCtxs.js +84 -0
- package/script/api/subscription/_methods/spotAssetCtxs.js.map +1 -0
- package/script/api/subscription/_methods/spotState.d.ts +61 -0
- package/script/api/subscription/_methods/spotState.d.ts.map +1 -0
- package/script/api/subscription/_methods/spotState.js +96 -0
- package/script/api/subscription/_methods/spotState.js.map +1 -0
- package/script/api/subscription/_methods/trades.d.ts +51 -0
- package/script/api/subscription/_methods/trades.d.ts.map +1 -0
- package/script/api/subscription/_methods/trades.js +90 -0
- package/script/api/subscription/_methods/trades.js.map +1 -0
- package/script/api/subscription/_methods/twapStates.d.ts +63 -0
- package/script/api/subscription/_methods/twapStates.d.ts.map +1 -0
- package/script/api/subscription/_methods/twapStates.js +100 -0
- package/script/api/subscription/_methods/twapStates.js.map +1 -0
- package/script/api/subscription/_methods/userEvents.d.ts +119 -0
- package/script/api/subscription/_methods/userEvents.d.ts.map +1 -0
- package/script/api/subscription/_methods/userEvents.js +92 -0
- package/script/api/subscription/_methods/userEvents.js.map +1 -0
- package/script/api/subscription/_methods/userFills.d.ts +63 -0
- package/script/api/subscription/_methods/userFills.d.ts.map +1 -0
- package/script/api/subscription/_methods/userFills.js +100 -0
- package/script/api/subscription/_methods/userFills.js.map +1 -0
- package/script/api/subscription/_methods/userFundings.d.ts +82 -0
- package/script/api/subscription/_methods/userFundings.d.ts.map +1 -0
- package/script/api/subscription/_methods/userFundings.js +94 -0
- package/script/api/subscription/_methods/userFundings.js.map +1 -0
- package/script/api/subscription/_methods/userHistoricalOrders.d.ts +61 -0
- package/script/api/subscription/_methods/userHistoricalOrders.d.ts.map +1 -0
- package/script/api/subscription/_methods/userHistoricalOrders.js +94 -0
- package/script/api/subscription/_methods/userHistoricalOrders.js.map +1 -0
- package/script/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts +61 -0
- package/script/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts.map +1 -0
- package/script/api/subscription/_methods/userNonFundingLedgerUpdates.js +94 -0
- package/script/api/subscription/_methods/userNonFundingLedgerUpdates.js.map +1 -0
- package/script/api/subscription/_methods/userTwapHistory.d.ts +61 -0
- package/script/api/subscription/_methods/userTwapHistory.d.ts.map +1 -0
- package/script/api/subscription/_methods/userTwapHistory.js +94 -0
- package/script/api/subscription/_methods/userTwapHistory.js.map +1 -0
- package/script/api/subscription/_methods/userTwapSliceFills.d.ts +61 -0
- package/script/api/subscription/_methods/userTwapSliceFills.d.ts.map +1 -0
- package/script/api/subscription/_methods/userTwapSliceFills.js +94 -0
- package/script/api/subscription/_methods/userTwapSliceFills.js.map +1 -0
- package/script/api/subscription/_methods/webData2.d.ts +51 -0
- package/script/api/subscription/_methods/webData2.d.ts.map +1 -0
- package/script/api/subscription/_methods/webData2.js +94 -0
- package/script/api/subscription/_methods/webData2.js.map +1 -0
- package/script/api/subscription/_methods/webData3.d.ts +95 -0
- package/script/api/subscription/_methods/webData3.d.ts.map +1 -0
- package/script/api/subscription/_methods/webData3.js +94 -0
- package/script/api/subscription/_methods/webData3.js.map +1 -0
- package/script/api/subscription/client.d.ts +812 -0
- package/script/api/subscription/client.d.ts.map +1 -0
- package/script/api/subscription/client.js +804 -0
- package/script/api/subscription/client.js.map +1 -0
- package/script/api/subscription/mod.d.ts.map +1 -0
- package/script/api/subscription/mod.js.map +1 -0
- package/script/deps/jsr.io/@std/async/1.1.1/unstable_semaphore.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/async/1.1.1/unstable_semaphore.js.map +1 -0
- package/script/mod.d.ts.map +1 -0
- package/script/mod.js.map +1 -0
- package/script/signing/_abstractWallet.d.ts +112 -0
- package/script/signing/_abstractWallet.d.ts.map +1 -0
- package/script/signing/_abstractWallet.js +157 -0
- package/script/signing/_abstractWallet.js.map +1 -0
- package/script/signing/mod.d.ts +300 -0
- package/script/signing/mod.d.ts.map +1 -0
- package/script/signing/mod.js +384 -0
- package/script/signing/mod.js.map +1 -0
- package/script/transport/_base.d.ts +49 -0
- package/script/transport/_base.d.ts.map +1 -0
- package/script/transport/_base.js.map +1 -0
- package/script/transport/_polyfills.d.ts +48 -0
- package/script/transport/_polyfills.d.ts.map +1 -0
- package/script/transport/_polyfills.js +59 -0
- package/script/transport/_polyfills.js.map +1 -0
- package/script/transport/http/mod.d.ts +112 -0
- package/script/transport/http/mod.d.ts.map +1 -0
- package/script/transport/http/mod.js +168 -0
- package/script/transport/http/mod.js.map +1 -0
- package/script/transport/mod.d.ts.map +1 -0
- package/script/transport/mod.js.map +1 -0
- package/script/transport/websocket/_hyperliquidEventTarget.d.ts +67 -0
- package/script/transport/websocket/_hyperliquidEventTarget.d.ts.map +1 -0
- package/script/transport/websocket/_hyperliquidEventTarget.js +54 -0
- package/script/transport/websocket/_hyperliquidEventTarget.js.map +1 -0
- package/script/transport/websocket/_postRequest.d.ts +42 -0
- package/script/transport/websocket/_postRequest.d.ts.map +1 -0
- package/script/transport/websocket/_postRequest.js +236 -0
- package/script/transport/websocket/_postRequest.js.map +1 -0
- package/script/transport/websocket/_subscriptionManager.d.ts +50 -0
- package/script/transport/websocket/_subscriptionManager.d.ts.map +1 -0
- package/script/transport/websocket/_subscriptionManager.js +153 -0
- package/script/transport/websocket/_subscriptionManager.js.map +1 -0
- package/script/transport/websocket/mod.d.ts +142 -0
- package/script/transport/websocket/mod.d.ts.map +1 -0
- package/script/transport/websocket/mod.js +200 -0
- package/script/transport/websocket/mod.js.map +1 -0
- package/script/utils/_format.d.ts +41 -0
- package/script/utils/_format.d.ts.map +1 -0
- package/script/utils/_format.js +182 -0
- package/script/utils/_format.js.map +1 -0
- package/script/utils/_symbolConverter.d.ts +135 -0
- package/script/utils/_symbolConverter.d.ts.map +1 -0
- package/script/utils/_symbolConverter.js +221 -0
- package/script/utils/_symbolConverter.js.map +1 -0
- package/script/utils/mod.d.ts.map +1 -0
- package/script/utils/mod.js.map +1 -0
- package/src/_base.ts +31 -0
- package/src/api/_schemas.ts +115 -0
- package/src/api/exchange/_methods/_base/_nonce.ts +33 -0
- package/src/api/exchange/_methods/_base/_semaphore.ts +79 -0
- package/src/api/exchange/_methods/_base/commonSchemas.ts +45 -0
- package/src/api/exchange/_methods/_base/errors.ts +122 -0
- package/src/api/exchange/_methods/_base/execute.ts +373 -0
- package/src/api/exchange/_methods/agentEnableDexAbstraction.ts +84 -0
- package/src/api/exchange/_methods/agentSetAbstraction.ts +107 -0
- package/src/api/exchange/_methods/approveAgent.ts +161 -0
- package/src/api/exchange/_methods/approveBuilderFee.ts +126 -0
- package/src/api/exchange/_methods/batchModify.ts +170 -0
- package/src/api/exchange/_methods/borrowLend.ts +106 -0
- package/src/api/exchange/_methods/cDeposit.ts +123 -0
- package/src/api/exchange/_methods/cSignerAction.ts +122 -0
- package/src/api/exchange/_methods/cValidatorAction.ts +166 -0
- package/src/api/exchange/_methods/cWithdraw.ts +123 -0
- package/src/api/exchange/_methods/cancel.ts +125 -0
- package/src/api/exchange/_methods/cancelByCloid.ts +114 -0
- package/src/api/exchange/_methods/claimRewards.ts +80 -0
- package/src/api/exchange/_methods/convertToMultiSigUser.ts +171 -0
- package/src/api/exchange/_methods/createSubAccount.ts +113 -0
- package/src/api/exchange/_methods/createVault.ts +124 -0
- package/src/api/exchange/_methods/evmUserModify.ts +100 -0
- package/src/api/exchange/_methods/linkStakingUser.ts +134 -0
- package/src/api/exchange/_methods/modify.ts +160 -0
- package/src/api/exchange/_methods/noop.ts +80 -0
- package/src/api/exchange/_methods/order.ts +235 -0
- package/src/api/exchange/_methods/perpDeploy.ts +282 -0
- package/src/api/exchange/_methods/registerReferrer.ts +100 -0
- package/src/api/exchange/_methods/reserveRequestWeight.ts +100 -0
- package/src/api/exchange/_methods/scheduleCancel.ts +120 -0
- package/src/api/exchange/_methods/sendAsset.ts +147 -0
- package/src/api/exchange/_methods/sendToEvmWithData.ts +153 -0
- package/src/api/exchange/_methods/setDisplayName.ts +103 -0
- package/src/api/exchange/_methods/setReferrer.ts +100 -0
- package/src/api/exchange/_methods/spotDeploy.ts +208 -0
- package/src/api/exchange/_methods/spotSend.ts +133 -0
- package/src/api/exchange/_methods/spotUser.ts +103 -0
- package/src/api/exchange/_methods/subAccountModify.ts +102 -0
- package/src/api/exchange/_methods/subAccountSpotTransfer.ts +111 -0
- package/src/api/exchange/_methods/subAccountTransfer.ts +104 -0
- package/src/api/exchange/_methods/tokenDelegate.ts +129 -0
- package/src/api/exchange/_methods/topUpIsolatedOnlyMargin.ts +104 -0
- package/src/api/exchange/_methods/twapCancel.ts +120 -0
- package/src/api/exchange/_methods/twapOrder.ts +146 -0
- package/src/api/exchange/_methods/updateIsolatedMargin.ts +106 -0
- package/src/api/exchange/_methods/updateLeverage.ts +106 -0
- package/src/api/exchange/_methods/usdClassTransfer.ts +126 -0
- package/src/api/exchange/_methods/usdSend.ts +126 -0
- package/src/api/exchange/_methods/userDexAbstraction.ts +130 -0
- package/src/api/exchange/_methods/userPortfolioMargin.ts +126 -0
- package/src/api/exchange/_methods/userSetAbstraction.ts +126 -0
- package/src/api/exchange/_methods/validatorL1Stream.ts +100 -0
- package/src/api/exchange/_methods/vaultDistribute.ts +105 -0
- package/src/api/exchange/_methods/vaultModify.ts +108 -0
- package/src/api/exchange/_methods/vaultTransfer.ts +104 -0
- package/src/api/exchange/_methods/withdraw3.ts +126 -0
- package/src/api/exchange/client.ts +2346 -0
- package/src/api/exchange/mod.ts +93 -0
- package/src/api/info/_methods/_base/commonSchemas.ts +411 -0
- package/src/api/info/_methods/_base/types.ts +12 -0
- package/src/api/info/_methods/activeAssetData.ts +121 -0
- package/src/api/info/_methods/alignedQuoteTokenInfo.ts +97 -0
- package/src/api/info/_methods/allBorrowLendReserveStates.ts +64 -0
- package/src/api/info/_methods/allMids.ts +85 -0
- package/src/api/info/_methods/allPerpMetas.ts +64 -0
- package/src/api/info/_methods/approvedBuilders.ts +75 -0
- package/src/api/info/_methods/blockDetails.ts +99 -0
- package/src/api/info/_methods/borrowLendReserveState.ts +116 -0
- package/src/api/info/_methods/borrowLendUserState.ts +112 -0
- package/src/api/info/_methods/candleSnapshot.ts +124 -0
- package/src/api/info/_methods/clearinghouseState.ts +218 -0
- package/src/api/info/_methods/delegations.ts +88 -0
- package/src/api/info/_methods/delegatorHistory.ts +121 -0
- package/src/api/info/_methods/delegatorRewards.ts +85 -0
- package/src/api/info/_methods/delegatorSummary.ts +93 -0
- package/src/api/info/_methods/exchangeStatus.ts +67 -0
- package/src/api/info/_methods/extraAgents.ts +85 -0
- package/src/api/info/_methods/frontendOpenOrders.ts +78 -0
- package/src/api/info/_methods/fundingHistory.ts +97 -0
- package/src/api/info/_methods/gossipRootIps.ts +62 -0
- package/src/api/info/_methods/historicalOrders.ts +114 -0
- package/src/api/info/_methods/isVip.ts +75 -0
- package/src/api/info/_methods/l2Book.ts +104 -0
- package/src/api/info/_methods/leadingVaults.ts +83 -0
- package/src/api/info/_methods/legalCheck.ts +82 -0
- package/src/api/info/_methods/liquidatable.ts +62 -0
- package/src/api/info/_methods/marginTable.ts +89 -0
- package/src/api/info/_methods/maxBuilderFee.ts +78 -0
- package/src/api/info/_methods/maxMarketOrderNtls.ts +62 -0
- package/src/api/info/_methods/meta.ts +110 -0
- package/src/api/info/_methods/metaAndAssetCtxs.ts +85 -0
- package/src/api/info/_methods/openOrders.ts +78 -0
- package/src/api/info/_methods/orderStatus.ts +126 -0
- package/src/api/info/_methods/outcomeMeta.ts +92 -0
- package/src/api/info/_methods/perpCategories.ts +67 -0
- package/src/api/info/_methods/perpDeployAuctionStatus.ts +82 -0
- package/src/api/info/_methods/perpDexLimits.ts +95 -0
- package/src/api/info/_methods/perpDexStatus.ts +76 -0
- package/src/api/info/_methods/perpDexs.ts +116 -0
- package/src/api/info/_methods/perpsAtOpenInterestCap.ts +82 -0
- package/src/api/info/_methods/portfolio.ts +105 -0
- package/src/api/info/_methods/preTransferCheck.ts +89 -0
- package/src/api/info/_methods/predictedFundings.ts +82 -0
- package/src/api/info/_methods/recentTrades.ts +104 -0
- package/src/api/info/_methods/referral.ts +224 -0
- package/src/api/info/_methods/spotClearinghouseState.ts +112 -0
- package/src/api/info/_methods/spotDeployState.ts +135 -0
- package/src/api/info/_methods/spotMeta.ts +109 -0
- package/src/api/info/_methods/spotMetaAndAssetCtxs.ts +65 -0
- package/src/api/info/_methods/spotPairDeployAuctionStatus.ts +64 -0
- package/src/api/info/_methods/subAccounts.ts +94 -0
- package/src/api/info/_methods/subAccounts2.ts +94 -0
- package/src/api/info/_methods/tokenDetails.ts +165 -0
- package/src/api/info/_methods/twapHistory.ts +99 -0
- package/src/api/info/_methods/txDetails.ts +80 -0
- package/src/api/info/_methods/userAbstraction.ts +80 -0
- package/src/api/info/_methods/userBorrowLendInterest.ts +97 -0
- package/src/api/info/_methods/userDetails.ts +80 -0
- package/src/api/info/_methods/userDexAbstraction.ts +75 -0
- package/src/api/info/_methods/userFees.ts +252 -0
- package/src/api/info/_methods/userFills.ts +99 -0
- package/src/api/info/_methods/userFillsByTime.ts +87 -0
- package/src/api/info/_methods/userFunding.ts +111 -0
- package/src/api/info/_methods/userNonFundingLedgerUpdates.ts +444 -0
- package/src/api/info/_methods/userRateLimit.ts +87 -0
- package/src/api/info/_methods/userRole.ts +100 -0
- package/src/api/info/_methods/userToMultiSigSigners.ts +83 -0
- package/src/api/info/_methods/userTwapSliceFills.ts +81 -0
- package/src/api/info/_methods/userTwapSliceFillsByTime.ts +85 -0
- package/src/api/info/_methods/userVaultEquities.ts +88 -0
- package/src/api/info/_methods/validatorL1Votes.ts +76 -0
- package/src/api/info/_methods/validatorSummaries.ts +114 -0
- package/src/api/info/_methods/vaultDetails.ts +172 -0
- package/src/api/info/_methods/vaultSummaries.ts +88 -0
- package/src/api/info/_methods/webData2.ts +129 -0
- package/src/api/info/client.ts +2533 -0
- package/src/api/info/mod.ts +101 -0
- package/src/api/subscription/_methods/activeAssetCtx.ts +83 -0
- package/src/api/subscription/_methods/activeAssetData.ts +81 -0
- package/src/api/subscription/_methods/activeSpotAssetCtx.ts +83 -0
- package/src/api/subscription/_methods/allDexsAssetCtxs.ts +73 -0
- package/src/api/subscription/_methods/allDexsClearinghouseState.ts +90 -0
- package/src/api/subscription/_methods/allMids.ts +98 -0
- package/src/api/subscription/_methods/assetCtxs.ts +98 -0
- package/src/api/subscription/_methods/bbo.ts +109 -0
- package/src/api/subscription/_methods/candle.ts +114 -0
- package/src/api/subscription/_methods/clearinghouseState.ts +95 -0
- package/src/api/subscription/_methods/explorerBlock.ts +83 -0
- package/src/api/subscription/_methods/explorerTxs.ts +68 -0
- package/src/api/subscription/_methods/l2Book.ts +125 -0
- package/src/api/subscription/_methods/notification.ts +79 -0
- package/src/api/subscription/_methods/openOrders.ts +95 -0
- package/src/api/subscription/_methods/orderUpdates.ts +115 -0
- package/src/api/subscription/_methods/spotAssetCtxs.ts +68 -0
- package/src/api/subscription/_methods/spotState.ts +89 -0
- package/src/api/subscription/_methods/trades.ts +78 -0
- package/src/api/subscription/_methods/twapStates.ts +95 -0
- package/src/api/subscription/_methods/userEvents.ts +151 -0
- package/src/api/subscription/_methods/userFills.ts +95 -0
- package/src/api/subscription/_methods/userFundings.ts +110 -0
- package/src/api/subscription/_methods/userHistoricalOrders.ts +89 -0
- package/src/api/subscription/_methods/userNonFundingLedgerUpdates.ts +92 -0
- package/src/api/subscription/_methods/userTwapHistory.ts +89 -0
- package/src/api/subscription/_methods/userTwapSliceFills.ts +89 -0
- package/src/api/subscription/_methods/webData2.ts +79 -0
- package/src/api/subscription/_methods/webData3.ts +123 -0
- package/src/api/subscription/client.ts +1109 -0
- package/src/signing/_abstractWallet.ts +269 -0
- package/src/signing/mod.ts +479 -0
- package/src/transport/_base.ts +55 -0
- package/src/transport/_polyfills.ts +64 -0
- package/src/transport/http/mod.ts +206 -0
- package/src/transport/websocket/_hyperliquidEventTarget.ts +125 -0
- package/src/transport/websocket/_postRequest.ts +292 -0
- package/src/transport/websocket/_subscriptionManager.ts +194 -0
- package/src/transport/websocket/mod.ts +278 -0
- package/src/utils/_format.ts +196 -0
- package/src/utils/_symbolConverter.ts +254 -0
- package/esm/bin/_utils.d.ts +0 -116
- package/esm/bin/_utils.d.ts.map +0 -1
- package/esm/bin/_utils.js +0 -204
- package/esm/bin/_utils.js.map +0 -1
- package/esm/bin/cli.d.ts +0 -3
- package/esm/bin/cli.d.ts.map +0 -1
- package/esm/bin/cli.js +0 -333
- package/esm/bin/cli.js.map +0 -1
- package/esm/deps/jsr.io/@std/async/1.1.0/unstable_semaphore.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/async/1.1.0/unstable_semaphore.js.map +0 -1
- package/esm/src/_base.d.ts +0 -5
- package/esm/src/_base.d.ts.map +0 -1
- package/esm/src/_base.js +0 -8
- package/esm/src/_base.js.map +0 -1
- package/esm/src/api/_schemas.d.ts +0 -20
- package/esm/src/api/_schemas.d.ts.map +0 -1
- package/esm/src/api/_schemas.js +0 -58
- package/esm/src/api/_schemas.js.map +0 -1
- package/esm/src/api/exchange/_methods/_base/_nonce.d.ts +0 -13
- package/esm/src/api/exchange/_methods/_base/_nonce.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/_base/_nonce.js +0 -26
- package/esm/src/api/exchange/_methods/_base/_nonce.js.map +0 -1
- package/esm/src/api/exchange/_methods/_base/_semaphore.d.ts +0 -9
- package/esm/src/api/exchange/_methods/_base/_semaphore.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/_base/_semaphore.js +0 -71
- package/esm/src/api/exchange/_methods/_base/_semaphore.js.map +0 -1
- package/esm/src/api/exchange/_methods/_base/commonSchemas.d.ts +0 -48
- package/esm/src/api/exchange/_methods/_base/commonSchemas.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/_base/commonSchemas.js +0 -39
- package/esm/src/api/exchange/_methods/_base/commonSchemas.js.map +0 -1
- package/esm/src/api/exchange/_methods/_base/errors.d.ts +0 -49
- package/esm/src/api/exchange/_methods/_base/errors.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/_base/errors.js +0 -73
- package/esm/src/api/exchange/_methods/_base/errors.js.map +0 -1
- package/esm/src/api/exchange/_methods/_base/execute.d.ts +0 -74
- package/esm/src/api/exchange/_methods/_base/execute.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/_base/execute.js +0 -207
- package/esm/src/api/exchange/_methods/_base/execute.js.map +0 -1
- package/esm/src/api/exchange/_methods/agentEnableDexAbstraction.d.ts +0 -111
- package/esm/src/api/exchange/_methods/agentEnableDexAbstraction.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/agentEnableDexAbstraction.js +0 -67
- package/esm/src/api/exchange/_methods/agentEnableDexAbstraction.js.map +0 -1
- package/esm/src/api/exchange/_methods/approveAgent.d.ts +0 -204
- package/esm/src/api/exchange/_methods/approveAgent.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/approveAgent.js +0 -110
- package/esm/src/api/exchange/_methods/approveAgent.js.map +0 -1
- package/esm/src/api/exchange/_methods/approveBuilderFee.d.ts +0 -193
- package/esm/src/api/exchange/_methods/approveBuilderFee.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/approveBuilderFee.js +0 -92
- package/esm/src/api/exchange/_methods/approveBuilderFee.js.map +0 -1
- package/esm/src/api/exchange/_methods/batchModify.d.ts +0 -708
- package/esm/src/api/exchange/_methods/batchModify.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/batchModify.js +0 -145
- package/esm/src/api/exchange/_methods/batchModify.js.map +0 -1
- package/esm/src/api/exchange/_methods/borrowLend.d.ts +0 -173
- package/esm/src/api/exchange/_methods/borrowLend.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/borrowLend.js +0 -75
- package/esm/src/api/exchange/_methods/borrowLend.js.map +0 -1
- package/esm/src/api/exchange/_methods/cDeposit.d.ts +0 -180
- package/esm/src/api/exchange/_methods/cDeposit.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/cDeposit.js +0 -89
- package/esm/src/api/exchange/_methods/cDeposit.js.map +0 -1
- package/esm/src/api/exchange/_methods/cSignerAction.d.ts +0 -198
- package/esm/src/api/exchange/_methods/cSignerAction.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/cSignerAction.js +0 -91
- package/esm/src/api/exchange/_methods/cSignerAction.js.map +0 -1
- package/esm/src/api/exchange/_methods/cValidatorAction.d.ts +0 -626
- package/esm/src/api/exchange/_methods/cValidatorAction.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/cValidatorAction.js +0 -134
- package/esm/src/api/exchange/_methods/cValidatorAction.js.map +0 -1
- package/esm/src/api/exchange/_methods/cWithdraw.d.ts +0 -180
- package/esm/src/api/exchange/_methods/cWithdraw.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/cWithdraw.js +0 -89
- package/esm/src/api/exchange/_methods/cWithdraw.js.map +0 -1
- package/esm/src/api/exchange/_methods/cancel.d.ts +0 -217
- package/esm/src/api/exchange/_methods/cancel.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/cancel.js +0 -107
- package/esm/src/api/exchange/_methods/cancel.js.map +0 -1
- package/esm/src/api/exchange/_methods/cancelByCloid.d.ts +0 -221
- package/esm/src/api/exchange/_methods/cancelByCloid.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/cancelByCloid.js +0 -89
- package/esm/src/api/exchange/_methods/cancelByCloid.js.map +0 -1
- package/esm/src/api/exchange/_methods/claimRewards.d.ts +0 -101
- package/esm/src/api/exchange/_methods/claimRewards.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/claimRewards.js +0 -57
- package/esm/src/api/exchange/_methods/claimRewards.js.map +0 -1
- package/esm/src/api/exchange/_methods/convertToMultiSigUser.d.ts +0 -296
- package/esm/src/api/exchange/_methods/convertToMultiSigUser.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/convertToMultiSigUser.js +0 -128
- package/esm/src/api/exchange/_methods/convertToMultiSigUser.js.map +0 -1
- package/esm/src/api/exchange/_methods/createSubAccount.d.ts +0 -146
- package/esm/src/api/exchange/_methods/createSubAccount.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/createSubAccount.js +0 -82
- package/esm/src/api/exchange/_methods/createSubAccount.js.map +0 -1
- package/esm/src/api/exchange/_methods/createVault.d.ts +0 -190
- package/esm/src/api/exchange/_methods/createVault.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/createVault.js +0 -94
- package/esm/src/api/exchange/_methods/createVault.js.map +0 -1
- package/esm/src/api/exchange/_methods/evmUserModify.d.ts +0 -152
- package/esm/src/api/exchange/_methods/evmUserModify.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/evmUserModify.js +0 -77
- package/esm/src/api/exchange/_methods/evmUserModify.js.map +0 -1
- package/esm/src/api/exchange/_methods/linkStakingUser.d.ts +0 -217
- package/esm/src/api/exchange/_methods/linkStakingUser.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/linkStakingUser.js +0 -104
- package/esm/src/api/exchange/_methods/linkStakingUser.js.map +0 -1
- package/esm/src/api/exchange/_methods/modify.d.ts +0 -521
- package/esm/src/api/exchange/_methods/modify.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/modify.js +0 -138
- package/esm/src/api/exchange/_methods/modify.js.map +0 -1
- package/esm/src/api/exchange/_methods/noop.d.ts +0 -111
- package/esm/src/api/exchange/_methods/noop.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/noop.js +0 -67
- package/esm/src/api/exchange/_methods/noop.js.map +0 -1
- package/esm/src/api/exchange/_methods/order.d.ts +0 -685
- package/esm/src/api/exchange/_methods/order.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/order.js +0 -197
- package/esm/src/api/exchange/_methods/order.js.map +0 -1
- package/esm/src/api/exchange/_methods/perpDeploy.d.ts +0 -1457
- package/esm/src/api/exchange/_methods/perpDeploy.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/perpDeploy.js +0 -272
- package/esm/src/api/exchange/_methods/perpDeploy.js.map +0 -1
- package/esm/src/api/exchange/_methods/registerReferrer.d.ts +0 -144
- package/esm/src/api/exchange/_methods/registerReferrer.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/registerReferrer.js +0 -69
- package/esm/src/api/exchange/_methods/registerReferrer.js.map +0 -1
- package/esm/src/api/exchange/_methods/reserveRequestWeight.d.ts +0 -152
- package/esm/src/api/exchange/_methods/reserveRequestWeight.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/reserveRequestWeight.js +0 -78
- package/esm/src/api/exchange/_methods/reserveRequestWeight.js.map +0 -1
- package/esm/src/api/exchange/_methods/scheduleCancel.d.ts +0 -171
- package/esm/src/api/exchange/_methods/scheduleCancel.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/scheduleCancel.js +0 -59
- package/esm/src/api/exchange/_methods/scheduleCancel.js.map +0 -1
- package/esm/src/api/exchange/_methods/sendAsset.d.ts +0 -251
- package/esm/src/api/exchange/_methods/sendAsset.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/sendAsset.js +0 -110
- package/esm/src/api/exchange/_methods/sendAsset.js.map +0 -1
- package/esm/src/api/exchange/_methods/setDisplayName.d.ts +0 -153
- package/esm/src/api/exchange/_methods/setDisplayName.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/setDisplayName.js +0 -73
- package/esm/src/api/exchange/_methods/setDisplayName.js.map +0 -1
- package/esm/src/api/exchange/_methods/setReferrer.d.ts +0 -144
- package/esm/src/api/exchange/_methods/setReferrer.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/setReferrer.js +0 -69
- package/esm/src/api/exchange/_methods/setReferrer.js.map +0 -1
- package/esm/src/api/exchange/_methods/spotDeploy.d.ts +0 -939
- package/esm/src/api/exchange/_methods/spotDeploy.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/spotDeploy.js +0 -198
- package/esm/src/api/exchange/_methods/spotDeploy.js.map +0 -1
- package/esm/src/api/exchange/_methods/spotSend.d.ts +0 -210
- package/esm/src/api/exchange/_methods/spotSend.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/spotSend.js +0 -99
- package/esm/src/api/exchange/_methods/spotSend.js.map +0 -1
- package/esm/src/api/exchange/_methods/spotUser.d.ts +0 -173
- package/esm/src/api/exchange/_methods/spotUser.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/spotUser.js +0 -72
- package/esm/src/api/exchange/_methods/spotUser.js.map +0 -1
- package/esm/src/api/exchange/_methods/subAccountModify.d.ts +0 -157
- package/esm/src/api/exchange/_methods/subAccountModify.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/subAccountModify.js +0 -71
- package/esm/src/api/exchange/_methods/subAccountModify.js.map +0 -1
- package/esm/src/api/exchange/_methods/subAccountSpotTransfer.d.ts +0 -188
- package/esm/src/api/exchange/_methods/subAccountSpotTransfer.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/subAccountSpotTransfer.js +0 -80
- package/esm/src/api/exchange/_methods/subAccountSpotTransfer.js.map +0 -1
- package/esm/src/api/exchange/_methods/subAccountTransfer.d.ts +0 -170
- package/esm/src/api/exchange/_methods/subAccountTransfer.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/subAccountTransfer.js +0 -73
- package/esm/src/api/exchange/_methods/subAccountTransfer.js.map +0 -1
- package/esm/src/api/exchange/_methods/tokenDelegate.d.ts +0 -206
- package/esm/src/api/exchange/_methods/tokenDelegate.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/tokenDelegate.js +0 -95
- package/esm/src/api/exchange/_methods/tokenDelegate.js.map +0 -1
- package/esm/src/api/exchange/_methods/twapCancel.d.ts +0 -181
- package/esm/src/api/exchange/_methods/twapCancel.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/twapCancel.js +0 -100
- package/esm/src/api/exchange/_methods/twapCancel.js.map +0 -1
- package/esm/src/api/exchange/_methods/twapOrder.d.ts +0 -310
- package/esm/src/api/exchange/_methods/twapOrder.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/twapOrder.js +0 -126
- package/esm/src/api/exchange/_methods/twapOrder.js.map +0 -1
- package/esm/src/api/exchange/_methods/updateIsolatedMargin.d.ts +0 -181
- package/esm/src/api/exchange/_methods/updateIsolatedMargin.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/updateIsolatedMargin.js +0 -83
- package/esm/src/api/exchange/_methods/updateIsolatedMargin.js.map +0 -1
- package/esm/src/api/exchange/_methods/updateLeverage.d.ts +0 -181
- package/esm/src/api/exchange/_methods/updateLeverage.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/updateLeverage.js +0 -83
- package/esm/src/api/exchange/_methods/updateLeverage.js.map +0 -1
- package/esm/src/api/exchange/_methods/usdClassTransfer.d.ts +0 -193
- package/esm/src/api/exchange/_methods/usdClassTransfer.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/usdClassTransfer.js +0 -92
- package/esm/src/api/exchange/_methods/usdClassTransfer.js.map +0 -1
- package/esm/src/api/exchange/_methods/usdSend.d.ts +0 -193
- package/esm/src/api/exchange/_methods/usdSend.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/usdSend.js +0 -92
- package/esm/src/api/exchange/_methods/usdSend.js.map +0 -1
- package/esm/src/api/exchange/_methods/userDexAbstraction.d.ts +0 -193
- package/esm/src/api/exchange/_methods/userDexAbstraction.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/userDexAbstraction.js +0 -92
- package/esm/src/api/exchange/_methods/userDexAbstraction.js.map +0 -1
- package/esm/src/api/exchange/_methods/userPortfolioMargin.d.ts +0 -193
- package/esm/src/api/exchange/_methods/userPortfolioMargin.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/userPortfolioMargin.js +0 -92
- package/esm/src/api/exchange/_methods/userPortfolioMargin.js.map +0 -1
- package/esm/src/api/exchange/_methods/validatorL1Stream.d.ts +0 -152
- package/esm/src/api/exchange/_methods/validatorL1Stream.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/validatorL1Stream.js +0 -77
- package/esm/src/api/exchange/_methods/validatorL1Stream.js.map +0 -1
- package/esm/src/api/exchange/_methods/vaultDistribute.d.ts +0 -166
- package/esm/src/api/exchange/_methods/vaultDistribute.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/vaultDistribute.js +0 -75
- package/esm/src/api/exchange/_methods/vaultDistribute.js.map +0 -1
- package/esm/src/api/exchange/_methods/vaultModify.d.ts +0 -174
- package/esm/src/api/exchange/_methods/vaultModify.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/vaultModify.js +0 -77
- package/esm/src/api/exchange/_methods/vaultModify.js.map +0 -1
- package/esm/src/api/exchange/_methods/vaultTransfer.d.ts +0 -178
- package/esm/src/api/exchange/_methods/vaultTransfer.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/vaultTransfer.js +0 -81
- package/esm/src/api/exchange/_methods/vaultTransfer.js.map +0 -1
- package/esm/src/api/exchange/_methods/withdraw3.d.ts +0 -193
- package/esm/src/api/exchange/_methods/withdraw3.d.ts.map +0 -1
- package/esm/src/api/exchange/_methods/withdraw3.js +0 -92
- package/esm/src/api/exchange/_methods/withdraw3.js.map +0 -1
- package/esm/src/api/exchange/client.d.ts +0 -246
- package/esm/src/api/exchange/client.d.ts.map +0 -1
- package/esm/src/api/exchange/client.js +0 -300
- package/esm/src/api/exchange/client.js.map +0 -1
- package/esm/src/api/exchange/mod.d.ts +0 -88
- package/esm/src/api/exchange/mod.d.ts.map +0 -1
- package/esm/src/api/exchange/mod.js +0 -87
- package/esm/src/api/exchange/mod.js.map +0 -1
- package/esm/src/api/info/_methods/_base/commonSchemas.d.ts +0 -343
- package/esm/src/api/info/_methods/_base/commonSchemas.d.ts.map +0 -1
- package/esm/src/api/info/_methods/_base/commonSchemas.js +0 -341
- package/esm/src/api/info/_methods/_base/commonSchemas.js.map +0 -1
- package/esm/src/api/info/_methods/_base/types.d.ts +0 -7
- package/esm/src/api/info/_methods/_base/types.d.ts.map +0 -1
- package/esm/src/api/info/_methods/_base/types.js +0 -2
- package/esm/src/api/info/_methods/_base/types.js.map +0 -1
- package/esm/src/api/info/_methods/activeAssetData.d.ts +0 -102
- package/esm/src/api/info/_methods/activeAssetData.d.ts.map +0 -1
- package/esm/src/api/info/_methods/activeAssetData.js +0 -89
- package/esm/src/api/info/_methods/activeAssetData.js.map +0 -1
- package/esm/src/api/info/_methods/alignedQuoteTokenInfo.d.ts +0 -66
- package/esm/src/api/info/_methods/alignedQuoteTokenInfo.d.ts.map +0 -1
- package/esm/src/api/info/_methods/alignedQuoteTokenInfo.js +0 -69
- package/esm/src/api/info/_methods/alignedQuoteTokenInfo.js.map +0 -1
- package/esm/src/api/info/_methods/allBorrowLendReserveStates.d.ts +0 -71
- package/esm/src/api/info/_methods/allBorrowLendReserveStates.d.ts.map +0 -1
- package/esm/src/api/info/_methods/allBorrowLendReserveStates.js +0 -56
- package/esm/src/api/info/_methods/allBorrowLendReserveStates.js.map +0 -1
- package/esm/src/api/info/_methods/allMids.d.ts +0 -53
- package/esm/src/api/info/_methods/allMids.d.ts.map +0 -1
- package/esm/src/api/info/_methods/allMids.js +0 -34
- package/esm/src/api/info/_methods/allMids.js.map +0 -1
- package/esm/src/api/info/_methods/allPerpMetas.d.ts +0 -125
- package/esm/src/api/info/_methods/allPerpMetas.d.ts.map +0 -1
- package/esm/src/api/info/_methods/allPerpMetas.js +0 -48
- package/esm/src/api/info/_methods/allPerpMetas.js.map +0 -1
- package/esm/src/api/info/_methods/blockDetails.d.ts +0 -140
- package/esm/src/api/info/_methods/blockDetails.d.ts.map +0 -1
- package/esm/src/api/info/_methods/blockDetails.js +0 -73
- package/esm/src/api/info/_methods/blockDetails.js.map +0 -1
- package/esm/src/api/info/_methods/borrowLendReserveState.d.ts +0 -79
- package/esm/src/api/info/_methods/borrowLendReserveState.d.ts.map +0 -1
- package/esm/src/api/info/_methods/borrowLendReserveState.js +0 -76
- package/esm/src/api/info/_methods/borrowLendReserveState.js.map +0 -1
- package/esm/src/api/info/_methods/borrowLendUserState.d.ts +0 -103
- package/esm/src/api/info/_methods/borrowLendUserState.d.ts.map +0 -1
- package/esm/src/api/info/_methods/borrowLendUserState.js +0 -85
- package/esm/src/api/info/_methods/borrowLendUserState.js.map +0 -1
- package/esm/src/api/info/_methods/candleSnapshot.d.ts +0 -104
- package/esm/src/api/info/_methods/candleSnapshot.d.ts.map +0 -1
- package/esm/src/api/info/_methods/candleSnapshot.js +0 -89
- package/esm/src/api/info/_methods/candleSnapshot.js.map +0 -1
- package/esm/src/api/info/_methods/clearinghouseState.d.ts +0 -247
- package/esm/src/api/info/_methods/clearinghouseState.d.ts.map +0 -1
- package/esm/src/api/info/_methods/clearinghouseState.js +0 -142
- package/esm/src/api/info/_methods/clearinghouseState.js.map +0 -1
- package/esm/src/api/info/_methods/delegations.d.ts +0 -64
- package/esm/src/api/info/_methods/delegations.d.ts.map +0 -1
- package/esm/src/api/info/_methods/delegations.js +0 -66
- package/esm/src/api/info/_methods/delegations.js.map +0 -1
- package/esm/src/api/info/_methods/delegatorHistory.d.ts +0 -127
- package/esm/src/api/info/_methods/delegatorHistory.d.ts.map +0 -1
- package/esm/src/api/info/_methods/delegatorHistory.js +0 -94
- package/esm/src/api/info/_methods/delegatorHistory.js.map +0 -1
- package/esm/src/api/info/_methods/delegatorRewards.d.ts +0 -64
- package/esm/src/api/info/_methods/delegatorRewards.d.ts.map +0 -1
- package/esm/src/api/info/_methods/delegatorRewards.js +0 -66
- package/esm/src/api/info/_methods/delegatorRewards.js.map +0 -1
- package/esm/src/api/info/_methods/delegatorSummary.d.ts +0 -67
- package/esm/src/api/info/_methods/delegatorSummary.d.ts.map +0 -1
- package/esm/src/api/info/_methods/delegatorSummary.js +0 -68
- package/esm/src/api/info/_methods/delegatorSummary.js.map +0 -1
- package/esm/src/api/info/_methods/exchangeStatus.d.ts +0 -48
- package/esm/src/api/info/_methods/exchangeStatus.d.ts.map +0 -1
- package/esm/src/api/info/_methods/exchangeStatus.js +0 -53
- package/esm/src/api/info/_methods/exchangeStatus.js.map +0 -1
- package/esm/src/api/info/_methods/extraAgents.d.ts +0 -60
- package/esm/src/api/info/_methods/extraAgents.d.ts.map +0 -1
- package/esm/src/api/info/_methods/extraAgents.js +0 -62
- package/esm/src/api/info/_methods/extraAgents.js.map +0 -1
- package/esm/src/api/info/_methods/frontendOpenOrders.d.ts +0 -107
- package/esm/src/api/info/_methods/frontendOpenOrders.d.ts.map +0 -1
- package/esm/src/api/info/_methods/frontendOpenOrders.js +0 -62
- package/esm/src/api/info/_methods/frontendOpenOrders.js.map +0 -1
- package/esm/src/api/info/_methods/fundingHistory.d.ts +0 -73
- package/esm/src/api/info/_methods/fundingHistory.d.ts.map +0 -1
- package/esm/src/api/info/_methods/fundingHistory.js +0 -72
- package/esm/src/api/info/_methods/fundingHistory.js.map +0 -1
- package/esm/src/api/info/_methods/gossipRootIps.d.ts +0 -40
- package/esm/src/api/info/_methods/gossipRootIps.d.ts.map +0 -1
- package/esm/src/api/info/_methods/gossipRootIps.js +0 -47
- package/esm/src/api/info/_methods/gossipRootIps.js.map +0 -1
- package/esm/src/api/info/_methods/historicalOrders.d.ts +0 -163
- package/esm/src/api/info/_methods/historicalOrders.d.ts.map +0 -1
- package/esm/src/api/info/_methods/historicalOrders.js +0 -127
- package/esm/src/api/info/_methods/historicalOrders.js.map +0 -1
- package/esm/src/api/info/_methods/isVip.d.ts +0 -49
- package/esm/src/api/info/_methods/isVip.d.ts.map +0 -1
- package/esm/src/api/info/_methods/isVip.js +0 -55
- package/esm/src/api/info/_methods/isVip.js.map +0 -1
- package/esm/src/api/info/_methods/l2Book.d.ts +0 -108
- package/esm/src/api/info/_methods/l2Book.d.ts.map +0 -1
- package/esm/src/api/info/_methods/l2Book.js +0 -80
- package/esm/src/api/info/_methods/l2Book.js.map +0 -1
- package/esm/src/api/info/_methods/leadingVaults.d.ts +0 -57
- package/esm/src/api/info/_methods/leadingVaults.d.ts.map +0 -1
- package/esm/src/api/info/_methods/leadingVaults.js +0 -60
- package/esm/src/api/info/_methods/leadingVaults.js.map +0 -1
- package/esm/src/api/info/_methods/legalCheck.d.ts +0 -60
- package/esm/src/api/info/_methods/legalCheck.d.ts.map +0 -1
- package/esm/src/api/info/_methods/legalCheck.js +0 -62
- package/esm/src/api/info/_methods/legalCheck.js.map +0 -1
- package/esm/src/api/info/_methods/liquidatable.d.ts +0 -40
- package/esm/src/api/info/_methods/liquidatable.d.ts.map +0 -1
- package/esm/src/api/info/_methods/liquidatable.js +0 -47
- package/esm/src/api/info/_methods/liquidatable.js.map +0 -1
- package/esm/src/api/info/_methods/marginTable.d.ts +0 -68
- package/esm/src/api/info/_methods/marginTable.d.ts.map +0 -1
- package/esm/src/api/info/_methods/marginTable.js +0 -65
- package/esm/src/api/info/_methods/marginTable.js.map +0 -1
- package/esm/src/api/info/_methods/maxBuilderFee.d.ts +0 -56
- package/esm/src/api/info/_methods/maxBuilderFee.d.ts.map +0 -1
- package/esm/src/api/info/_methods/maxBuilderFee.js +0 -61
- package/esm/src/api/info/_methods/maxBuilderFee.js.map +0 -1
- package/esm/src/api/info/_methods/maxMarketOrderNtls.d.ts +0 -40
- package/esm/src/api/info/_methods/maxMarketOrderNtls.d.ts.map +0 -1
- package/esm/src/api/info/_methods/maxMarketOrderNtls.js +0 -48
- package/esm/src/api/info/_methods/maxMarketOrderNtls.js.map +0 -1
- package/esm/src/api/info/_methods/meta.d.ts +0 -128
- package/esm/src/api/info/_methods/meta.d.ts.map +0 -1
- package/esm/src/api/info/_methods/meta.js +0 -64
- package/esm/src/api/info/_methods/meta.js.map +0 -1
- package/esm/src/api/info/_methods/metaAndAssetCtxs.d.ts +0 -168
- package/esm/src/api/info/_methods/metaAndAssetCtxs.d.ts.map +0 -1
- package/esm/src/api/info/_methods/metaAndAssetCtxs.js +0 -38
- package/esm/src/api/info/_methods/metaAndAssetCtxs.js.map +0 -1
- package/esm/src/api/info/_methods/openOrders.d.ts +0 -86
- package/esm/src/api/info/_methods/openOrders.d.ts.map +0 -1
- package/esm/src/api/info/_methods/openOrders.js +0 -62
- package/esm/src/api/info/_methods/openOrders.js.map +0 -1
- package/esm/src/api/info/_methods/orderStatus.d.ts +0 -202
- package/esm/src/api/info/_methods/orderStatus.d.ts.map +0 -1
- package/esm/src/api/info/_methods/orderStatus.js +0 -144
- package/esm/src/api/info/_methods/orderStatus.js.map +0 -1
- package/esm/src/api/info/_methods/perpDeployAuctionStatus.d.ts +0 -61
- package/esm/src/api/info/_methods/perpDeployAuctionStatus.d.ts.map +0 -1
- package/esm/src/api/info/_methods/perpDeployAuctionStatus.js +0 -63
- package/esm/src/api/info/_methods/perpDeployAuctionStatus.js.map +0 -1
- package/esm/src/api/info/_methods/perpDexLimits.d.ts +0 -67
- package/esm/src/api/info/_methods/perpDexLimits.d.ts.map +0 -1
- package/esm/src/api/info/_methods/perpDexLimits.js +0 -68
- package/esm/src/api/info/_methods/perpDexLimits.js.map +0 -1
- package/esm/src/api/info/_methods/perpDexStatus.d.ts +0 -55
- package/esm/src/api/info/_methods/perpDexStatus.d.ts.map +0 -1
- package/esm/src/api/info/_methods/perpDexStatus.js +0 -59
- package/esm/src/api/info/_methods/perpDexStatus.js.map +0 -1
- package/esm/src/api/info/_methods/perpDexs.d.ts +0 -91
- package/esm/src/api/info/_methods/perpDexs.d.ts.map +0 -1
- package/esm/src/api/info/_methods/perpDexs.js +0 -80
- package/esm/src/api/info/_methods/perpDexs.js.map +0 -1
- package/esm/src/api/info/_methods/perpsAtOpenInterestCap.d.ts +0 -51
- package/esm/src/api/info/_methods/perpsAtOpenInterestCap.d.ts.map +0 -1
- package/esm/src/api/info/_methods/perpsAtOpenInterestCap.js +0 -33
- package/esm/src/api/info/_methods/perpsAtOpenInterestCap.js.map +0 -1
- package/esm/src/api/info/_methods/portfolio.d.ts +0 -173
- package/esm/src/api/info/_methods/portfolio.d.ts.map +0 -1
- package/esm/src/api/info/_methods/portfolio.js +0 -79
- package/esm/src/api/info/_methods/portfolio.js.map +0 -1
- package/esm/src/api/info/_methods/preTransferCheck.d.ts +0 -66
- package/esm/src/api/info/_methods/preTransferCheck.d.ts.map +0 -1
- package/esm/src/api/info/_methods/preTransferCheck.js +0 -66
- package/esm/src/api/info/_methods/preTransferCheck.js.map +0 -1
- package/esm/src/api/info/_methods/predictedFundings.d.ts +0 -55
- package/esm/src/api/info/_methods/predictedFundings.d.ts.map +0 -1
- package/esm/src/api/info/_methods/predictedFundings.js +0 -69
- package/esm/src/api/info/_methods/predictedFundings.js.map +0 -1
- package/esm/src/api/info/_methods/recentTrades.d.ts +0 -75
- package/esm/src/api/info/_methods/recentTrades.d.ts.map +0 -1
- package/esm/src/api/info/_methods/recentTrades.js +0 -72
- package/esm/src/api/info/_methods/recentTrades.js.map +0 -1
- package/esm/src/api/info/_methods/referral.d.ts +0 -253
- package/esm/src/api/info/_methods/referral.d.ts.map +0 -1
- package/esm/src/api/info/_methods/referral.js +0 -152
- package/esm/src/api/info/_methods/referral.js.map +0 -1
- package/esm/src/api/info/_methods/spotClearinghouseState.d.ts +0 -102
- package/esm/src/api/info/_methods/spotClearinghouseState.d.ts.map +0 -1
- package/esm/src/api/info/_methods/spotClearinghouseState.js +0 -84
- package/esm/src/api/info/_methods/spotClearinghouseState.js.map +0 -1
- package/esm/src/api/info/_methods/spotDeployState.d.ts +0 -157
- package/esm/src/api/info/_methods/spotDeployState.d.ts.map +0 -1
- package/esm/src/api/info/_methods/spotDeployState.js +0 -95
- package/esm/src/api/info/_methods/spotDeployState.js.map +0 -1
- package/esm/src/api/info/_methods/spotMeta.d.ts +0 -160
- package/esm/src/api/info/_methods/spotMeta.d.ts.map +0 -1
- package/esm/src/api/info/_methods/spotMeta.js +0 -106
- package/esm/src/api/info/_methods/spotMeta.js.map +0 -1
- package/esm/src/api/info/_methods/spotMetaAndAssetCtxs.d.ts +0 -193
- package/esm/src/api/info/_methods/spotMetaAndAssetCtxs.d.ts.map +0 -1
- package/esm/src/api/info/_methods/spotMetaAndAssetCtxs.js +0 -56
- package/esm/src/api/info/_methods/spotMetaAndAssetCtxs.js.map +0 -1
- package/esm/src/api/info/_methods/spotPairDeployAuctionStatus.d.ts +0 -62
- package/esm/src/api/info/_methods/spotPairDeployAuctionStatus.d.ts.map +0 -1
- package/esm/src/api/info/_methods/spotPairDeployAuctionStatus.js +0 -52
- package/esm/src/api/info/_methods/spotPairDeployAuctionStatus.js.map +0 -1
- package/esm/src/api/info/_methods/subAccounts.d.ts +0 -374
- package/esm/src/api/info/_methods/subAccounts.d.ts.map +0 -1
- package/esm/src/api/info/_methods/subAccounts.js +0 -72
- package/esm/src/api/info/_methods/subAccounts.js.map +0 -1
- package/esm/src/api/info/_methods/subAccounts2.d.ts +0 -414
- package/esm/src/api/info/_methods/subAccounts2.d.ts.map +0 -1
- package/esm/src/api/info/_methods/subAccounts2.js +0 -69
- package/esm/src/api/info/_methods/subAccounts2.js.map +0 -1
- package/esm/src/api/info/_methods/tokenDetails.d.ts +0 -118
- package/esm/src/api/info/_methods/tokenDetails.d.ts.map +0 -1
- package/esm/src/api/info/_methods/tokenDetails.js +0 -99
- package/esm/src/api/info/_methods/tokenDetails.js.map +0 -1
- package/esm/src/api/info/_methods/twapHistory.d.ts +0 -131
- package/esm/src/api/info/_methods/twapHistory.d.ts.map +0 -1
- package/esm/src/api/info/_methods/twapHistory.js +0 -86
- package/esm/src/api/info/_methods/twapHistory.js.map +0 -1
- package/esm/src/api/info/_methods/txDetails.d.ts +0 -102
- package/esm/src/api/info/_methods/txDetails.d.ts.map +0 -1
- package/esm/src/api/info/_methods/txDetails.js +0 -60
- package/esm/src/api/info/_methods/txDetails.js.map +0 -1
- package/esm/src/api/info/_methods/userBorrowLendInterest.d.ts +0 -73
- package/esm/src/api/info/_methods/userBorrowLendInterest.d.ts.map +0 -1
- package/esm/src/api/info/_methods/userBorrowLendInterest.js +0 -72
- package/esm/src/api/info/_methods/userBorrowLendInterest.js.map +0 -1
- package/esm/src/api/info/_methods/userDetails.d.ts +0 -102
- package/esm/src/api/info/_methods/userDetails.d.ts.map +0 -1
- package/esm/src/api/info/_methods/userDetails.js +0 -60
- package/esm/src/api/info/_methods/userDetails.js.map +0 -1
- package/esm/src/api/info/_methods/userDexAbstraction.d.ts +0 -53
- package/esm/src/api/info/_methods/userDexAbstraction.d.ts.map +0 -1
- package/esm/src/api/info/_methods/userDexAbstraction.js +0 -59
- package/esm/src/api/info/_methods/userDexAbstraction.js.map +0 -1
- package/esm/src/api/info/_methods/userFees.d.ts +0 -256
- package/esm/src/api/info/_methods/userFees.d.ts.map +0 -1
- package/esm/src/api/info/_methods/userFees.js +0 -164
- package/esm/src/api/info/_methods/userFees.js.map +0 -1
- package/esm/src/api/info/_methods/userFills.d.ts +0 -127
- package/esm/src/api/info/_methods/userFills.d.ts.map +0 -1
- package/esm/src/api/info/_methods/userFills.js +0 -77
- package/esm/src/api/info/_methods/userFills.js.map +0 -1
- package/esm/src/api/info/_methods/userFillsByTime.d.ts +0 -151
- package/esm/src/api/info/_methods/userFillsByTime.d.ts.map +0 -1
- package/esm/src/api/info/_methods/userFillsByTime.js +0 -66
- package/esm/src/api/info/_methods/userFillsByTime.js.map +0 -1
- package/esm/src/api/info/_methods/userFunding.d.ts +0 -97
- package/esm/src/api/info/_methods/userFunding.d.ts.map +0 -1
- package/esm/src/api/info/_methods/userFunding.js +0 -83
- package/esm/src/api/info/_methods/userFunding.js.map +0 -1
- package/esm/src/api/info/_methods/userNonFundingLedgerUpdates.d.ts +0 -478
- package/esm/src/api/info/_methods/userNonFundingLedgerUpdates.d.ts.map +0 -1
- package/esm/src/api/info/_methods/userNonFundingLedgerUpdates.js +0 -300
- package/esm/src/api/info/_methods/userNonFundingLedgerUpdates.js.map +0 -1
- package/esm/src/api/info/_methods/userRateLimit.d.ts +0 -67
- package/esm/src/api/info/_methods/userRateLimit.d.ts.map +0 -1
- package/esm/src/api/info/_methods/userRateLimit.js +0 -68
- package/esm/src/api/info/_methods/userRateLimit.js.map +0 -1
- package/esm/src/api/info/_methods/userRole.d.ts +0 -88
- package/esm/src/api/info/_methods/userRole.d.ts.map +0 -1
- package/esm/src/api/info/_methods/userRole.js +0 -82
- package/esm/src/api/info/_methods/userRole.js.map +0 -1
- package/esm/src/api/info/_methods/userToMultiSigSigners.d.ts +0 -57
- package/esm/src/api/info/_methods/userToMultiSigSigners.d.ts.map +0 -1
- package/esm/src/api/info/_methods/userToMultiSigSigners.js +0 -60
- package/esm/src/api/info/_methods/userToMultiSigSigners.js.map +0 -1
- package/esm/src/api/info/_methods/userTwapSliceFills.d.ts +0 -125
- package/esm/src/api/info/_methods/userTwapSliceFills.d.ts.map +0 -1
- package/esm/src/api/info/_methods/userTwapSliceFills.js +0 -65
- package/esm/src/api/info/_methods/userTwapSliceFills.js.map +0 -1
- package/esm/src/api/info/_methods/userTwapSliceFillsByTime.d.ts +0 -148
- package/esm/src/api/info/_methods/userTwapSliceFillsByTime.d.ts.map +0 -1
- package/esm/src/api/info/_methods/userTwapSliceFillsByTime.js +0 -63
- package/esm/src/api/info/_methods/userTwapSliceFillsByTime.js.map +0 -1
- package/esm/src/api/info/_methods/userVaultEquities.d.ts +0 -64
- package/esm/src/api/info/_methods/userVaultEquities.d.ts.map +0 -1
- package/esm/src/api/info/_methods/userVaultEquities.js +0 -66
- package/esm/src/api/info/_methods/userVaultEquities.js.map +0 -1
- package/esm/src/api/info/_methods/validatorL1Votes.d.ts +0 -63
- package/esm/src/api/info/_methods/validatorL1Votes.d.ts.map +0 -1
- package/esm/src/api/info/_methods/validatorL1Votes.js +0 -64
- package/esm/src/api/info/_methods/validatorL1Votes.js.map +0 -1
- package/esm/src/api/info/_methods/validatorSummaries.d.ts +0 -132
- package/esm/src/api/info/_methods/validatorSummaries.d.ts.map +0 -1
- package/esm/src/api/info/_methods/validatorSummaries.js +0 -86
- package/esm/src/api/info/_methods/validatorSummaries.js.map +0 -1
- package/esm/src/api/info/_methods/vaultDetails.d.ts +0 -358
- package/esm/src/api/info/_methods/vaultDetails.d.ts.map +0 -1
- package/esm/src/api/info/_methods/vaultDetails.js +0 -126
- package/esm/src/api/info/_methods/vaultDetails.js.map +0 -1
- package/esm/src/api/info/_methods/vaultSummaries.d.ts +0 -93
- package/esm/src/api/info/_methods/vaultSummaries.d.ts.map +0 -1
- package/esm/src/api/info/_methods/vaultSummaries.js +0 -64
- package/esm/src/api/info/_methods/vaultSummaries.js.map +0 -1
- package/esm/src/api/info/_methods/webData2.d.ts +0 -732
- package/esm/src/api/info/_methods/webData2.d.ts.map +0 -1
- package/esm/src/api/info/_methods/webData2.js +0 -97
- package/esm/src/api/info/_methods/webData2.js.map +0 -1
- package/esm/src/api/info/client.d.ts +0 -314
- package/esm/src/api/info/client.d.ts.map +0 -1
- package/esm/src/api/info/client.js +0 -391
- package/esm/src/api/info/client.js.map +0 -1
- package/esm/src/api/info/mod.d.ts +0 -96
- package/esm/src/api/info/mod.d.ts.map +0 -1
- package/esm/src/api/info/mod.js +0 -95
- package/esm/src/api/info/mod.js.map +0 -1
- package/esm/src/api/subscription/_methods/_types.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/_types.js.map +0 -1
- package/esm/src/api/subscription/_methods/activeAssetCtx.d.ts +0 -101
- package/esm/src/api/subscription/_methods/activeAssetCtx.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/activeAssetCtx.js +0 -60
- package/esm/src/api/subscription/_methods/activeAssetCtx.js.map +0 -1
- package/esm/src/api/subscription/_methods/activeAssetData.d.ts +0 -101
- package/esm/src/api/subscription/_methods/activeAssetData.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/activeAssetData.js +0 -58
- package/esm/src/api/subscription/_methods/activeAssetData.js.map +0 -1
- package/esm/src/api/subscription/_methods/activeSpotAssetCtx.d.ts +0 -92
- package/esm/src/api/subscription/_methods/activeSpotAssetCtx.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/activeSpotAssetCtx.js +0 -59
- package/esm/src/api/subscription/_methods/activeSpotAssetCtx.js.map +0 -1
- package/esm/src/api/subscription/_methods/allDexsAssetCtxs.d.ts +0 -91
- package/esm/src/api/subscription/_methods/allDexsAssetCtxs.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/allDexsAssetCtxs.js +0 -57
- package/esm/src/api/subscription/_methods/allDexsAssetCtxs.js.map +0 -1
- package/esm/src/api/subscription/_methods/allDexsClearinghouseState.d.ts +0 -299
- package/esm/src/api/subscription/_methods/allDexsClearinghouseState.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/allDexsClearinghouseState.js +0 -67
- package/esm/src/api/subscription/_methods/allDexsClearinghouseState.js.map +0 -1
- package/esm/src/api/subscription/_methods/allMids.d.ts +0 -63
- package/esm/src/api/subscription/_methods/allMids.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/allMids.js +0 -38
- package/esm/src/api/subscription/_methods/allMids.js.map +0 -1
- package/esm/src/api/subscription/_methods/assetCtxs.d.ts +0 -101
- package/esm/src/api/subscription/_methods/assetCtxs.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/assetCtxs.js +0 -38
- package/esm/src/api/subscription/_methods/assetCtxs.js.map +0 -1
- package/esm/src/api/subscription/_methods/bbo.d.ts +0 -98
- package/esm/src/api/subscription/_methods/bbo.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/bbo.js +0 -72
- package/esm/src/api/subscription/_methods/bbo.js.map +0 -1
- package/esm/src/api/subscription/_methods/candle.d.ts +0 -84
- package/esm/src/api/subscription/_methods/candle.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/candle.js +0 -78
- package/esm/src/api/subscription/_methods/candle.js.map +0 -1
- package/esm/src/api/subscription/_methods/clearinghouseState.d.ts +0 -305
- package/esm/src/api/subscription/_methods/clearinghouseState.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/clearinghouseState.js +0 -69
- package/esm/src/api/subscription/_methods/clearinghouseState.js.map +0 -1
- package/esm/src/api/subscription/_methods/explorerBlock.d.ts +0 -59
- package/esm/src/api/subscription/_methods/explorerBlock.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/explorerBlock.js +0 -60
- package/esm/src/api/subscription/_methods/explorerBlock.js.map +0 -1
- package/esm/src/api/subscription/_methods/explorerTxs.d.ts +0 -76
- package/esm/src/api/subscription/_methods/explorerTxs.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/explorerTxs.js +0 -48
- package/esm/src/api/subscription/_methods/explorerTxs.js.map +0 -1
- package/esm/src/api/subscription/_methods/l2Book.d.ts +0 -104
- package/esm/src/api/subscription/_methods/l2Book.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/l2Book.js +0 -81
- package/esm/src/api/subscription/_methods/l2Book.js.map +0 -1
- package/esm/src/api/subscription/_methods/notification.d.ts +0 -54
- package/esm/src/api/subscription/_methods/notification.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/notification.js +0 -56
- package/esm/src/api/subscription/_methods/notification.js.map +0 -1
- package/esm/src/api/subscription/_methods/openOrders.d.ts +0 -148
- package/esm/src/api/subscription/_methods/openOrders.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/openOrders.js +0 -69
- package/esm/src/api/subscription/_methods/openOrders.js.map +0 -1
- package/esm/src/api/subscription/_methods/orderUpdates.d.ts +0 -131
- package/esm/src/api/subscription/_methods/orderUpdates.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/orderUpdates.js +0 -121
- package/esm/src/api/subscription/_methods/orderUpdates.js.map +0 -1
- package/esm/src/api/subscription/_methods/spotAssetCtxs.d.ts +0 -70
- package/esm/src/api/subscription/_methods/spotAssetCtxs.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/spotAssetCtxs.js +0 -50
- package/esm/src/api/subscription/_methods/spotAssetCtxs.js.map +0 -1
- package/esm/src/api/subscription/_methods/spotState.d.ts +0 -122
- package/esm/src/api/subscription/_methods/spotState.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/spotState.js +0 -63
- package/esm/src/api/subscription/_methods/spotState.js.map +0 -1
- package/esm/src/api/subscription/_methods/trades.d.ts +0 -76
- package/esm/src/api/subscription/_methods/trades.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/trades.js +0 -55
- package/esm/src/api/subscription/_methods/trades.js.map +0 -1
- package/esm/src/api/subscription/_methods/twapStates.d.ts +0 -107
- package/esm/src/api/subscription/_methods/twapStates.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/twapStates.js +0 -69
- package/esm/src/api/subscription/_methods/twapStates.js.map +0 -1
- package/esm/src/api/subscription/_methods/userEvents.d.ts +0 -467
- package/esm/src/api/subscription/_methods/userEvents.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/userEvents.js +0 -116
- package/esm/src/api/subscription/_methods/userEvents.js.map +0 -1
- package/esm/src/api/subscription/_methods/userFills.d.ts +0 -175
- package/esm/src/api/subscription/_methods/userFills.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/userFills.js +0 -69
- package/esm/src/api/subscription/_methods/userFills.js.map +0 -1
- package/esm/src/api/subscription/_methods/userFundings.d.ts +0 -87
- package/esm/src/api/subscription/_methods/userFundings.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/userFundings.js +0 -75
- package/esm/src/api/subscription/_methods/userFundings.js.map +0 -1
- package/esm/src/api/subscription/_methods/userHistoricalOrders.d.ts +0 -178
- package/esm/src/api/subscription/_methods/userHistoricalOrders.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/userHistoricalOrders.js +0 -63
- package/esm/src/api/subscription/_methods/userHistoricalOrders.js.map +0 -1
- package/esm/src/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts +0 -609
- package/esm/src/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/userNonFundingLedgerUpdates.js +0 -63
- package/esm/src/api/subscription/_methods/userNonFundingLedgerUpdates.js.map +0 -1
- package/esm/src/api/subscription/_methods/userTwapHistory.d.ts +0 -171
- package/esm/src/api/subscription/_methods/userTwapHistory.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/userTwapHistory.js +0 -63
- package/esm/src/api/subscription/_methods/userTwapHistory.js.map +0 -1
- package/esm/src/api/subscription/_methods/userTwapSliceFills.d.ts +0 -168
- package/esm/src/api/subscription/_methods/userTwapSliceFills.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/userTwapSliceFills.js +0 -63
- package/esm/src/api/subscription/_methods/userTwapSliceFills.js.map +0 -1
- package/esm/src/api/subscription/_methods/webData2.d.ts +0 -860
- package/esm/src/api/subscription/_methods/webData2.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/webData2.js +0 -56
- package/esm/src/api/subscription/_methods/webData2.js.map +0 -1
- package/esm/src/api/subscription/_methods/webData3.d.ts +0 -126
- package/esm/src/api/subscription/_methods/webData3.d.ts.map +0 -1
- package/esm/src/api/subscription/_methods/webData3.js +0 -88
- package/esm/src/api/subscription/_methods/webData3.js.map +0 -1
- package/esm/src/api/subscription/client.d.ts +0 -145
- package/esm/src/api/subscription/client.d.ts.map +0 -1
- package/esm/src/api/subscription/client.js +0 -179
- package/esm/src/api/subscription/client.js.map +0 -1
- package/esm/src/api/subscription/mod.d.ts.map +0 -1
- package/esm/src/api/subscription/mod.js.map +0 -1
- package/esm/src/mod.d.ts.map +0 -1
- package/esm/src/mod.js.map +0 -1
- package/esm/src/signing/_abstractWallet.d.ts +0 -119
- package/esm/src/signing/_abstractWallet.d.ts.map +0 -1
- package/esm/src/signing/_abstractWallet.js +0 -155
- package/esm/src/signing/_abstractWallet.js.map +0 -1
- package/esm/src/signing/_privateKeySigner.d.ts +0 -37
- package/esm/src/signing/_privateKeySigner.d.ts.map +0 -1
- package/esm/src/signing/_privateKeySigner.js +0 -33
- package/esm/src/signing/_privateKeySigner.js.map +0 -1
- package/esm/src/signing/mod.d.ts +0 -277
- package/esm/src/signing/mod.d.ts.map +0 -1
- package/esm/src/signing/mod.js +0 -352
- package/esm/src/signing/mod.js.map +0 -1
- package/esm/src/transport/_base.d.ts +0 -51
- package/esm/src/transport/_base.d.ts.map +0 -1
- package/esm/src/transport/_base.js.map +0 -1
- package/esm/src/transport/_polyfills.d.ts +0 -46
- package/esm/src/transport/_polyfills.d.ts.map +0 -1
- package/esm/src/transport/_polyfills.js +0 -54
- package/esm/src/transport/_polyfills.js.map +0 -1
- package/esm/src/transport/http/mod.d.ts +0 -111
- package/esm/src/transport/http/mod.d.ts.map +0 -1
- package/esm/src/transport/http/mod.js +0 -166
- package/esm/src/transport/http/mod.js.map +0 -1
- package/esm/src/transport/mod.d.ts.map +0 -1
- package/esm/src/transport/mod.js.map +0 -1
- package/esm/src/transport/websocket/_hyperliquidEventTarget.d.ts +0 -67
- package/esm/src/transport/websocket/_hyperliquidEventTarget.d.ts.map +0 -1
- package/esm/src/transport/websocket/_hyperliquidEventTarget.js +0 -59
- package/esm/src/transport/websocket/_hyperliquidEventTarget.js.map +0 -1
- package/esm/src/transport/websocket/_postRequest.d.ts +0 -42
- package/esm/src/transport/websocket/_postRequest.d.ts.map +0 -1
- package/esm/src/transport/websocket/_postRequest.js +0 -231
- package/esm/src/transport/websocket/_postRequest.js.map +0 -1
- package/esm/src/transport/websocket/_subscriptionManager.d.ts +0 -51
- package/esm/src/transport/websocket/_subscriptionManager.d.ts.map +0 -1
- package/esm/src/transport/websocket/_subscriptionManager.js +0 -150
- package/esm/src/transport/websocket/_subscriptionManager.js.map +0 -1
- package/esm/src/transport/websocket/mod.d.ts +0 -142
- package/esm/src/transport/websocket/mod.d.ts.map +0 -1
- package/esm/src/transport/websocket/mod.js +0 -200
- package/esm/src/transport/websocket/mod.js.map +0 -1
- package/esm/src/utils/_format.d.ts +0 -37
- package/esm/src/utils/_format.d.ts.map +0 -1
- package/esm/src/utils/_format.js +0 -174
- package/esm/src/utils/_format.js.map +0 -1
- package/esm/src/utils/_symbolConverter.d.ts +0 -96
- package/esm/src/utils/_symbolConverter.d.ts.map +0 -1
- package/esm/src/utils/_symbolConverter.js +0 -186
- package/esm/src/utils/_symbolConverter.js.map +0 -1
- package/esm/src/utils/mod.d.ts.map +0 -1
- package/esm/src/utils/mod.js.map +0 -1
- package/script/bin/_utils.d.ts +0 -116
- package/script/bin/_utils.d.ts.map +0 -1
- package/script/bin/_utils.js +0 -208
- package/script/bin/_utils.js.map +0 -1
- package/script/bin/cli.d.ts +0 -3
- package/script/bin/cli.d.ts.map +0 -1
- package/script/bin/cli.js +0 -338
- package/script/bin/cli.js.map +0 -1
- package/script/deps/jsr.io/@std/async/1.1.0/unstable_semaphore.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/async/1.1.0/unstable_semaphore.js.map +0 -1
- package/script/src/_base.d.ts +0 -5
- package/script/src/_base.d.ts.map +0 -1
- package/script/src/_base.js +0 -12
- package/script/src/_base.js.map +0 -1
- package/script/src/api/_schemas.d.ts +0 -20
- package/script/src/api/_schemas.d.ts.map +0 -1
- package/script/src/api/_schemas.js +0 -94
- package/script/src/api/_schemas.js.map +0 -1
- package/script/src/api/exchange/_methods/_base/_nonce.d.ts +0 -13
- package/script/src/api/exchange/_methods/_base/_nonce.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/_base/_nonce.js +0 -29
- package/script/src/api/exchange/_methods/_base/_nonce.js.map +0 -1
- package/script/src/api/exchange/_methods/_base/_semaphore.d.ts +0 -9
- package/script/src/api/exchange/_methods/_base/_semaphore.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/_base/_semaphore.js +0 -74
- package/script/src/api/exchange/_methods/_base/_semaphore.js.map +0 -1
- package/script/src/api/exchange/_methods/_base/commonSchemas.d.ts +0 -48
- package/script/src/api/exchange/_methods/_base/commonSchemas.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/_base/commonSchemas.js +0 -75
- package/script/src/api/exchange/_methods/_base/commonSchemas.js.map +0 -1
- package/script/src/api/exchange/_methods/_base/errors.d.ts +0 -49
- package/script/src/api/exchange/_methods/_base/errors.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/_base/errors.js +0 -78
- package/script/src/api/exchange/_methods/_base/errors.js.map +0 -1
- package/script/src/api/exchange/_methods/_base/execute.d.ts +0 -74
- package/script/src/api/exchange/_methods/_base/execute.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/_base/execute.js +0 -244
- package/script/src/api/exchange/_methods/_base/execute.js.map +0 -1
- package/script/src/api/exchange/_methods/agentEnableDexAbstraction.d.ts +0 -111
- package/script/src/api/exchange/_methods/agentEnableDexAbstraction.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/agentEnableDexAbstraction.js +0 -104
- package/script/src/api/exchange/_methods/agentEnableDexAbstraction.js.map +0 -1
- package/script/src/api/exchange/_methods/approveAgent.d.ts +0 -204
- package/script/src/api/exchange/_methods/approveAgent.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/approveAgent.js +0 -147
- package/script/src/api/exchange/_methods/approveAgent.js.map +0 -1
- package/script/src/api/exchange/_methods/approveBuilderFee.d.ts +0 -193
- package/script/src/api/exchange/_methods/approveBuilderFee.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/approveBuilderFee.js +0 -129
- package/script/src/api/exchange/_methods/approveBuilderFee.js.map +0 -1
- package/script/src/api/exchange/_methods/batchModify.d.ts +0 -708
- package/script/src/api/exchange/_methods/batchModify.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/batchModify.js +0 -182
- package/script/src/api/exchange/_methods/batchModify.js.map +0 -1
- package/script/src/api/exchange/_methods/borrowLend.d.ts +0 -173
- package/script/src/api/exchange/_methods/borrowLend.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/borrowLend.js +0 -112
- package/script/src/api/exchange/_methods/borrowLend.js.map +0 -1
- package/script/src/api/exchange/_methods/cDeposit.d.ts +0 -180
- package/script/src/api/exchange/_methods/cDeposit.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/cDeposit.js +0 -126
- package/script/src/api/exchange/_methods/cDeposit.js.map +0 -1
- package/script/src/api/exchange/_methods/cSignerAction.d.ts +0 -198
- package/script/src/api/exchange/_methods/cSignerAction.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/cSignerAction.js +0 -128
- package/script/src/api/exchange/_methods/cSignerAction.js.map +0 -1
- package/script/src/api/exchange/_methods/cValidatorAction.d.ts +0 -626
- package/script/src/api/exchange/_methods/cValidatorAction.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/cValidatorAction.js +0 -171
- package/script/src/api/exchange/_methods/cValidatorAction.js.map +0 -1
- package/script/src/api/exchange/_methods/cWithdraw.d.ts +0 -180
- package/script/src/api/exchange/_methods/cWithdraw.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/cWithdraw.js +0 -126
- package/script/src/api/exchange/_methods/cWithdraw.js.map +0 -1
- package/script/src/api/exchange/_methods/cancel.d.ts +0 -217
- package/script/src/api/exchange/_methods/cancel.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/cancel.js +0 -144
- package/script/src/api/exchange/_methods/cancel.js.map +0 -1
- package/script/src/api/exchange/_methods/cancelByCloid.d.ts +0 -221
- package/script/src/api/exchange/_methods/cancelByCloid.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/cancelByCloid.js +0 -126
- package/script/src/api/exchange/_methods/cancelByCloid.js.map +0 -1
- package/script/src/api/exchange/_methods/claimRewards.d.ts +0 -101
- package/script/src/api/exchange/_methods/claimRewards.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/claimRewards.js +0 -94
- package/script/src/api/exchange/_methods/claimRewards.js.map +0 -1
- package/script/src/api/exchange/_methods/convertToMultiSigUser.d.ts +0 -296
- package/script/src/api/exchange/_methods/convertToMultiSigUser.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/convertToMultiSigUser.js +0 -165
- package/script/src/api/exchange/_methods/convertToMultiSigUser.js.map +0 -1
- package/script/src/api/exchange/_methods/createSubAccount.d.ts +0 -146
- package/script/src/api/exchange/_methods/createSubAccount.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/createSubAccount.js +0 -119
- package/script/src/api/exchange/_methods/createSubAccount.js.map +0 -1
- package/script/src/api/exchange/_methods/createVault.d.ts +0 -190
- package/script/src/api/exchange/_methods/createVault.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/createVault.js +0 -131
- package/script/src/api/exchange/_methods/createVault.js.map +0 -1
- package/script/src/api/exchange/_methods/evmUserModify.d.ts +0 -152
- package/script/src/api/exchange/_methods/evmUserModify.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/evmUserModify.js +0 -114
- package/script/src/api/exchange/_methods/evmUserModify.js.map +0 -1
- package/script/src/api/exchange/_methods/linkStakingUser.d.ts +0 -217
- package/script/src/api/exchange/_methods/linkStakingUser.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/linkStakingUser.js +0 -141
- package/script/src/api/exchange/_methods/linkStakingUser.js.map +0 -1
- package/script/src/api/exchange/_methods/modify.d.ts +0 -521
- package/script/src/api/exchange/_methods/modify.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/modify.js +0 -175
- package/script/src/api/exchange/_methods/modify.js.map +0 -1
- package/script/src/api/exchange/_methods/noop.d.ts +0 -111
- package/script/src/api/exchange/_methods/noop.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/noop.js +0 -104
- package/script/src/api/exchange/_methods/noop.js.map +0 -1
- package/script/src/api/exchange/_methods/order.d.ts +0 -685
- package/script/src/api/exchange/_methods/order.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/order.js +0 -234
- package/script/src/api/exchange/_methods/order.js.map +0 -1
- package/script/src/api/exchange/_methods/perpDeploy.d.ts +0 -1457
- package/script/src/api/exchange/_methods/perpDeploy.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/perpDeploy.js +0 -309
- package/script/src/api/exchange/_methods/perpDeploy.js.map +0 -1
- package/script/src/api/exchange/_methods/registerReferrer.d.ts +0 -144
- package/script/src/api/exchange/_methods/registerReferrer.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/registerReferrer.js +0 -106
- package/script/src/api/exchange/_methods/registerReferrer.js.map +0 -1
- package/script/src/api/exchange/_methods/reserveRequestWeight.d.ts +0 -152
- package/script/src/api/exchange/_methods/reserveRequestWeight.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/reserveRequestWeight.js +0 -115
- package/script/src/api/exchange/_methods/reserveRequestWeight.js.map +0 -1
- package/script/src/api/exchange/_methods/scheduleCancel.d.ts +0 -171
- package/script/src/api/exchange/_methods/scheduleCancel.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/scheduleCancel.js +0 -96
- package/script/src/api/exchange/_methods/scheduleCancel.js.map +0 -1
- package/script/src/api/exchange/_methods/sendAsset.d.ts +0 -251
- package/script/src/api/exchange/_methods/sendAsset.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/sendAsset.js +0 -147
- package/script/src/api/exchange/_methods/sendAsset.js.map +0 -1
- package/script/src/api/exchange/_methods/setDisplayName.d.ts +0 -153
- package/script/src/api/exchange/_methods/setDisplayName.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/setDisplayName.js +0 -110
- package/script/src/api/exchange/_methods/setDisplayName.js.map +0 -1
- package/script/src/api/exchange/_methods/setReferrer.d.ts +0 -144
- package/script/src/api/exchange/_methods/setReferrer.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/setReferrer.js +0 -106
- package/script/src/api/exchange/_methods/setReferrer.js.map +0 -1
- package/script/src/api/exchange/_methods/spotDeploy.d.ts +0 -939
- package/script/src/api/exchange/_methods/spotDeploy.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/spotDeploy.js +0 -235
- package/script/src/api/exchange/_methods/spotDeploy.js.map +0 -1
- package/script/src/api/exchange/_methods/spotSend.d.ts +0 -210
- package/script/src/api/exchange/_methods/spotSend.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/spotSend.js +0 -136
- package/script/src/api/exchange/_methods/spotSend.js.map +0 -1
- package/script/src/api/exchange/_methods/spotUser.d.ts +0 -173
- package/script/src/api/exchange/_methods/spotUser.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/spotUser.js +0 -109
- package/script/src/api/exchange/_methods/spotUser.js.map +0 -1
- package/script/src/api/exchange/_methods/subAccountModify.d.ts +0 -157
- package/script/src/api/exchange/_methods/subAccountModify.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/subAccountModify.js +0 -108
- package/script/src/api/exchange/_methods/subAccountModify.js.map +0 -1
- package/script/src/api/exchange/_methods/subAccountSpotTransfer.d.ts +0 -188
- package/script/src/api/exchange/_methods/subAccountSpotTransfer.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/subAccountSpotTransfer.js +0 -117
- package/script/src/api/exchange/_methods/subAccountSpotTransfer.js.map +0 -1
- package/script/src/api/exchange/_methods/subAccountTransfer.d.ts +0 -170
- package/script/src/api/exchange/_methods/subAccountTransfer.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/subAccountTransfer.js +0 -110
- package/script/src/api/exchange/_methods/subAccountTransfer.js.map +0 -1
- package/script/src/api/exchange/_methods/tokenDelegate.d.ts +0 -206
- package/script/src/api/exchange/_methods/tokenDelegate.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/tokenDelegate.js +0 -132
- package/script/src/api/exchange/_methods/tokenDelegate.js.map +0 -1
- package/script/src/api/exchange/_methods/twapCancel.d.ts +0 -181
- package/script/src/api/exchange/_methods/twapCancel.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/twapCancel.js +0 -137
- package/script/src/api/exchange/_methods/twapCancel.js.map +0 -1
- package/script/src/api/exchange/_methods/twapOrder.d.ts +0 -310
- package/script/src/api/exchange/_methods/twapOrder.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/twapOrder.js +0 -163
- package/script/src/api/exchange/_methods/twapOrder.js.map +0 -1
- package/script/src/api/exchange/_methods/updateIsolatedMargin.d.ts +0 -181
- package/script/src/api/exchange/_methods/updateIsolatedMargin.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/updateIsolatedMargin.js +0 -120
- package/script/src/api/exchange/_methods/updateIsolatedMargin.js.map +0 -1
- package/script/src/api/exchange/_methods/updateLeverage.d.ts +0 -181
- package/script/src/api/exchange/_methods/updateLeverage.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/updateLeverage.js +0 -120
- package/script/src/api/exchange/_methods/updateLeverage.js.map +0 -1
- package/script/src/api/exchange/_methods/usdClassTransfer.d.ts +0 -193
- package/script/src/api/exchange/_methods/usdClassTransfer.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/usdClassTransfer.js +0 -129
- package/script/src/api/exchange/_methods/usdClassTransfer.js.map +0 -1
- package/script/src/api/exchange/_methods/usdSend.d.ts +0 -193
- package/script/src/api/exchange/_methods/usdSend.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/usdSend.js +0 -129
- package/script/src/api/exchange/_methods/usdSend.js.map +0 -1
- package/script/src/api/exchange/_methods/userDexAbstraction.d.ts +0 -193
- package/script/src/api/exchange/_methods/userDexAbstraction.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/userDexAbstraction.js +0 -129
- package/script/src/api/exchange/_methods/userDexAbstraction.js.map +0 -1
- package/script/src/api/exchange/_methods/userPortfolioMargin.d.ts +0 -193
- package/script/src/api/exchange/_methods/userPortfolioMargin.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/userPortfolioMargin.js +0 -129
- package/script/src/api/exchange/_methods/userPortfolioMargin.js.map +0 -1
- package/script/src/api/exchange/_methods/validatorL1Stream.d.ts +0 -152
- package/script/src/api/exchange/_methods/validatorL1Stream.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/validatorL1Stream.js +0 -114
- package/script/src/api/exchange/_methods/validatorL1Stream.js.map +0 -1
- package/script/src/api/exchange/_methods/vaultDistribute.d.ts +0 -166
- package/script/src/api/exchange/_methods/vaultDistribute.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/vaultDistribute.js +0 -112
- package/script/src/api/exchange/_methods/vaultDistribute.js.map +0 -1
- package/script/src/api/exchange/_methods/vaultModify.d.ts +0 -174
- package/script/src/api/exchange/_methods/vaultModify.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/vaultModify.js +0 -114
- package/script/src/api/exchange/_methods/vaultModify.js.map +0 -1
- package/script/src/api/exchange/_methods/vaultTransfer.d.ts +0 -178
- package/script/src/api/exchange/_methods/vaultTransfer.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/vaultTransfer.js +0 -118
- package/script/src/api/exchange/_methods/vaultTransfer.js.map +0 -1
- package/script/src/api/exchange/_methods/withdraw3.d.ts +0 -193
- package/script/src/api/exchange/_methods/withdraw3.d.ts.map +0 -1
- package/script/src/api/exchange/_methods/withdraw3.js +0 -129
- package/script/src/api/exchange/_methods/withdraw3.js.map +0 -1
- package/script/src/api/exchange/client.d.ts +0 -246
- package/script/src/api/exchange/client.d.ts.map +0 -1
- package/script/src/api/exchange/client.js +0 -305
- package/script/src/api/exchange/client.js.map +0 -1
- package/script/src/api/exchange/mod.d.ts +0 -88
- package/script/src/api/exchange/mod.d.ts.map +0 -1
- package/script/src/api/exchange/mod.js +0 -105
- package/script/src/api/exchange/mod.js.map +0 -1
- package/script/src/api/info/_methods/_base/commonSchemas.d.ts +0 -343
- package/script/src/api/info/_methods/_base/commonSchemas.d.ts.map +0 -1
- package/script/src/api/info/_methods/_base/commonSchemas.js +0 -377
- package/script/src/api/info/_methods/_base/commonSchemas.js.map +0 -1
- package/script/src/api/info/_methods/_base/types.d.ts +0 -7
- package/script/src/api/info/_methods/_base/types.d.ts.map +0 -1
- package/script/src/api/info/_methods/_base/types.js +0 -3
- package/script/src/api/info/_methods/_base/types.js.map +0 -1
- package/script/src/api/info/_methods/activeAssetData.d.ts +0 -102
- package/script/src/api/info/_methods/activeAssetData.d.ts.map +0 -1
- package/script/src/api/info/_methods/activeAssetData.js +0 -126
- package/script/src/api/info/_methods/activeAssetData.js.map +0 -1
- package/script/src/api/info/_methods/alignedQuoteTokenInfo.d.ts +0 -66
- package/script/src/api/info/_methods/alignedQuoteTokenInfo.d.ts.map +0 -1
- package/script/src/api/info/_methods/alignedQuoteTokenInfo.js +0 -106
- package/script/src/api/info/_methods/alignedQuoteTokenInfo.js.map +0 -1
- package/script/src/api/info/_methods/allBorrowLendReserveStates.d.ts +0 -71
- package/script/src/api/info/_methods/allBorrowLendReserveStates.d.ts.map +0 -1
- package/script/src/api/info/_methods/allBorrowLendReserveStates.js +0 -93
- package/script/src/api/info/_methods/allBorrowLendReserveStates.js.map +0 -1
- package/script/src/api/info/_methods/allMids.d.ts +0 -53
- package/script/src/api/info/_methods/allMids.d.ts.map +0 -1
- package/script/src/api/info/_methods/allMids.js +0 -71
- package/script/src/api/info/_methods/allMids.js.map +0 -1
- package/script/src/api/info/_methods/allPerpMetas.d.ts +0 -125
- package/script/src/api/info/_methods/allPerpMetas.d.ts.map +0 -1
- package/script/src/api/info/_methods/allPerpMetas.js +0 -85
- package/script/src/api/info/_methods/allPerpMetas.js.map +0 -1
- package/script/src/api/info/_methods/blockDetails.d.ts +0 -140
- package/script/src/api/info/_methods/blockDetails.d.ts.map +0 -1
- package/script/src/api/info/_methods/blockDetails.js +0 -110
- package/script/src/api/info/_methods/blockDetails.js.map +0 -1
- package/script/src/api/info/_methods/borrowLendReserveState.d.ts +0 -79
- package/script/src/api/info/_methods/borrowLendReserveState.d.ts.map +0 -1
- package/script/src/api/info/_methods/borrowLendReserveState.js +0 -113
- package/script/src/api/info/_methods/borrowLendReserveState.js.map +0 -1
- package/script/src/api/info/_methods/borrowLendUserState.d.ts +0 -103
- package/script/src/api/info/_methods/borrowLendUserState.d.ts.map +0 -1
- package/script/src/api/info/_methods/borrowLendUserState.js +0 -122
- package/script/src/api/info/_methods/borrowLendUserState.js.map +0 -1
- package/script/src/api/info/_methods/candleSnapshot.d.ts +0 -104
- package/script/src/api/info/_methods/candleSnapshot.d.ts.map +0 -1
- package/script/src/api/info/_methods/candleSnapshot.js +0 -126
- package/script/src/api/info/_methods/candleSnapshot.js.map +0 -1
- package/script/src/api/info/_methods/clearinghouseState.d.ts +0 -247
- package/script/src/api/info/_methods/clearinghouseState.d.ts.map +0 -1
- package/script/src/api/info/_methods/clearinghouseState.js +0 -179
- package/script/src/api/info/_methods/clearinghouseState.js.map +0 -1
- package/script/src/api/info/_methods/delegations.d.ts +0 -64
- package/script/src/api/info/_methods/delegations.d.ts.map +0 -1
- package/script/src/api/info/_methods/delegations.js +0 -103
- package/script/src/api/info/_methods/delegations.js.map +0 -1
- package/script/src/api/info/_methods/delegatorHistory.d.ts +0 -127
- package/script/src/api/info/_methods/delegatorHistory.d.ts.map +0 -1
- package/script/src/api/info/_methods/delegatorHistory.js +0 -131
- package/script/src/api/info/_methods/delegatorHistory.js.map +0 -1
- package/script/src/api/info/_methods/delegatorRewards.d.ts +0 -64
- package/script/src/api/info/_methods/delegatorRewards.d.ts.map +0 -1
- package/script/src/api/info/_methods/delegatorRewards.js +0 -103
- package/script/src/api/info/_methods/delegatorRewards.js.map +0 -1
- package/script/src/api/info/_methods/delegatorSummary.d.ts +0 -67
- package/script/src/api/info/_methods/delegatorSummary.d.ts.map +0 -1
- package/script/src/api/info/_methods/delegatorSummary.js +0 -105
- package/script/src/api/info/_methods/delegatorSummary.js.map +0 -1
- package/script/src/api/info/_methods/exchangeStatus.d.ts +0 -48
- package/script/src/api/info/_methods/exchangeStatus.d.ts.map +0 -1
- package/script/src/api/info/_methods/exchangeStatus.js +0 -90
- package/script/src/api/info/_methods/exchangeStatus.js.map +0 -1
- package/script/src/api/info/_methods/extraAgents.d.ts +0 -60
- package/script/src/api/info/_methods/extraAgents.d.ts.map +0 -1
- package/script/src/api/info/_methods/extraAgents.js +0 -99
- package/script/src/api/info/_methods/extraAgents.js.map +0 -1
- package/script/src/api/info/_methods/frontendOpenOrders.d.ts +0 -107
- package/script/src/api/info/_methods/frontendOpenOrders.d.ts.map +0 -1
- package/script/src/api/info/_methods/frontendOpenOrders.js +0 -99
- package/script/src/api/info/_methods/frontendOpenOrders.js.map +0 -1
- package/script/src/api/info/_methods/fundingHistory.d.ts +0 -73
- package/script/src/api/info/_methods/fundingHistory.d.ts.map +0 -1
- package/script/src/api/info/_methods/fundingHistory.js +0 -109
- package/script/src/api/info/_methods/fundingHistory.js.map +0 -1
- package/script/src/api/info/_methods/gossipRootIps.d.ts +0 -40
- package/script/src/api/info/_methods/gossipRootIps.d.ts.map +0 -1
- package/script/src/api/info/_methods/gossipRootIps.js +0 -84
- package/script/src/api/info/_methods/gossipRootIps.js.map +0 -1
- package/script/src/api/info/_methods/historicalOrders.d.ts +0 -163
- package/script/src/api/info/_methods/historicalOrders.d.ts.map +0 -1
- package/script/src/api/info/_methods/historicalOrders.js +0 -164
- package/script/src/api/info/_methods/historicalOrders.js.map +0 -1
- package/script/src/api/info/_methods/isVip.d.ts +0 -49
- package/script/src/api/info/_methods/isVip.d.ts.map +0 -1
- package/script/src/api/info/_methods/isVip.js +0 -92
- package/script/src/api/info/_methods/isVip.js.map +0 -1
- package/script/src/api/info/_methods/l2Book.d.ts +0 -108
- package/script/src/api/info/_methods/l2Book.d.ts.map +0 -1
- package/script/src/api/info/_methods/l2Book.js +0 -117
- package/script/src/api/info/_methods/l2Book.js.map +0 -1
- package/script/src/api/info/_methods/leadingVaults.d.ts +0 -57
- package/script/src/api/info/_methods/leadingVaults.d.ts.map +0 -1
- package/script/src/api/info/_methods/leadingVaults.js +0 -97
- package/script/src/api/info/_methods/leadingVaults.js.map +0 -1
- package/script/src/api/info/_methods/legalCheck.d.ts +0 -60
- package/script/src/api/info/_methods/legalCheck.d.ts.map +0 -1
- package/script/src/api/info/_methods/legalCheck.js +0 -99
- package/script/src/api/info/_methods/legalCheck.js.map +0 -1
- package/script/src/api/info/_methods/liquidatable.d.ts +0 -40
- package/script/src/api/info/_methods/liquidatable.d.ts.map +0 -1
- package/script/src/api/info/_methods/liquidatable.js +0 -84
- package/script/src/api/info/_methods/liquidatable.js.map +0 -1
- package/script/src/api/info/_methods/marginTable.d.ts +0 -68
- package/script/src/api/info/_methods/marginTable.d.ts.map +0 -1
- package/script/src/api/info/_methods/marginTable.js +0 -102
- package/script/src/api/info/_methods/marginTable.js.map +0 -1
- package/script/src/api/info/_methods/maxBuilderFee.d.ts +0 -56
- package/script/src/api/info/_methods/maxBuilderFee.d.ts.map +0 -1
- package/script/src/api/info/_methods/maxBuilderFee.js +0 -98
- package/script/src/api/info/_methods/maxBuilderFee.js.map +0 -1
- package/script/src/api/info/_methods/maxMarketOrderNtls.d.ts +0 -40
- package/script/src/api/info/_methods/maxMarketOrderNtls.d.ts.map +0 -1
- package/script/src/api/info/_methods/maxMarketOrderNtls.js +0 -85
- package/script/src/api/info/_methods/maxMarketOrderNtls.js.map +0 -1
- package/script/src/api/info/_methods/meta.d.ts +0 -128
- package/script/src/api/info/_methods/meta.d.ts.map +0 -1
- package/script/src/api/info/_methods/meta.js +0 -101
- package/script/src/api/info/_methods/meta.js.map +0 -1
- package/script/src/api/info/_methods/metaAndAssetCtxs.d.ts +0 -168
- package/script/src/api/info/_methods/metaAndAssetCtxs.d.ts.map +0 -1
- package/script/src/api/info/_methods/metaAndAssetCtxs.js +0 -75
- package/script/src/api/info/_methods/metaAndAssetCtxs.js.map +0 -1
- package/script/src/api/info/_methods/openOrders.d.ts +0 -86
- package/script/src/api/info/_methods/openOrders.d.ts.map +0 -1
- package/script/src/api/info/_methods/openOrders.js +0 -99
- package/script/src/api/info/_methods/openOrders.js.map +0 -1
- package/script/src/api/info/_methods/orderStatus.d.ts +0 -202
- package/script/src/api/info/_methods/orderStatus.d.ts.map +0 -1
- package/script/src/api/info/_methods/orderStatus.js +0 -181
- package/script/src/api/info/_methods/orderStatus.js.map +0 -1
- package/script/src/api/info/_methods/perpDeployAuctionStatus.d.ts +0 -61
- package/script/src/api/info/_methods/perpDeployAuctionStatus.d.ts.map +0 -1
- package/script/src/api/info/_methods/perpDeployAuctionStatus.js +0 -100
- package/script/src/api/info/_methods/perpDeployAuctionStatus.js.map +0 -1
- package/script/src/api/info/_methods/perpDexLimits.d.ts +0 -67
- package/script/src/api/info/_methods/perpDexLimits.d.ts.map +0 -1
- package/script/src/api/info/_methods/perpDexLimits.js +0 -105
- package/script/src/api/info/_methods/perpDexLimits.js.map +0 -1
- package/script/src/api/info/_methods/perpDexStatus.d.ts +0 -55
- package/script/src/api/info/_methods/perpDexStatus.d.ts.map +0 -1
- package/script/src/api/info/_methods/perpDexStatus.js +0 -96
- package/script/src/api/info/_methods/perpDexStatus.js.map +0 -1
- package/script/src/api/info/_methods/perpDexs.d.ts +0 -91
- package/script/src/api/info/_methods/perpDexs.d.ts.map +0 -1
- package/script/src/api/info/_methods/perpDexs.js +0 -117
- package/script/src/api/info/_methods/perpDexs.js.map +0 -1
- package/script/src/api/info/_methods/perpsAtOpenInterestCap.d.ts +0 -51
- package/script/src/api/info/_methods/perpsAtOpenInterestCap.d.ts.map +0 -1
- package/script/src/api/info/_methods/perpsAtOpenInterestCap.js +0 -70
- package/script/src/api/info/_methods/perpsAtOpenInterestCap.js.map +0 -1
- package/script/src/api/info/_methods/portfolio.d.ts +0 -173
- package/script/src/api/info/_methods/portfolio.d.ts.map +0 -1
- package/script/src/api/info/_methods/portfolio.js +0 -116
- package/script/src/api/info/_methods/portfolio.js.map +0 -1
- package/script/src/api/info/_methods/preTransferCheck.d.ts +0 -66
- package/script/src/api/info/_methods/preTransferCheck.d.ts.map +0 -1
- package/script/src/api/info/_methods/preTransferCheck.js +0 -103
- package/script/src/api/info/_methods/preTransferCheck.js.map +0 -1
- package/script/src/api/info/_methods/predictedFundings.d.ts +0 -55
- package/script/src/api/info/_methods/predictedFundings.d.ts.map +0 -1
- package/script/src/api/info/_methods/predictedFundings.js +0 -106
- package/script/src/api/info/_methods/predictedFundings.js.map +0 -1
- package/script/src/api/info/_methods/recentTrades.d.ts +0 -75
- package/script/src/api/info/_methods/recentTrades.d.ts.map +0 -1
- package/script/src/api/info/_methods/recentTrades.js +0 -109
- package/script/src/api/info/_methods/recentTrades.js.map +0 -1
- package/script/src/api/info/_methods/referral.d.ts +0 -253
- package/script/src/api/info/_methods/referral.d.ts.map +0 -1
- package/script/src/api/info/_methods/referral.js +0 -189
- package/script/src/api/info/_methods/referral.js.map +0 -1
- package/script/src/api/info/_methods/spotClearinghouseState.d.ts +0 -102
- package/script/src/api/info/_methods/spotClearinghouseState.d.ts.map +0 -1
- package/script/src/api/info/_methods/spotClearinghouseState.js +0 -121
- package/script/src/api/info/_methods/spotClearinghouseState.js.map +0 -1
- package/script/src/api/info/_methods/spotDeployState.d.ts +0 -157
- package/script/src/api/info/_methods/spotDeployState.d.ts.map +0 -1
- package/script/src/api/info/_methods/spotDeployState.js +0 -132
- package/script/src/api/info/_methods/spotDeployState.js.map +0 -1
- package/script/src/api/info/_methods/spotMeta.d.ts +0 -160
- package/script/src/api/info/_methods/spotMeta.d.ts.map +0 -1
- package/script/src/api/info/_methods/spotMeta.js +0 -143
- package/script/src/api/info/_methods/spotMeta.js.map +0 -1
- package/script/src/api/info/_methods/spotMetaAndAssetCtxs.d.ts +0 -193
- package/script/src/api/info/_methods/spotMetaAndAssetCtxs.d.ts.map +0 -1
- package/script/src/api/info/_methods/spotMetaAndAssetCtxs.js +0 -93
- package/script/src/api/info/_methods/spotMetaAndAssetCtxs.js.map +0 -1
- package/script/src/api/info/_methods/spotPairDeployAuctionStatus.d.ts +0 -62
- package/script/src/api/info/_methods/spotPairDeployAuctionStatus.d.ts.map +0 -1
- package/script/src/api/info/_methods/spotPairDeployAuctionStatus.js +0 -89
- package/script/src/api/info/_methods/spotPairDeployAuctionStatus.js.map +0 -1
- package/script/src/api/info/_methods/subAccounts.d.ts +0 -374
- package/script/src/api/info/_methods/subAccounts.d.ts.map +0 -1
- package/script/src/api/info/_methods/subAccounts.js +0 -109
- package/script/src/api/info/_methods/subAccounts.js.map +0 -1
- package/script/src/api/info/_methods/subAccounts2.d.ts +0 -414
- package/script/src/api/info/_methods/subAccounts2.d.ts.map +0 -1
- package/script/src/api/info/_methods/subAccounts2.js +0 -106
- package/script/src/api/info/_methods/subAccounts2.js.map +0 -1
- package/script/src/api/info/_methods/tokenDetails.d.ts +0 -118
- package/script/src/api/info/_methods/tokenDetails.d.ts.map +0 -1
- package/script/src/api/info/_methods/tokenDetails.js +0 -136
- package/script/src/api/info/_methods/tokenDetails.js.map +0 -1
- package/script/src/api/info/_methods/twapHistory.d.ts +0 -131
- package/script/src/api/info/_methods/twapHistory.d.ts.map +0 -1
- package/script/src/api/info/_methods/twapHistory.js +0 -123
- package/script/src/api/info/_methods/twapHistory.js.map +0 -1
- package/script/src/api/info/_methods/txDetails.d.ts +0 -102
- package/script/src/api/info/_methods/txDetails.d.ts.map +0 -1
- package/script/src/api/info/_methods/txDetails.js +0 -97
- package/script/src/api/info/_methods/txDetails.js.map +0 -1
- package/script/src/api/info/_methods/userBorrowLendInterest.d.ts +0 -73
- package/script/src/api/info/_methods/userBorrowLendInterest.d.ts.map +0 -1
- package/script/src/api/info/_methods/userBorrowLendInterest.js +0 -109
- package/script/src/api/info/_methods/userBorrowLendInterest.js.map +0 -1
- package/script/src/api/info/_methods/userDetails.d.ts +0 -102
- package/script/src/api/info/_methods/userDetails.d.ts.map +0 -1
- package/script/src/api/info/_methods/userDetails.js +0 -97
- package/script/src/api/info/_methods/userDetails.js.map +0 -1
- package/script/src/api/info/_methods/userDexAbstraction.d.ts +0 -53
- package/script/src/api/info/_methods/userDexAbstraction.d.ts.map +0 -1
- package/script/src/api/info/_methods/userDexAbstraction.js +0 -96
- package/script/src/api/info/_methods/userDexAbstraction.js.map +0 -1
- package/script/src/api/info/_methods/userFees.d.ts +0 -256
- package/script/src/api/info/_methods/userFees.d.ts.map +0 -1
- package/script/src/api/info/_methods/userFees.js +0 -201
- package/script/src/api/info/_methods/userFees.js.map +0 -1
- package/script/src/api/info/_methods/userFills.d.ts +0 -127
- package/script/src/api/info/_methods/userFills.d.ts.map +0 -1
- package/script/src/api/info/_methods/userFills.js +0 -114
- package/script/src/api/info/_methods/userFills.js.map +0 -1
- package/script/src/api/info/_methods/userFillsByTime.d.ts +0 -151
- package/script/src/api/info/_methods/userFillsByTime.d.ts.map +0 -1
- package/script/src/api/info/_methods/userFillsByTime.js +0 -103
- package/script/src/api/info/_methods/userFillsByTime.js.map +0 -1
- package/script/src/api/info/_methods/userFunding.d.ts +0 -97
- package/script/src/api/info/_methods/userFunding.d.ts.map +0 -1
- package/script/src/api/info/_methods/userFunding.js +0 -120
- package/script/src/api/info/_methods/userFunding.js.map +0 -1
- package/script/src/api/info/_methods/userNonFundingLedgerUpdates.d.ts +0 -478
- package/script/src/api/info/_methods/userNonFundingLedgerUpdates.d.ts.map +0 -1
- package/script/src/api/info/_methods/userNonFundingLedgerUpdates.js +0 -337
- package/script/src/api/info/_methods/userNonFundingLedgerUpdates.js.map +0 -1
- package/script/src/api/info/_methods/userRateLimit.d.ts +0 -67
- package/script/src/api/info/_methods/userRateLimit.d.ts.map +0 -1
- package/script/src/api/info/_methods/userRateLimit.js +0 -105
- package/script/src/api/info/_methods/userRateLimit.js.map +0 -1
- package/script/src/api/info/_methods/userRole.d.ts +0 -88
- package/script/src/api/info/_methods/userRole.d.ts.map +0 -1
- package/script/src/api/info/_methods/userRole.js +0 -119
- package/script/src/api/info/_methods/userRole.js.map +0 -1
- package/script/src/api/info/_methods/userToMultiSigSigners.d.ts +0 -57
- package/script/src/api/info/_methods/userToMultiSigSigners.d.ts.map +0 -1
- package/script/src/api/info/_methods/userToMultiSigSigners.js +0 -97
- package/script/src/api/info/_methods/userToMultiSigSigners.js.map +0 -1
- package/script/src/api/info/_methods/userTwapSliceFills.d.ts +0 -125
- package/script/src/api/info/_methods/userTwapSliceFills.d.ts.map +0 -1
- package/script/src/api/info/_methods/userTwapSliceFills.js +0 -102
- package/script/src/api/info/_methods/userTwapSliceFills.js.map +0 -1
- package/script/src/api/info/_methods/userTwapSliceFillsByTime.d.ts +0 -148
- package/script/src/api/info/_methods/userTwapSliceFillsByTime.d.ts.map +0 -1
- package/script/src/api/info/_methods/userTwapSliceFillsByTime.js +0 -100
- package/script/src/api/info/_methods/userTwapSliceFillsByTime.js.map +0 -1
- package/script/src/api/info/_methods/userVaultEquities.d.ts +0 -64
- package/script/src/api/info/_methods/userVaultEquities.d.ts.map +0 -1
- package/script/src/api/info/_methods/userVaultEquities.js +0 -103
- package/script/src/api/info/_methods/userVaultEquities.js.map +0 -1
- package/script/src/api/info/_methods/validatorL1Votes.d.ts +0 -63
- package/script/src/api/info/_methods/validatorL1Votes.d.ts.map +0 -1
- package/script/src/api/info/_methods/validatorL1Votes.js +0 -101
- package/script/src/api/info/_methods/validatorL1Votes.js.map +0 -1
- package/script/src/api/info/_methods/validatorSummaries.d.ts +0 -132
- package/script/src/api/info/_methods/validatorSummaries.d.ts.map +0 -1
- package/script/src/api/info/_methods/validatorSummaries.js +0 -123
- package/script/src/api/info/_methods/validatorSummaries.js.map +0 -1
- package/script/src/api/info/_methods/vaultDetails.d.ts +0 -358
- package/script/src/api/info/_methods/vaultDetails.d.ts.map +0 -1
- package/script/src/api/info/_methods/vaultDetails.js +0 -163
- package/script/src/api/info/_methods/vaultDetails.js.map +0 -1
- package/script/src/api/info/_methods/vaultSummaries.d.ts +0 -93
- package/script/src/api/info/_methods/vaultSummaries.d.ts.map +0 -1
- package/script/src/api/info/_methods/vaultSummaries.js +0 -101
- package/script/src/api/info/_methods/vaultSummaries.js.map +0 -1
- package/script/src/api/info/_methods/webData2.d.ts +0 -732
- package/script/src/api/info/_methods/webData2.d.ts.map +0 -1
- package/script/src/api/info/_methods/webData2.js +0 -134
- package/script/src/api/info/_methods/webData2.js.map +0 -1
- package/script/src/api/info/client.d.ts +0 -314
- package/script/src/api/info/client.d.ts.map +0 -1
- package/script/src/api/info/client.js +0 -395
- package/script/src/api/info/client.js.map +0 -1
- package/script/src/api/info/mod.d.ts +0 -96
- package/script/src/api/info/mod.d.ts.map +0 -1
- package/script/src/api/info/mod.js +0 -111
- package/script/src/api/info/mod.js.map +0 -1
- package/script/src/api/subscription/_methods/_types.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/_types.js.map +0 -1
- package/script/src/api/subscription/_methods/activeAssetCtx.d.ts +0 -101
- package/script/src/api/subscription/_methods/activeAssetCtx.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/activeAssetCtx.js +0 -97
- package/script/src/api/subscription/_methods/activeAssetCtx.js.map +0 -1
- package/script/src/api/subscription/_methods/activeAssetData.d.ts +0 -101
- package/script/src/api/subscription/_methods/activeAssetData.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/activeAssetData.js +0 -95
- package/script/src/api/subscription/_methods/activeAssetData.js.map +0 -1
- package/script/src/api/subscription/_methods/activeSpotAssetCtx.d.ts +0 -92
- package/script/src/api/subscription/_methods/activeSpotAssetCtx.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/activeSpotAssetCtx.js +0 -96
- package/script/src/api/subscription/_methods/activeSpotAssetCtx.js.map +0 -1
- package/script/src/api/subscription/_methods/allDexsAssetCtxs.d.ts +0 -91
- package/script/src/api/subscription/_methods/allDexsAssetCtxs.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/allDexsAssetCtxs.js +0 -94
- package/script/src/api/subscription/_methods/allDexsAssetCtxs.js.map +0 -1
- package/script/src/api/subscription/_methods/allDexsClearinghouseState.d.ts +0 -299
- package/script/src/api/subscription/_methods/allDexsClearinghouseState.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/allDexsClearinghouseState.js +0 -104
- package/script/src/api/subscription/_methods/allDexsClearinghouseState.js.map +0 -1
- package/script/src/api/subscription/_methods/allMids.d.ts +0 -63
- package/script/src/api/subscription/_methods/allMids.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/allMids.js +0 -75
- package/script/src/api/subscription/_methods/allMids.js.map +0 -1
- package/script/src/api/subscription/_methods/assetCtxs.d.ts +0 -101
- package/script/src/api/subscription/_methods/assetCtxs.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/assetCtxs.js +0 -75
- package/script/src/api/subscription/_methods/assetCtxs.js.map +0 -1
- package/script/src/api/subscription/_methods/bbo.d.ts +0 -98
- package/script/src/api/subscription/_methods/bbo.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/bbo.js +0 -109
- package/script/src/api/subscription/_methods/bbo.js.map +0 -1
- package/script/src/api/subscription/_methods/candle.d.ts +0 -84
- package/script/src/api/subscription/_methods/candle.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/candle.js +0 -115
- package/script/src/api/subscription/_methods/candle.js.map +0 -1
- package/script/src/api/subscription/_methods/clearinghouseState.d.ts +0 -305
- package/script/src/api/subscription/_methods/clearinghouseState.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/clearinghouseState.js +0 -106
- package/script/src/api/subscription/_methods/clearinghouseState.js.map +0 -1
- package/script/src/api/subscription/_methods/explorerBlock.d.ts +0 -59
- package/script/src/api/subscription/_methods/explorerBlock.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/explorerBlock.js +0 -97
- package/script/src/api/subscription/_methods/explorerBlock.js.map +0 -1
- package/script/src/api/subscription/_methods/explorerTxs.d.ts +0 -76
- package/script/src/api/subscription/_methods/explorerTxs.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/explorerTxs.js +0 -85
- package/script/src/api/subscription/_methods/explorerTxs.js.map +0 -1
- package/script/src/api/subscription/_methods/l2Book.d.ts +0 -104
- package/script/src/api/subscription/_methods/l2Book.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/l2Book.js +0 -118
- package/script/src/api/subscription/_methods/l2Book.js.map +0 -1
- package/script/src/api/subscription/_methods/notification.d.ts +0 -54
- package/script/src/api/subscription/_methods/notification.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/notification.js +0 -93
- package/script/src/api/subscription/_methods/notification.js.map +0 -1
- package/script/src/api/subscription/_methods/openOrders.d.ts +0 -148
- package/script/src/api/subscription/_methods/openOrders.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/openOrders.js +0 -106
- package/script/src/api/subscription/_methods/openOrders.js.map +0 -1
- package/script/src/api/subscription/_methods/orderUpdates.d.ts +0 -131
- package/script/src/api/subscription/_methods/orderUpdates.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/orderUpdates.js +0 -158
- package/script/src/api/subscription/_methods/orderUpdates.js.map +0 -1
- package/script/src/api/subscription/_methods/spotAssetCtxs.d.ts +0 -70
- package/script/src/api/subscription/_methods/spotAssetCtxs.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/spotAssetCtxs.js +0 -87
- package/script/src/api/subscription/_methods/spotAssetCtxs.js.map +0 -1
- package/script/src/api/subscription/_methods/spotState.d.ts +0 -122
- package/script/src/api/subscription/_methods/spotState.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/spotState.js +0 -100
- package/script/src/api/subscription/_methods/spotState.js.map +0 -1
- package/script/src/api/subscription/_methods/trades.d.ts +0 -76
- package/script/src/api/subscription/_methods/trades.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/trades.js +0 -92
- package/script/src/api/subscription/_methods/trades.js.map +0 -1
- package/script/src/api/subscription/_methods/twapStates.d.ts +0 -107
- package/script/src/api/subscription/_methods/twapStates.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/twapStates.js +0 -106
- package/script/src/api/subscription/_methods/twapStates.js.map +0 -1
- package/script/src/api/subscription/_methods/userEvents.d.ts +0 -467
- package/script/src/api/subscription/_methods/userEvents.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/userEvents.js +0 -153
- package/script/src/api/subscription/_methods/userEvents.js.map +0 -1
- package/script/src/api/subscription/_methods/userFills.d.ts +0 -175
- package/script/src/api/subscription/_methods/userFills.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/userFills.js +0 -106
- package/script/src/api/subscription/_methods/userFills.js.map +0 -1
- package/script/src/api/subscription/_methods/userFundings.d.ts +0 -87
- package/script/src/api/subscription/_methods/userFundings.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/userFundings.js +0 -112
- package/script/src/api/subscription/_methods/userFundings.js.map +0 -1
- package/script/src/api/subscription/_methods/userHistoricalOrders.d.ts +0 -178
- package/script/src/api/subscription/_methods/userHistoricalOrders.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/userHistoricalOrders.js +0 -100
- package/script/src/api/subscription/_methods/userHistoricalOrders.js.map +0 -1
- package/script/src/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts +0 -609
- package/script/src/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/userNonFundingLedgerUpdates.js +0 -100
- package/script/src/api/subscription/_methods/userNonFundingLedgerUpdates.js.map +0 -1
- package/script/src/api/subscription/_methods/userTwapHistory.d.ts +0 -171
- package/script/src/api/subscription/_methods/userTwapHistory.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/userTwapHistory.js +0 -100
- package/script/src/api/subscription/_methods/userTwapHistory.js.map +0 -1
- package/script/src/api/subscription/_methods/userTwapSliceFills.d.ts +0 -168
- package/script/src/api/subscription/_methods/userTwapSliceFills.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/userTwapSliceFills.js +0 -100
- package/script/src/api/subscription/_methods/userTwapSliceFills.js.map +0 -1
- package/script/src/api/subscription/_methods/webData2.d.ts +0 -860
- package/script/src/api/subscription/_methods/webData2.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/webData2.js +0 -93
- package/script/src/api/subscription/_methods/webData2.js.map +0 -1
- package/script/src/api/subscription/_methods/webData3.d.ts +0 -126
- package/script/src/api/subscription/_methods/webData3.d.ts.map +0 -1
- package/script/src/api/subscription/_methods/webData3.js +0 -125
- package/script/src/api/subscription/_methods/webData3.js.map +0 -1
- package/script/src/api/subscription/client.d.ts +0 -145
- package/script/src/api/subscription/client.d.ts.map +0 -1
- package/script/src/api/subscription/client.js +0 -183
- package/script/src/api/subscription/client.js.map +0 -1
- package/script/src/api/subscription/mod.d.ts.map +0 -1
- package/script/src/api/subscription/mod.js.map +0 -1
- package/script/src/mod.d.ts.map +0 -1
- package/script/src/mod.js.map +0 -1
- package/script/src/signing/_abstractWallet.d.ts +0 -119
- package/script/src/signing/_abstractWallet.d.ts.map +0 -1
- package/script/src/signing/_abstractWallet.js +0 -195
- package/script/src/signing/_abstractWallet.js.map +0 -1
- package/script/src/signing/_privateKeySigner.d.ts +0 -37
- package/script/src/signing/_privateKeySigner.d.ts.map +0 -1
- package/script/src/signing/_privateKeySigner.js +0 -37
- package/script/src/signing/_privateKeySigner.js.map +0 -1
- package/script/src/signing/mod.d.ts +0 -277
- package/script/src/signing/mod.d.ts.map +0 -1
- package/script/src/signing/mod.js +0 -363
- package/script/src/signing/mod.js.map +0 -1
- package/script/src/transport/_base.d.ts +0 -51
- package/script/src/transport/_base.d.ts.map +0 -1
- package/script/src/transport/_base.js.map +0 -1
- package/script/src/transport/_polyfills.d.ts +0 -46
- package/script/src/transport/_polyfills.d.ts.map +0 -1
- package/script/src/transport/_polyfills.js +0 -57
- package/script/src/transport/_polyfills.js.map +0 -1
- package/script/src/transport/http/mod.d.ts +0 -111
- package/script/src/transport/http/mod.d.ts.map +0 -1
- package/script/src/transport/http/mod.js +0 -171
- package/script/src/transport/http/mod.js.map +0 -1
- package/script/src/transport/mod.d.ts.map +0 -1
- package/script/src/transport/mod.js.map +0 -1
- package/script/src/transport/websocket/_hyperliquidEventTarget.d.ts +0 -67
- package/script/src/transport/websocket/_hyperliquidEventTarget.d.ts.map +0 -1
- package/script/src/transport/websocket/_hyperliquidEventTarget.js +0 -96
- package/script/src/transport/websocket/_hyperliquidEventTarget.js.map +0 -1
- package/script/src/transport/websocket/_postRequest.d.ts +0 -42
- package/script/src/transport/websocket/_postRequest.d.ts.map +0 -1
- package/script/src/transport/websocket/_postRequest.js +0 -236
- package/script/src/transport/websocket/_postRequest.js.map +0 -1
- package/script/src/transport/websocket/_subscriptionManager.d.ts +0 -51
- package/script/src/transport/websocket/_subscriptionManager.d.ts.map +0 -1
- package/script/src/transport/websocket/_subscriptionManager.js +0 -154
- package/script/src/transport/websocket/_subscriptionManager.js.map +0 -1
- package/script/src/transport/websocket/mod.d.ts +0 -142
- package/script/src/transport/websocket/mod.d.ts.map +0 -1
- package/script/src/transport/websocket/mod.js +0 -204
- package/script/src/transport/websocket/mod.js.map +0 -1
- package/script/src/utils/_format.d.ts +0 -37
- package/script/src/utils/_format.d.ts.map +0 -1
- package/script/src/utils/_format.js +0 -178
- package/script/src/utils/_format.js.map +0 -1
- package/script/src/utils/_symbolConverter.d.ts +0 -96
- package/script/src/utils/_symbolConverter.d.ts.map +0 -1
- package/script/src/utils/_symbolConverter.js +0 -190
- package/script/src/utils/_symbolConverter.js.map +0 -1
- package/script/src/utils/mod.d.ts.map +0 -1
- package/script/src/utils/mod.js.map +0 -1
- package/src/bin/_utils.ts +0 -344
- package/src/bin/cli.ts +0 -346
- package/src/src/_base.ts +0 -7
- package/src/src/api/_schemas.ts +0 -110
- package/src/src/api/exchange/_methods/_base/_nonce.ts +0 -29
- package/src/src/api/exchange/_methods/_base/_semaphore.ts +0 -74
- package/src/src/api/exchange/_methods/_base/commonSchemas.ts +0 -84
- package/src/src/api/exchange/_methods/_base/errors.ts +0 -108
- package/src/src/api/exchange/_methods/_base/execute.ts +0 -350
- package/src/src/api/exchange/_methods/agentEnableDexAbstraction.ts +0 -108
- package/src/src/api/exchange/_methods/approveAgent.ts +0 -183
- package/src/src/api/exchange/_methods/approveBuilderFee.ts +0 -156
- package/src/src/api/exchange/_methods/batchModify.ts +0 -250
- package/src/src/api/exchange/_methods/borrowLend.ts +0 -133
- package/src/src/api/exchange/_methods/cDeposit.ts +0 -151
- package/src/src/api/exchange/_methods/cSignerAction.ts +0 -145
- package/src/src/api/exchange/_methods/cValidatorAction.ts +0 -252
- package/src/src/api/exchange/_methods/cWithdraw.ts +0 -151
- package/src/src/api/exchange/_methods/cancel.ts +0 -187
- package/src/src/api/exchange/_methods/cancelByCloid.ts +0 -149
- package/src/src/api/exchange/_methods/claimRewards.ts +0 -96
- package/src/src/api/exchange/_methods/convertToMultiSigUser.ts +0 -212
- package/src/src/api/exchange/_methods/createSubAccount.ts +0 -145
- package/src/src/api/exchange/_methods/createVault.ts +0 -168
- package/src/src/api/exchange/_methods/evmUserModify.ts +0 -126
- package/src/src/api/exchange/_methods/linkStakingUser.ts +0 -172
- package/src/src/api/exchange/_methods/modify.ts +0 -236
- package/src/src/api/exchange/_methods/noop.ts +0 -106
- package/src/src/api/exchange/_methods/order.ts +0 -353
- package/src/src/api/exchange/_methods/perpDeploy.ts +0 -539
- package/src/src/api/exchange/_methods/registerReferrer.ts +0 -120
- package/src/src/api/exchange/_methods/reserveRequestWeight.ts +0 -127
- package/src/src/api/exchange/_methods/scheduleCancel.ts +0 -153
- package/src/src/api/exchange/_methods/sendAsset.ts +0 -189
- package/src/src/api/exchange/_methods/setDisplayName.ts +0 -125
- package/src/src/api/exchange/_methods/setReferrer.ts +0 -120
- package/src/src/api/exchange/_methods/spotDeploy.ts +0 -369
- package/src/src/api/exchange/_methods/spotSend.ts +0 -166
- package/src/src/api/exchange/_methods/spotUser.ts +0 -124
- package/src/src/api/exchange/_methods/subAccountModify.ts +0 -125
- package/src/src/api/exchange/_methods/subAccountSpotTransfer.ts +0 -138
- package/src/src/api/exchange/_methods/subAccountTransfer.ts +0 -129
- package/src/src/api/exchange/_methods/tokenDelegate.ts +0 -163
- package/src/src/api/exchange/_methods/twapCancel.ts +0 -173
- package/src/src/api/exchange/_methods/twapOrder.ts +0 -222
- package/src/src/api/exchange/_methods/updateIsolatedMargin.ts +0 -141
- package/src/src/api/exchange/_methods/updateLeverage.ts +0 -142
- package/src/src/api/exchange/_methods/usdClassTransfer.ts +0 -156
- package/src/src/api/exchange/_methods/usdSend.ts +0 -156
- package/src/src/api/exchange/_methods/userDexAbstraction.ts +0 -158
- package/src/src/api/exchange/_methods/userPortfolioMargin.ts +0 -156
- package/src/src/api/exchange/_methods/validatorL1Stream.ts +0 -126
- package/src/src/api/exchange/_methods/vaultDistribute.ts +0 -129
- package/src/src/api/exchange/_methods/vaultModify.ts +0 -132
- package/src/src/api/exchange/_methods/vaultTransfer.ts +0 -137
- package/src/src/api/exchange/_methods/withdraw3.ts +0 -156
- package/src/src/api/exchange/client.ts +0 -864
- package/src/src/api/exchange/mod.ts +0 -89
- package/src/src/api/info/_methods/_base/commonSchemas.ts +0 -630
- package/src/src/api/info/_methods/_base/types.ts +0 -7
- package/src/src/api/info/_methods/activeAssetData.ts +0 -158
- package/src/src/api/info/_methods/alignedQuoteTokenInfo.ts +0 -117
- package/src/src/api/info/_methods/allBorrowLendReserveStates.ts +0 -82
- package/src/src/api/info/_methods/allMids.ts +0 -99
- package/src/src/api/info/_methods/allPerpMetas.ts +0 -72
- package/src/src/api/info/_methods/blockDetails.ts +0 -129
- package/src/src/api/info/_methods/borrowLendReserveState.ts +0 -131
- package/src/src/api/info/_methods/borrowLendUserState.ts +0 -144
- package/src/src/api/info/_methods/candleSnapshot.ts +0 -164
- package/src/src/api/info/_methods/clearinghouseState.ts +0 -286
- package/src/src/api/info/_methods/delegations.ts +0 -108
- package/src/src/api/info/_methods/delegatorHistory.ts +0 -164
- package/src/src/api/info/_methods/delegatorRewards.ts +0 -108
- package/src/src/api/info/_methods/delegatorSummary.ts +0 -111
- package/src/src/api/info/_methods/exchangeStatus.ts +0 -83
- package/src/src/api/info/_methods/extraAgents.ts +0 -105
- package/src/src/api/info/_methods/frontendOpenOrders.ts +0 -96
- package/src/src/api/info/_methods/fundingHistory.ts +0 -123
- package/src/src/api/info/_methods/gossipRootIps.ts +0 -70
- package/src/src/api/info/_methods/historicalOrders.ts +0 -171
- package/src/src/api/info/_methods/isVip.ts +0 -86
- package/src/src/api/info/_methods/l2Book.ts +0 -141
- package/src/src/api/info/_methods/leadingVaults.ts +0 -99
- package/src/src/api/info/_methods/legalCheck.ts +0 -102
- package/src/src/api/info/_methods/liquidatable.ts +0 -70
- package/src/src/api/info/_methods/marginTable.ts +0 -113
- package/src/src/api/info/_methods/maxBuilderFee.ts +0 -97
- package/src/src/api/info/_methods/maxMarketOrderNtls.ts +0 -74
- package/src/src/api/info/_methods/meta.ts +0 -170
- package/src/src/api/info/_methods/metaAndAssetCtxs.ts +0 -102
- package/src/src/api/info/_methods/openOrders.ts +0 -96
- package/src/src/api/info/_methods/orderStatus.ts +0 -200
- package/src/src/api/info/_methods/perpDeployAuctionStatus.ts +0 -102
- package/src/src/api/info/_methods/perpDexLimits.ts +0 -113
- package/src/src/api/info/_methods/perpDexStatus.ts +0 -93
- package/src/src/api/info/_methods/perpDexs.ts +0 -145
- package/src/src/api/info/_methods/perpsAtOpenInterestCap.ts +0 -97
- package/src/src/api/info/_methods/portfolio.ts +0 -124
- package/src/src/api/info/_methods/preTransferCheck.ts +0 -112
- package/src/src/api/info/_methods/predictedFundings.ts +0 -108
- package/src/src/api/info/_methods/recentTrades.ts +0 -130
- package/src/src/api/info/_methods/referral.ts +0 -309
- package/src/src/api/info/_methods/spotClearinghouseState.ts +0 -154
- package/src/src/api/info/_methods/spotDeployState.ts +0 -176
- package/src/src/api/info/_methods/spotMeta.ts +0 -212
- package/src/src/api/info/_methods/spotMetaAndAssetCtxs.ts +0 -80
- package/src/src/api/info/_methods/spotPairDeployAuctionStatus.ts +0 -76
- package/src/src/api/info/_methods/subAccounts.ts +0 -123
- package/src/src/api/info/_methods/subAccounts2.ts +0 -121
- package/src/src/api/info/_methods/tokenDetails.ts +0 -190
- package/src/src/api/info/_methods/twapHistory.ts +0 -142
- package/src/src/api/info/_methods/txDetails.ts +0 -98
- package/src/src/api/info/_methods/userBorrowLendInterest.ts +0 -122
- package/src/src/api/info/_methods/userDetails.ts +0 -97
- package/src/src/api/info/_methods/userDexAbstraction.ts +0 -90
- package/src/src/api/info/_methods/userFees.ts +0 -326
- package/src/src/api/info/_methods/userFills.ts +0 -130
- package/src/src/api/info/_methods/userFillsByTime.ts +0 -106
- package/src/src/api/info/_methods/userFunding.ts +0 -150
- package/src/src/api/info/_methods/userNonFundingLedgerUpdates.ts +0 -615
- package/src/src/api/info/_methods/userRateLimit.ts +0 -111
- package/src/src/api/info/_methods/userRole.ts +0 -134
- package/src/src/api/info/_methods/userToMultiSigSigners.ts +0 -101
- package/src/src/api/info/_methods/userTwapSliceFills.ts +0 -104
- package/src/src/api/info/_methods/userTwapSliceFillsByTime.ts +0 -103
- package/src/src/api/info/_methods/userVaultEquities.ts +0 -108
- package/src/src/api/info/_methods/validatorL1Votes.ts +0 -99
- package/src/src/api/info/_methods/validatorSummaries.ts +0 -159
- package/src/src/api/info/_methods/vaultDetails.ts +0 -254
- package/src/src/api/info/_methods/vaultSummaries.ts +0 -111
- package/src/src/api/info/_methods/webData2.ts +0 -179
- package/src/src/api/info/client.ts +0 -908
- package/src/src/api/info/mod.ts +0 -97
- package/src/src/api/subscription/_methods/activeAssetCtx.ts +0 -98
- package/src/src/api/subscription/_methods/activeAssetData.ts +0 -93
- package/src/src/api/subscription/_methods/activeSpotAssetCtx.ts +0 -97
- package/src/src/api/subscription/_methods/allDexsAssetCtxs.ts +0 -87
- package/src/src/api/subscription/_methods/allDexsClearinghouseState.ts +0 -107
- package/src/src/api/subscription/_methods/allMids.ts +0 -113
- package/src/src/api/subscription/_methods/assetCtxs.ts +0 -113
- package/src/src/api/subscription/_methods/bbo.ts +0 -126
- package/src/src/api/subscription/_methods/candle.ts +0 -143
- package/src/src/api/subscription/_methods/clearinghouseState.ts +0 -113
- package/src/src/api/subscription/_methods/explorerBlock.ts +0 -103
- package/src/src/api/subscription/_methods/explorerTxs.ts +0 -73
- package/src/src/api/subscription/_methods/l2Book.ts +0 -141
- package/src/src/api/subscription/_methods/notification.ts +0 -91
- package/src/src/api/subscription/_methods/openOrders.ts +0 -113
- package/src/src/api/subscription/_methods/orderUpdates.ts +0 -166
- package/src/src/api/subscription/_methods/spotAssetCtxs.ts +0 -75
- package/src/src/api/subscription/_methods/spotState.ts +0 -104
- package/src/src/api/subscription/_methods/trades.ts +0 -87
- package/src/src/api/subscription/_methods/twapStates.ts +0 -113
- package/src/src/api/subscription/_methods/userEvents.ts +0 -203
- package/src/src/api/subscription/_methods/userFills.ts +0 -113
- package/src/src/api/subscription/_methods/userFundings.ts +0 -136
- package/src/src/api/subscription/_methods/userHistoricalOrders.ts +0 -104
- package/src/src/api/subscription/_methods/userNonFundingLedgerUpdates.ts +0 -107
- package/src/src/api/subscription/_methods/userTwapHistory.ts +0 -104
- package/src/src/api/subscription/_methods/userTwapSliceFills.ts +0 -104
- package/src/src/api/subscription/_methods/webData2.ts +0 -88
- package/src/src/api/subscription/_methods/webData3.ts +0 -164
- package/src/src/api/subscription/client.ts +0 -441
- package/src/src/signing/_abstractWallet.ts +0 -315
- package/src/src/signing/_privateKeySigner.ts +0 -56
- package/src/src/signing/mod.ts +0 -454
- package/src/src/transport/_base.ts +0 -57
- package/src/src/transport/_polyfills.ts +0 -62
- package/src/src/transport/http/mod.ts +0 -205
- package/src/src/transport/websocket/_hyperliquidEventTarget.ts +0 -131
- package/src/src/transport/websocket/_postRequest.ts +0 -292
- package/src/src/transport/websocket/_subscriptionManager.ts +0 -195
- package/src/src/transport/websocket/mod.ts +0 -278
- package/src/src/utils/_format.ts +0 -192
- package/src/src/utils/_symbolConverter.ts +0 -223
- /package/esm/{src/api → api}/subscription/_methods/_types.d.ts +0 -0
- /package/esm/{src/api → api}/subscription/_methods/_types.js +0 -0
- /package/esm/{src/api → api}/subscription/mod.d.ts +0 -0
- /package/esm/{src/api → api}/subscription/mod.js +0 -0
- /package/esm/deps/jsr.io/@std/async/{1.1.0 → 1.1.1}/unstable_semaphore.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/async/{1.1.0 → 1.1.1}/unstable_semaphore.js +0 -0
- /package/esm/{src/mod.d.ts → mod.d.ts} +0 -0
- /package/esm/{src/mod.js → mod.js} +0 -0
- /package/esm/{src/transport → transport}/_base.js +0 -0
- /package/esm/{src/transport → transport}/mod.d.ts +0 -0
- /package/esm/{src/transport → transport}/mod.js +0 -0
- /package/esm/{src/utils → utils}/mod.d.ts +0 -0
- /package/esm/{src/utils → utils}/mod.js +0 -0
- /package/script/{src/api → api}/subscription/_methods/_types.d.ts +0 -0
- /package/script/{src/api → api}/subscription/_methods/_types.js +0 -0
- /package/script/{src/api → api}/subscription/mod.d.ts +0 -0
- /package/script/{src/api → api}/subscription/mod.js +0 -0
- /package/script/deps/jsr.io/@std/async/{1.1.0 → 1.1.1}/unstable_semaphore.d.ts +0 -0
- /package/script/deps/jsr.io/@std/async/{1.1.0 → 1.1.1}/unstable_semaphore.js +0 -0
- /package/script/{src/mod.d.ts → mod.d.ts} +0 -0
- /package/script/{src/mod.js → mod.js} +0 -0
- /package/script/{src/transport → transport}/_base.js +0 -0
- /package/script/{src/transport → transport}/mod.d.ts +0 -0
- /package/script/{src/transport → transport}/mod.js +0 -0
- /package/script/{src/utils → utils}/mod.d.ts +0 -0
- /package/script/{src/utils → utils}/mod.js +0 -0
- /package/src/{src/api → api}/subscription/_methods/_types.ts +0 -0
- /package/src/{src/api → api}/subscription/mod.ts +0 -0
- /package/src/deps/jsr.io/@std/async/{1.1.0 → 1.1.1}/unstable_semaphore.ts +0 -0
- /package/src/{src/mod.ts → mod.ts} +0 -0
- /package/src/{src/transport → transport}/mod.ts +0 -0
- /package/src/{src/utils → utils}/mod.ts +0 -0
|
@@ -0,0 +1,1664 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Client for the Hyperliquid Exchange API endpoint.
|
|
3
|
+
* @module
|
|
4
|
+
*/
|
|
5
|
+
import type { ExchangeConfig, ExchangeSingleWalletConfig } from "./_methods/_base/execute.js";
|
|
6
|
+
import { type AgentEnableDexAbstractionOptions, type AgentEnableDexAbstractionSuccessResponse } from "./_methods/agentEnableDexAbstraction.js";
|
|
7
|
+
import { type AgentSetAbstractionOptions, type AgentSetAbstractionParameters, type AgentSetAbstractionSuccessResponse } from "./_methods/agentSetAbstraction.js";
|
|
8
|
+
import { type ApproveAgentOptions, type ApproveAgentParameters, type ApproveAgentSuccessResponse } from "./_methods/approveAgent.js";
|
|
9
|
+
import { type ApproveBuilderFeeOptions, type ApproveBuilderFeeParameters, type ApproveBuilderFeeSuccessResponse } from "./_methods/approveBuilderFee.js";
|
|
10
|
+
import { type BatchModifyOptions, type BatchModifyParameters, type BatchModifySuccessResponse } from "./_methods/batchModify.js";
|
|
11
|
+
import { type BorrowLendOptions, type BorrowLendParameters, type BorrowLendSuccessResponse } from "./_methods/borrowLend.js";
|
|
12
|
+
import { type CancelOptions, type CancelParameters, type CancelSuccessResponse } from "./_methods/cancel.js";
|
|
13
|
+
import { type CancelByCloidOptions, type CancelByCloidParameters, type CancelByCloidSuccessResponse } from "./_methods/cancelByCloid.js";
|
|
14
|
+
import { type CDepositOptions, type CDepositParameters, type CDepositSuccessResponse } from "./_methods/cDeposit.js";
|
|
15
|
+
import { type ClaimRewardsOptions, type ClaimRewardsSuccessResponse } from "./_methods/claimRewards.js";
|
|
16
|
+
import { type ConvertToMultiSigUserOptions, type ConvertToMultiSigUserParameters, type ConvertToMultiSigUserSuccessResponse } from "./_methods/convertToMultiSigUser.js";
|
|
17
|
+
import { type CreateSubAccountOptions, type CreateSubAccountParameters, type CreateSubAccountSuccessResponse } from "./_methods/createSubAccount.js";
|
|
18
|
+
import { type CreateVaultOptions, type CreateVaultParameters, type CreateVaultSuccessResponse } from "./_methods/createVault.js";
|
|
19
|
+
import { type CSignerActionOptions, type CSignerActionParameters, type CSignerActionSuccessResponse } from "./_methods/cSignerAction.js";
|
|
20
|
+
import { type CValidatorActionOptions, type CValidatorActionParameters, type CValidatorActionSuccessResponse } from "./_methods/cValidatorAction.js";
|
|
21
|
+
import { type CWithdrawOptions, type CWithdrawParameters, type CWithdrawSuccessResponse } from "./_methods/cWithdraw.js";
|
|
22
|
+
import { type EvmUserModifyOptions, type EvmUserModifyParameters, type EvmUserModifySuccessResponse } from "./_methods/evmUserModify.js";
|
|
23
|
+
import { type LinkStakingUserOptions, type LinkStakingUserParameters, type LinkStakingUserSuccessResponse } from "./_methods/linkStakingUser.js";
|
|
24
|
+
import { type ModifyOptions, type ModifyParameters, type ModifySuccessResponse } from "./_methods/modify.js";
|
|
25
|
+
import { type NoopOptions, type NoopSuccessResponse } from "./_methods/noop.js";
|
|
26
|
+
import { type OrderOptions, type OrderParameters, type OrderSuccessResponse } from "./_methods/order.js";
|
|
27
|
+
import { type PerpDeployOptions, type PerpDeployParameters, type PerpDeploySuccessResponse } from "./_methods/perpDeploy.js";
|
|
28
|
+
import { type RegisterReferrerOptions, type RegisterReferrerParameters, type RegisterReferrerSuccessResponse } from "./_methods/registerReferrer.js";
|
|
29
|
+
import { type ReserveRequestWeightOptions, type ReserveRequestWeightParameters, type ReserveRequestWeightSuccessResponse } from "./_methods/reserveRequestWeight.js";
|
|
30
|
+
import { type ScheduleCancelOptions, type ScheduleCancelParameters, type ScheduleCancelSuccessResponse } from "./_methods/scheduleCancel.js";
|
|
31
|
+
import { type SendAssetOptions, type SendAssetParameters, type SendAssetSuccessResponse } from "./_methods/sendAsset.js";
|
|
32
|
+
import { type SendToEvmWithDataOptions, type SendToEvmWithDataParameters, type SendToEvmWithDataSuccessResponse } from "./_methods/sendToEvmWithData.js";
|
|
33
|
+
import { type SetDisplayNameOptions, type SetDisplayNameParameters, type SetDisplayNameSuccessResponse } from "./_methods/setDisplayName.js";
|
|
34
|
+
import { type SetReferrerOptions, type SetReferrerParameters, type SetReferrerSuccessResponse } from "./_methods/setReferrer.js";
|
|
35
|
+
import { type SpotDeployOptions, type SpotDeployParameters, type SpotDeploySuccessResponse } from "./_methods/spotDeploy.js";
|
|
36
|
+
import { type SpotSendOptions, type SpotSendParameters, type SpotSendSuccessResponse } from "./_methods/spotSend.js";
|
|
37
|
+
import { type SpotUserOptions, type SpotUserParameters, type SpotUserSuccessResponse } from "./_methods/spotUser.js";
|
|
38
|
+
import { type SubAccountModifyOptions, type SubAccountModifyParameters, type SubAccountModifySuccessResponse } from "./_methods/subAccountModify.js";
|
|
39
|
+
import { type SubAccountSpotTransferOptions, type SubAccountSpotTransferParameters, type SubAccountSpotTransferSuccessResponse } from "./_methods/subAccountSpotTransfer.js";
|
|
40
|
+
import { type SubAccountTransferOptions, type SubAccountTransferParameters, type SubAccountTransferSuccessResponse } from "./_methods/subAccountTransfer.js";
|
|
41
|
+
import { type TokenDelegateOptions, type TokenDelegateParameters, type TokenDelegateSuccessResponse } from "./_methods/tokenDelegate.js";
|
|
42
|
+
import { type TopUpIsolatedOnlyMarginOptions, type TopUpIsolatedOnlyMarginParameters, type TopUpIsolatedOnlyMarginSuccessResponse } from "./_methods/topUpIsolatedOnlyMargin.js";
|
|
43
|
+
import { type TwapCancelOptions, type TwapCancelParameters, type TwapCancelSuccessResponse } from "./_methods/twapCancel.js";
|
|
44
|
+
import { type TwapOrderOptions, type TwapOrderParameters, type TwapOrderSuccessResponse } from "./_methods/twapOrder.js";
|
|
45
|
+
import { type UpdateIsolatedMarginOptions, type UpdateIsolatedMarginParameters, type UpdateIsolatedMarginSuccessResponse } from "./_methods/updateIsolatedMargin.js";
|
|
46
|
+
import { type UpdateLeverageOptions, type UpdateLeverageParameters, type UpdateLeverageSuccessResponse } from "./_methods/updateLeverage.js";
|
|
47
|
+
import { type UsdClassTransferOptions, type UsdClassTransferParameters, type UsdClassTransferSuccessResponse } from "./_methods/usdClassTransfer.js";
|
|
48
|
+
import { type UsdSendOptions, type UsdSendParameters, type UsdSendSuccessResponse } from "./_methods/usdSend.js";
|
|
49
|
+
import { type UserDexAbstractionOptions, type UserDexAbstractionParameters, type UserDexAbstractionSuccessResponse } from "./_methods/userDexAbstraction.js";
|
|
50
|
+
import { type UserPortfolioMarginOptions, type UserPortfolioMarginParameters, type UserPortfolioMarginSuccessResponse } from "./_methods/userPortfolioMargin.js";
|
|
51
|
+
import { type UserSetAbstractionOptions, type UserSetAbstractionParameters, type UserSetAbstractionSuccessResponse } from "./_methods/userSetAbstraction.js";
|
|
52
|
+
import { type ValidatorL1StreamOptions, type ValidatorL1StreamParameters, type ValidatorL1StreamSuccessResponse } from "./_methods/validatorL1Stream.js";
|
|
53
|
+
import { type VaultDistributeOptions, type VaultDistributeParameters, type VaultDistributeSuccessResponse } from "./_methods/vaultDistribute.js";
|
|
54
|
+
import { type VaultModifyOptions, type VaultModifyParameters, type VaultModifySuccessResponse } from "./_methods/vaultModify.js";
|
|
55
|
+
import { type VaultTransferOptions, type VaultTransferParameters, type VaultTransferSuccessResponse } from "./_methods/vaultTransfer.js";
|
|
56
|
+
import { type Withdraw3Options, type Withdraw3Parameters, type Withdraw3SuccessResponse } from "./_methods/withdraw3.js";
|
|
57
|
+
/**
|
|
58
|
+
* Execute actions: place orders, cancel orders, transfer funds, etc.
|
|
59
|
+
*
|
|
60
|
+
* Corresponds to the {@link https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint | Exchange endpoint}.
|
|
61
|
+
*/
|
|
62
|
+
export declare class ExchangeClient<C extends ExchangeConfig = ExchangeSingleWalletConfig> {
|
|
63
|
+
config_: C;
|
|
64
|
+
/**
|
|
65
|
+
* Creates an instance of the ExchangeClient.
|
|
66
|
+
*
|
|
67
|
+
* @param config Configuration for Exchange API requests. See {@link ExchangeConfig}.
|
|
68
|
+
*
|
|
69
|
+
* @example [viem](https://viem.sh/docs/clients/wallet#local-accounts-private-key-mnemonic-etc)
|
|
70
|
+
* ```ts
|
|
71
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
72
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
73
|
+
*
|
|
74
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
75
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
76
|
+
*
|
|
77
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
78
|
+
* ```
|
|
79
|
+
*
|
|
80
|
+
* @example [ethers.js](https://docs.ethers.org/v6/api/wallet/#Wallet)
|
|
81
|
+
* ```ts
|
|
82
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
83
|
+
* import { ethers } from "npm:ethers";
|
|
84
|
+
*
|
|
85
|
+
* const wallet = new ethers.Wallet("0x...");
|
|
86
|
+
* const transport = new hl.HttpTransport();
|
|
87
|
+
*
|
|
88
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
89
|
+
* ```
|
|
90
|
+
*
|
|
91
|
+
* @example Multi-sig
|
|
92
|
+
* ```ts
|
|
93
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
94
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
95
|
+
* import { ethers } from "npm:ethers";
|
|
96
|
+
*
|
|
97
|
+
* const signer1 = privateKeyToAccount("0x...");
|
|
98
|
+
* const signer2 = new ethers.Wallet("0x...");
|
|
99
|
+
* // ... and more signers
|
|
100
|
+
*
|
|
101
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
102
|
+
*
|
|
103
|
+
* const client = new hl.ExchangeClient({
|
|
104
|
+
* transport,
|
|
105
|
+
* signers: [signer1, signer2],
|
|
106
|
+
* multiSigUser: "0x...",
|
|
107
|
+
* });
|
|
108
|
+
* ```
|
|
109
|
+
*/
|
|
110
|
+
constructor(config: C);
|
|
111
|
+
/**
|
|
112
|
+
* Enable HIP-3 DEX abstraction.
|
|
113
|
+
*
|
|
114
|
+
* @param opts Request execution options.
|
|
115
|
+
* @return Successful response without specific data.
|
|
116
|
+
*
|
|
117
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
118
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
119
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
120
|
+
*
|
|
121
|
+
* @example
|
|
122
|
+
* ```ts
|
|
123
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
124
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
125
|
+
*
|
|
126
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
127
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
128
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
129
|
+
*
|
|
130
|
+
* await client.agentEnableDexAbstraction();
|
|
131
|
+
* ```
|
|
132
|
+
*
|
|
133
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#enable-hip-3-dex-abstraction-agent
|
|
134
|
+
*
|
|
135
|
+
* @deprecated Use {@link agentSetAbstraction} instead.
|
|
136
|
+
*/
|
|
137
|
+
agentEnableDexAbstraction(opts?: AgentEnableDexAbstractionOptions): Promise<AgentEnableDexAbstractionSuccessResponse>;
|
|
138
|
+
/**
|
|
139
|
+
* Set User abstraction mode (method for agent wallet).
|
|
140
|
+
*
|
|
141
|
+
* @param params Parameters specific to the API request.
|
|
142
|
+
* @param opts Request execution options.
|
|
143
|
+
* @return Successful response without specific data.
|
|
144
|
+
*
|
|
145
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
146
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
147
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
148
|
+
*
|
|
149
|
+
* @example
|
|
150
|
+
* ```ts
|
|
151
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
152
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
153
|
+
*
|
|
154
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
155
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
156
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
157
|
+
*
|
|
158
|
+
* await client.agentSetAbstraction({ abstraction: "u" });
|
|
159
|
+
* ```
|
|
160
|
+
*
|
|
161
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#set-user-abstraction-agent
|
|
162
|
+
*/
|
|
163
|
+
agentSetAbstraction(params: AgentSetAbstractionParameters, opts?: AgentSetAbstractionOptions): Promise<AgentSetAbstractionSuccessResponse>;
|
|
164
|
+
/**
|
|
165
|
+
* Approve an agent to sign on behalf of the master account.
|
|
166
|
+
*
|
|
167
|
+
* @param params Parameters specific to the API request.
|
|
168
|
+
* @param opts Request execution options.
|
|
169
|
+
* @return Successful response without specific data.
|
|
170
|
+
*
|
|
171
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
172
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
173
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
174
|
+
*
|
|
175
|
+
* @example Basic usage
|
|
176
|
+
* ```ts
|
|
177
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
178
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
179
|
+
*
|
|
180
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
181
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
182
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
183
|
+
*
|
|
184
|
+
* await client.approveAgent({ agentAddress: "0x...", agentName: "myAgent" });
|
|
185
|
+
* ```
|
|
186
|
+
* @example With expiration timestamp
|
|
187
|
+
* ```ts
|
|
188
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
189
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
190
|
+
*
|
|
191
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
192
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
193
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
194
|
+
*
|
|
195
|
+
* const expirationTimestamp = Date.now() + 24 * 60 * 60 * 1000;
|
|
196
|
+
* await client.approveAgent({
|
|
197
|
+
* agentAddress: "0x...",
|
|
198
|
+
* agentName: `myAgent valid_until ${expirationTimestamp}`,
|
|
199
|
+
* });
|
|
200
|
+
* ```
|
|
201
|
+
*
|
|
202
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#approve-an-api-wallet
|
|
203
|
+
*/
|
|
204
|
+
approveAgent(params: ApproveAgentParameters, opts?: ApproveAgentOptions): Promise<ApproveAgentSuccessResponse>;
|
|
205
|
+
/**
|
|
206
|
+
* Approve a maximum fee rate for a builder.
|
|
207
|
+
*
|
|
208
|
+
* @param params Parameters specific to the API request.
|
|
209
|
+
* @param opts Request execution options.
|
|
210
|
+
* @return Successful response without specific data.
|
|
211
|
+
*
|
|
212
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
213
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
214
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
215
|
+
*
|
|
216
|
+
* @example
|
|
217
|
+
* ```ts
|
|
218
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
219
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
220
|
+
*
|
|
221
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
222
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
223
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
224
|
+
*
|
|
225
|
+
* await client.approveBuilderFee({ maxFeeRate: "0.01%", builder: "0x..." });
|
|
226
|
+
* ```
|
|
227
|
+
*
|
|
228
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#approve-a-builder-fee
|
|
229
|
+
*/
|
|
230
|
+
approveBuilderFee(params: ApproveBuilderFeeParameters, opts?: ApproveBuilderFeeOptions): Promise<ApproveBuilderFeeSuccessResponse>;
|
|
231
|
+
/**
|
|
232
|
+
* Modify multiple orders.
|
|
233
|
+
*
|
|
234
|
+
* @param params Parameters specific to the API request.
|
|
235
|
+
* @param opts Request execution options.
|
|
236
|
+
* @return Successful variant of {@link OrderResponse} without error statuses.
|
|
237
|
+
*
|
|
238
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
239
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
240
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
241
|
+
*
|
|
242
|
+
* @example
|
|
243
|
+
* ```ts
|
|
244
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
245
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
246
|
+
*
|
|
247
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
248
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
249
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
250
|
+
*
|
|
251
|
+
* const data = await client.batchModify({
|
|
252
|
+
* modifies: [
|
|
253
|
+
* {
|
|
254
|
+
* oid: 123,
|
|
255
|
+
* order: {
|
|
256
|
+
* a: 0,
|
|
257
|
+
* b: true,
|
|
258
|
+
* p: "31000",
|
|
259
|
+
* s: "0.2",
|
|
260
|
+
* r: false,
|
|
261
|
+
* t: { limit: { tif: "Gtc" } },
|
|
262
|
+
* },
|
|
263
|
+
* },
|
|
264
|
+
* ],
|
|
265
|
+
* });
|
|
266
|
+
* ```
|
|
267
|
+
*
|
|
268
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#modify-multiple-orders
|
|
269
|
+
*/
|
|
270
|
+
batchModify(params: BatchModifyParameters, opts?: BatchModifyOptions): Promise<BatchModifySuccessResponse>;
|
|
271
|
+
/**
|
|
272
|
+
* Borrow or lend assets.
|
|
273
|
+
*
|
|
274
|
+
* @param params Parameters specific to the API request.
|
|
275
|
+
* @param opts Request execution options.
|
|
276
|
+
* @return Successful response without specific data.
|
|
277
|
+
*
|
|
278
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
279
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
280
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
281
|
+
*
|
|
282
|
+
* @example
|
|
283
|
+
* ```ts
|
|
284
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
285
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
286
|
+
*
|
|
287
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
288
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
289
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
290
|
+
*
|
|
291
|
+
* await client.borrowLend({ operation: "supply", token: 0, amount: "20" });
|
|
292
|
+
* ```
|
|
293
|
+
*
|
|
294
|
+
* @see null
|
|
295
|
+
*/
|
|
296
|
+
borrowLend(params: BorrowLendParameters, opts?: BorrowLendOptions): Promise<BorrowLendSuccessResponse>;
|
|
297
|
+
/**
|
|
298
|
+
* Cancel order(s).
|
|
299
|
+
*
|
|
300
|
+
* @param params Parameters specific to the API request.
|
|
301
|
+
* @param opts Request execution options.
|
|
302
|
+
* @return Successful variant of {@link CancelResponse} without error statuses.
|
|
303
|
+
*
|
|
304
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
305
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
306
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
307
|
+
*
|
|
308
|
+
* @example
|
|
309
|
+
* ```ts
|
|
310
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
311
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
312
|
+
*
|
|
313
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
314
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
315
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
316
|
+
*
|
|
317
|
+
* await client.cancel({ cancels: [{ a: 0, o: 123 }] });
|
|
318
|
+
* ```
|
|
319
|
+
*
|
|
320
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#cancel-order-s
|
|
321
|
+
*/
|
|
322
|
+
cancel(params: CancelParameters, opts?: CancelOptions): Promise<CancelSuccessResponse>;
|
|
323
|
+
/**
|
|
324
|
+
* Cancel order(s) by cloid.
|
|
325
|
+
*
|
|
326
|
+
* @param params Parameters specific to the API request.
|
|
327
|
+
* @param opts Request execution options.
|
|
328
|
+
* @return Successful variant of {@link CancelResponse} without error statuses.
|
|
329
|
+
*
|
|
330
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
331
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
332
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
333
|
+
*
|
|
334
|
+
* @example
|
|
335
|
+
* ```ts
|
|
336
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
337
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
338
|
+
*
|
|
339
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
340
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
341
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
342
|
+
*
|
|
343
|
+
* await client.cancelByCloid({
|
|
344
|
+
* cancels: [
|
|
345
|
+
* { asset: 0, cloid: "0x..." },
|
|
346
|
+
* ],
|
|
347
|
+
* });
|
|
348
|
+
* ```
|
|
349
|
+
*
|
|
350
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#cancel-order-s-by-cloid
|
|
351
|
+
*/
|
|
352
|
+
cancelByCloid(params: CancelByCloidParameters, opts?: CancelByCloidOptions): Promise<CancelByCloidSuccessResponse>;
|
|
353
|
+
/**
|
|
354
|
+
* Transfer native token from the user spot account into staking for delegating to validators.
|
|
355
|
+
*
|
|
356
|
+
* @param params Parameters specific to the API request.
|
|
357
|
+
* @param opts Request execution options.
|
|
358
|
+
* @return Successful response without specific data.
|
|
359
|
+
*
|
|
360
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
361
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
362
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
363
|
+
*
|
|
364
|
+
* @example
|
|
365
|
+
* ```ts
|
|
366
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
367
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
368
|
+
*
|
|
369
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
370
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
371
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
372
|
+
*
|
|
373
|
+
* await client.cDeposit({ wei: 1 * 1e8 });
|
|
374
|
+
* ```
|
|
375
|
+
*
|
|
376
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#deposit-into-staking
|
|
377
|
+
*/
|
|
378
|
+
cDeposit(params: CDepositParameters, opts?: CDepositOptions): Promise<CDepositSuccessResponse>;
|
|
379
|
+
/**
|
|
380
|
+
* Claim rewards from referral program.
|
|
381
|
+
*
|
|
382
|
+
* @param opts Request execution options.
|
|
383
|
+
* @return Successful response without specific data.
|
|
384
|
+
*
|
|
385
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
386
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
387
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
388
|
+
*
|
|
389
|
+
* @example
|
|
390
|
+
* ```ts
|
|
391
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
392
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
393
|
+
*
|
|
394
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
395
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
396
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
397
|
+
*
|
|
398
|
+
* await client.claimRewards();
|
|
399
|
+
* ```
|
|
400
|
+
*
|
|
401
|
+
* @see null
|
|
402
|
+
*/
|
|
403
|
+
claimRewards(opts?: ClaimRewardsOptions): Promise<ClaimRewardsSuccessResponse>;
|
|
404
|
+
/**
|
|
405
|
+
* Convert a single-signature account to a multi-signature account or vice versa.
|
|
406
|
+
*
|
|
407
|
+
* @param params Parameters specific to the API request.
|
|
408
|
+
* @param opts Request execution options.
|
|
409
|
+
* @return Successful response without specific data.
|
|
410
|
+
*
|
|
411
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
412
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
413
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
414
|
+
*
|
|
415
|
+
* @example Convert to multi-sig
|
|
416
|
+
* ```ts
|
|
417
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
418
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
419
|
+
*
|
|
420
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
421
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
422
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
423
|
+
*
|
|
424
|
+
* await client.convertToMultiSigUser({
|
|
425
|
+
* signers: {
|
|
426
|
+
* authorizedUsers: ["0x...", "0x...", "0x..."],
|
|
427
|
+
* threshold: 2,
|
|
428
|
+
* },
|
|
429
|
+
* });
|
|
430
|
+
* ```
|
|
431
|
+
*
|
|
432
|
+
* @example Convert to single-sig
|
|
433
|
+
* ```ts
|
|
434
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
435
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
436
|
+
*
|
|
437
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
438
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
439
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
440
|
+
*
|
|
441
|
+
* await client.convertToMultiSigUser({ signers: null });
|
|
442
|
+
* ```
|
|
443
|
+
*
|
|
444
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/hypercore/multi-sig
|
|
445
|
+
*/
|
|
446
|
+
convertToMultiSigUser(params: ConvertToMultiSigUserParameters, opts?: ConvertToMultiSigUserOptions): Promise<ConvertToMultiSigUserSuccessResponse>;
|
|
447
|
+
/**
|
|
448
|
+
* Create a sub-account.
|
|
449
|
+
*
|
|
450
|
+
* @param params Parameters specific to the API request.
|
|
451
|
+
* @param opts Request execution options.
|
|
452
|
+
* @return Response for creating a sub-account.
|
|
453
|
+
*
|
|
454
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
455
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
456
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
457
|
+
*
|
|
458
|
+
* @example
|
|
459
|
+
* ```ts
|
|
460
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
461
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
462
|
+
*
|
|
463
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
464
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
465
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
466
|
+
*
|
|
467
|
+
* const data = await client.createSubAccount({ name: "..." });
|
|
468
|
+
* ```
|
|
469
|
+
*
|
|
470
|
+
* @see null
|
|
471
|
+
*/
|
|
472
|
+
createSubAccount(params: CreateSubAccountParameters, opts?: CreateSubAccountOptions): Promise<CreateSubAccountSuccessResponse>;
|
|
473
|
+
/**
|
|
474
|
+
* Create a vault.
|
|
475
|
+
*
|
|
476
|
+
* @param params Parameters specific to the API request.
|
|
477
|
+
* @param opts Request execution options.
|
|
478
|
+
* @return Response for creating a vault.
|
|
479
|
+
*
|
|
480
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
481
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
482
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
483
|
+
*
|
|
484
|
+
* @example
|
|
485
|
+
* ```ts
|
|
486
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
487
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
488
|
+
*
|
|
489
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
490
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
491
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
492
|
+
*
|
|
493
|
+
* const data = await client.createVault({
|
|
494
|
+
* name: "...",
|
|
495
|
+
* description: "...",
|
|
496
|
+
* initialUsd: 100 * 1e6,
|
|
497
|
+
* nonce: Date.now(),
|
|
498
|
+
* });
|
|
499
|
+
* ```
|
|
500
|
+
*
|
|
501
|
+
* @see null
|
|
502
|
+
*/
|
|
503
|
+
createVault(params: CreateVaultParameters, opts?: CreateVaultOptions): Promise<CreateVaultSuccessResponse>;
|
|
504
|
+
/**
|
|
505
|
+
* Jail or unjail self as a validator signer.
|
|
506
|
+
*
|
|
507
|
+
* @param params Parameters specific to the API request.
|
|
508
|
+
* @param opts Request execution options.
|
|
509
|
+
* @return Successful response without specific data.
|
|
510
|
+
*
|
|
511
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
512
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
513
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
514
|
+
*
|
|
515
|
+
* @example Jail self
|
|
516
|
+
* ```ts
|
|
517
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
518
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
519
|
+
*
|
|
520
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
521
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
522
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
523
|
+
*
|
|
524
|
+
* await client.cSignerAction({ jailSelf: null });
|
|
525
|
+
* ```
|
|
526
|
+
*
|
|
527
|
+
* @example Unjail self
|
|
528
|
+
* ```ts
|
|
529
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
530
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
531
|
+
*
|
|
532
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
533
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
534
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
535
|
+
*
|
|
536
|
+
* await client.cSignerAction({ unjailSelf: null });
|
|
537
|
+
* ```
|
|
538
|
+
*
|
|
539
|
+
* @see null
|
|
540
|
+
*/
|
|
541
|
+
cSignerAction(params: CSignerActionParameters, opts?: CSignerActionOptions): Promise<CSignerActionSuccessResponse>;
|
|
542
|
+
/**
|
|
543
|
+
* Action related to validator management.
|
|
544
|
+
*
|
|
545
|
+
* @param params Parameters specific to the API request.
|
|
546
|
+
* @param opts Request execution options.
|
|
547
|
+
* @return Successful response without specific data.
|
|
548
|
+
*
|
|
549
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
550
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
551
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
552
|
+
*
|
|
553
|
+
* @example
|
|
554
|
+
* ```ts
|
|
555
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
556
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
557
|
+
*
|
|
558
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
559
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
560
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
561
|
+
*
|
|
562
|
+
* await client.cValidatorAction({
|
|
563
|
+
* changeProfile: {
|
|
564
|
+
* node_ip: { Ip: "1.2.3.4" },
|
|
565
|
+
* name: "...",
|
|
566
|
+
* description: "...",
|
|
567
|
+
* unjailed: true,
|
|
568
|
+
* disable_delegations: false,
|
|
569
|
+
* commission_bps: null,
|
|
570
|
+
* signer: null,
|
|
571
|
+
* },
|
|
572
|
+
* });
|
|
573
|
+
* ```
|
|
574
|
+
*
|
|
575
|
+
* @see null
|
|
576
|
+
*/
|
|
577
|
+
cValidatorAction(params: CValidatorActionParameters, opts?: CValidatorActionOptions): Promise<CValidatorActionSuccessResponse>;
|
|
578
|
+
/**
|
|
579
|
+
* Transfer native token from staking into the user's spot account.
|
|
580
|
+
*
|
|
581
|
+
* @param params Parameters specific to the API request.
|
|
582
|
+
* @param opts Request execution options.
|
|
583
|
+
* @return Successful response without specific data.
|
|
584
|
+
*
|
|
585
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
586
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
587
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
588
|
+
*
|
|
589
|
+
* @example
|
|
590
|
+
* ```ts
|
|
591
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
592
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
593
|
+
*
|
|
594
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
595
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
596
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
597
|
+
*
|
|
598
|
+
* await client.cWithdraw({ wei: 1 * 1e8 });
|
|
599
|
+
* ```
|
|
600
|
+
*
|
|
601
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#withdraw-from-staking
|
|
602
|
+
*/
|
|
603
|
+
cWithdraw(params: CWithdrawParameters, opts?: CWithdrawOptions): Promise<CWithdrawSuccessResponse>;
|
|
604
|
+
/**
|
|
605
|
+
* Configure block type for EVM transactions.
|
|
606
|
+
*
|
|
607
|
+
* @param params Parameters specific to the API request.
|
|
608
|
+
* @param opts Request execution options.
|
|
609
|
+
* @return Successful response without specific data.
|
|
610
|
+
*
|
|
611
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
612
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
613
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
614
|
+
*
|
|
615
|
+
* @example
|
|
616
|
+
* ```ts
|
|
617
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
618
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
619
|
+
*
|
|
620
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
621
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
622
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
623
|
+
*
|
|
624
|
+
* await client.evmUserModify({ usingBigBlocks: true });
|
|
625
|
+
* ```
|
|
626
|
+
*
|
|
627
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/hyperevm/dual-block-architecture
|
|
628
|
+
*/
|
|
629
|
+
evmUserModify(params: EvmUserModifyParameters, opts?: EvmUserModifyOptions): Promise<EvmUserModifySuccessResponse>;
|
|
630
|
+
/**
|
|
631
|
+
* Link staking and trading accounts for fee discount attribution.
|
|
632
|
+
*
|
|
633
|
+
* @param params Parameters specific to the API request.
|
|
634
|
+
* @param opts Request execution options.
|
|
635
|
+
* @return Successful response without specific data.
|
|
636
|
+
*
|
|
637
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
638
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
639
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
640
|
+
*
|
|
641
|
+
* @example
|
|
642
|
+
* ```ts
|
|
643
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
644
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
645
|
+
*
|
|
646
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
647
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
648
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
649
|
+
*
|
|
650
|
+
* await client.linkStakingUser({ user: "0x...", isFinalize: false });
|
|
651
|
+
* ```
|
|
652
|
+
*
|
|
653
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/trading/fees#staking-linking
|
|
654
|
+
*/
|
|
655
|
+
linkStakingUser(params: LinkStakingUserParameters, opts?: LinkStakingUserOptions): Promise<LinkStakingUserSuccessResponse>;
|
|
656
|
+
/**
|
|
657
|
+
* Modify an order.
|
|
658
|
+
*
|
|
659
|
+
* @param params Parameters specific to the API request.
|
|
660
|
+
* @param opts Request execution options.
|
|
661
|
+
* @return Successful response without specific data.
|
|
662
|
+
*
|
|
663
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
664
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
665
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
666
|
+
*
|
|
667
|
+
* @example
|
|
668
|
+
* ```ts
|
|
669
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
670
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
671
|
+
*
|
|
672
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
673
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
674
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
675
|
+
*
|
|
676
|
+
* await client.modify({
|
|
677
|
+
* oid: 123,
|
|
678
|
+
* order: {
|
|
679
|
+
* a: 0,
|
|
680
|
+
* b: true,
|
|
681
|
+
* p: "31000",
|
|
682
|
+
* s: "0.2",
|
|
683
|
+
* r: false,
|
|
684
|
+
* t: { limit: { tif: "Gtc" } },
|
|
685
|
+
* },
|
|
686
|
+
* });
|
|
687
|
+
* ```
|
|
688
|
+
*
|
|
689
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#modify-an-order
|
|
690
|
+
*/
|
|
691
|
+
modify(params: ModifyParameters, opts?: ModifyOptions): Promise<ModifySuccessResponse>;
|
|
692
|
+
/**
|
|
693
|
+
* Place an order(s).
|
|
694
|
+
*
|
|
695
|
+
* @param params Parameters specific to the API request.
|
|
696
|
+
* @param opts Request execution options.
|
|
697
|
+
* @return Successful variant of {@link OrderResponse} without error statuses.
|
|
698
|
+
*
|
|
699
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
700
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
701
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
702
|
+
*
|
|
703
|
+
* @example
|
|
704
|
+
* ```ts
|
|
705
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
706
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
707
|
+
*
|
|
708
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
709
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
710
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
711
|
+
*
|
|
712
|
+
* const data = await client.order({
|
|
713
|
+
* orders: [
|
|
714
|
+
* {
|
|
715
|
+
* a: 0,
|
|
716
|
+
* b: true,
|
|
717
|
+
* p: "30000",
|
|
718
|
+
* s: "0.1",
|
|
719
|
+
* r: false,
|
|
720
|
+
* t: { limit: { tif: "Gtc" } },
|
|
721
|
+
* },
|
|
722
|
+
* ],
|
|
723
|
+
* grouping: "na",
|
|
724
|
+
* });
|
|
725
|
+
* ```
|
|
726
|
+
*
|
|
727
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#place-an-order
|
|
728
|
+
*/
|
|
729
|
+
order(params: OrderParameters, opts?: OrderOptions): Promise<OrderSuccessResponse>;
|
|
730
|
+
/**
|
|
731
|
+
* This action does not do anything (no operation), but causes the nonce to be marked as used.
|
|
732
|
+
*
|
|
733
|
+
* @param opts Request execution options.
|
|
734
|
+
* @return Successful response without specific data.
|
|
735
|
+
*
|
|
736
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
737
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
738
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
739
|
+
*
|
|
740
|
+
* @example
|
|
741
|
+
* ```ts
|
|
742
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
743
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
744
|
+
*
|
|
745
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
746
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
747
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
748
|
+
*
|
|
749
|
+
* await client.noop();
|
|
750
|
+
* ```
|
|
751
|
+
*
|
|
752
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#invalidate-pending-nonce-noop
|
|
753
|
+
*/
|
|
754
|
+
noop(opts?: NoopOptions): Promise<NoopSuccessResponse>;
|
|
755
|
+
/**
|
|
756
|
+
* Deploying HIP-3 assets.
|
|
757
|
+
*
|
|
758
|
+
* @param params Parameters specific to the API request.
|
|
759
|
+
* @param opts Request execution options.
|
|
760
|
+
* @return Successful response without specific data.
|
|
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
|
+
* await client.perpDeploy({
|
|
776
|
+
* registerAsset: {
|
|
777
|
+
* maxGas: 1000000,
|
|
778
|
+
* assetRequest: {
|
|
779
|
+
* coin: "USDC",
|
|
780
|
+
* szDecimals: 8,
|
|
781
|
+
* oraclePx: "1",
|
|
782
|
+
* marginTableId: 1,
|
|
783
|
+
* onlyIsolated: false,
|
|
784
|
+
* },
|
|
785
|
+
* dex: "test",
|
|
786
|
+
* schema: null,
|
|
787
|
+
* },
|
|
788
|
+
* });
|
|
789
|
+
* ```
|
|
790
|
+
*
|
|
791
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/hip-3-deployer-actions
|
|
792
|
+
*/
|
|
793
|
+
perpDeploy(params: PerpDeployParameters, opts?: PerpDeployOptions): Promise<PerpDeploySuccessResponse>;
|
|
794
|
+
/**
|
|
795
|
+
* Create a referral code.
|
|
796
|
+
*
|
|
797
|
+
* @param params Parameters specific to the API request.
|
|
798
|
+
* @param opts Request execution options.
|
|
799
|
+
* @return Successful response without specific data.
|
|
800
|
+
*
|
|
801
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
802
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
803
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
804
|
+
*
|
|
805
|
+
* @example
|
|
806
|
+
* ```ts
|
|
807
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
808
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
809
|
+
*
|
|
810
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
811
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
812
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
813
|
+
*
|
|
814
|
+
* await client.registerReferrer({ code: "..." });
|
|
815
|
+
* ```
|
|
816
|
+
*
|
|
817
|
+
* @see null
|
|
818
|
+
*/
|
|
819
|
+
registerReferrer(params: RegisterReferrerParameters, opts?: RegisterReferrerOptions): Promise<RegisterReferrerSuccessResponse>;
|
|
820
|
+
/**
|
|
821
|
+
* Reserve additional rate-limited actions for a fee.
|
|
822
|
+
*
|
|
823
|
+
* @param params Parameters specific to the API request.
|
|
824
|
+
* @param opts Request execution options.
|
|
825
|
+
* @return Successful response without specific data.
|
|
826
|
+
*
|
|
827
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
828
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
829
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
830
|
+
*
|
|
831
|
+
* @example
|
|
832
|
+
* ```ts
|
|
833
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
834
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
835
|
+
*
|
|
836
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
837
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
838
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
839
|
+
*
|
|
840
|
+
* await client.reserveRequestWeight({ weight: 10 });
|
|
841
|
+
* ```
|
|
842
|
+
*
|
|
843
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#reserve-additional-actions
|
|
844
|
+
*/
|
|
845
|
+
reserveRequestWeight(params: ReserveRequestWeightParameters, opts?: ReserveRequestWeightOptions): Promise<ReserveRequestWeightSuccessResponse>;
|
|
846
|
+
/**
|
|
847
|
+
* Schedule a cancel-all operation at a future time.
|
|
848
|
+
*
|
|
849
|
+
* @param params Parameters specific to the API request.
|
|
850
|
+
* @param opts Request execution options.
|
|
851
|
+
* @return Successful response without specific data.
|
|
852
|
+
*
|
|
853
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
854
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
855
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
856
|
+
*
|
|
857
|
+
* @example
|
|
858
|
+
* ```ts
|
|
859
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
860
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
861
|
+
*
|
|
862
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
863
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
864
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
865
|
+
*
|
|
866
|
+
* await client.scheduleCancel({ time: Date.now() + 10_000 });
|
|
867
|
+
* ```
|
|
868
|
+
*
|
|
869
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#schedule-cancel-dead-mans-switch
|
|
870
|
+
*/
|
|
871
|
+
scheduleCancel(params?: ScheduleCancelParameters, opts?: ScheduleCancelOptions): Promise<ScheduleCancelSuccessResponse>;
|
|
872
|
+
scheduleCancel(opts?: ScheduleCancelOptions): Promise<ScheduleCancelSuccessResponse>;
|
|
873
|
+
/**
|
|
874
|
+
* Transfer tokens between different perp DEXs, spot balance, users, and/or sub-accounts.
|
|
875
|
+
*
|
|
876
|
+
* @param params Parameters specific to the API request.
|
|
877
|
+
* @param opts Request execution options.
|
|
878
|
+
* @return Successful response without specific data.
|
|
879
|
+
*
|
|
880
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
881
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
882
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
883
|
+
*
|
|
884
|
+
* @example
|
|
885
|
+
* ```ts
|
|
886
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
887
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
888
|
+
*
|
|
889
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
890
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
891
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
892
|
+
*
|
|
893
|
+
* await client.sendAsset({
|
|
894
|
+
* destination: "0x0000000000000000000000000000000000000001",
|
|
895
|
+
* sourceDex: "",
|
|
896
|
+
* destinationDex: "test",
|
|
897
|
+
* token: "USDC:0xeb62eee3685fc4c43992febcd9e75443",
|
|
898
|
+
* amount: "1",
|
|
899
|
+
* });
|
|
900
|
+
* ```
|
|
901
|
+
*
|
|
902
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#send-asset
|
|
903
|
+
*/
|
|
904
|
+
sendAsset(params: SendAssetParameters, opts?: SendAssetOptions): Promise<SendAssetSuccessResponse>;
|
|
905
|
+
/**
|
|
906
|
+
* Transfer tokens from Core to EVM with an additional data payload for `ICoreReceiveWithData` contracts.
|
|
907
|
+
*
|
|
908
|
+
* @param params Parameters specific to the API request.
|
|
909
|
+
* @param opts Request execution options.
|
|
910
|
+
* @return Successful response without specific data.
|
|
911
|
+
*
|
|
912
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
913
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
914
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
915
|
+
*
|
|
916
|
+
* @example
|
|
917
|
+
* ```ts
|
|
918
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
919
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
920
|
+
*
|
|
921
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
922
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
923
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
924
|
+
*
|
|
925
|
+
* await client.sendToEvmWithData({
|
|
926
|
+
* token: "USDC",
|
|
927
|
+
* amount: "1",
|
|
928
|
+
* sourceDex: "spot",
|
|
929
|
+
* destinationRecipient: "0x...",
|
|
930
|
+
* addressEncoding: "hex",
|
|
931
|
+
* destinationChainId: 42161,
|
|
932
|
+
* gasLimit: 200000,
|
|
933
|
+
* data: "0x",
|
|
934
|
+
* });
|
|
935
|
+
* ```
|
|
936
|
+
*
|
|
937
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#send-to-evm-with-data
|
|
938
|
+
*/
|
|
939
|
+
sendToEvmWithData(params: SendToEvmWithDataParameters, opts?: SendToEvmWithDataOptions): Promise<SendToEvmWithDataSuccessResponse>;
|
|
940
|
+
/**
|
|
941
|
+
* Set the display name in the leaderboard.
|
|
942
|
+
*
|
|
943
|
+
* @param params Parameters specific to the API request.
|
|
944
|
+
* @param opts Request execution options.
|
|
945
|
+
* @return Successful response without specific data.
|
|
946
|
+
*
|
|
947
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
948
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
949
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
950
|
+
*
|
|
951
|
+
* @example
|
|
952
|
+
* ```ts
|
|
953
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
954
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
955
|
+
*
|
|
956
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
957
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
958
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
959
|
+
*
|
|
960
|
+
* await client.setDisplayName({ displayName: "..." });
|
|
961
|
+
* ```
|
|
962
|
+
*
|
|
963
|
+
* @see null
|
|
964
|
+
*/
|
|
965
|
+
setDisplayName(params: SetDisplayNameParameters, opts?: SetDisplayNameOptions): Promise<SetDisplayNameSuccessResponse>;
|
|
966
|
+
/**
|
|
967
|
+
* Set a referral code.
|
|
968
|
+
*
|
|
969
|
+
* @param params Parameters specific to the API request.
|
|
970
|
+
* @param opts Request execution options.
|
|
971
|
+
* @return Successful response without specific data.
|
|
972
|
+
*
|
|
973
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
974
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
975
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
976
|
+
*
|
|
977
|
+
* @example
|
|
978
|
+
* ```ts
|
|
979
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
980
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
981
|
+
*
|
|
982
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
983
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
984
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
985
|
+
*
|
|
986
|
+
* await client.setReferrer({ code: "..." });
|
|
987
|
+
* ```
|
|
988
|
+
*
|
|
989
|
+
* @see null
|
|
990
|
+
*/
|
|
991
|
+
setReferrer(params: SetReferrerParameters, opts?: SetReferrerOptions): Promise<SetReferrerSuccessResponse>;
|
|
992
|
+
/**
|
|
993
|
+
* Deploying HIP-1 and HIP-2 assets.
|
|
994
|
+
*
|
|
995
|
+
* @param params Parameters specific to the API request.
|
|
996
|
+
* @param opts Request execution options.
|
|
997
|
+
* @return Successful response without specific data.
|
|
998
|
+
*
|
|
999
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
1000
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
1001
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
1002
|
+
*
|
|
1003
|
+
* @example
|
|
1004
|
+
* ```ts
|
|
1005
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
1006
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
1007
|
+
*
|
|
1008
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
1009
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
1010
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
1011
|
+
*
|
|
1012
|
+
* await client.spotDeploy({
|
|
1013
|
+
* registerToken2: {
|
|
1014
|
+
* spec: {
|
|
1015
|
+
* name: "USDC",
|
|
1016
|
+
* szDecimals: 8,
|
|
1017
|
+
* weiDecimals: 8,
|
|
1018
|
+
* },
|
|
1019
|
+
* maxGas: 1000000,
|
|
1020
|
+
* fullName: "USD Coin",
|
|
1021
|
+
* },
|
|
1022
|
+
* });
|
|
1023
|
+
* ```
|
|
1024
|
+
*
|
|
1025
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/deploying-hip-1-and-hip-2-assets
|
|
1026
|
+
*/
|
|
1027
|
+
spotDeploy(params: SpotDeployParameters, opts?: SpotDeployOptions): Promise<SpotDeploySuccessResponse>;
|
|
1028
|
+
/**
|
|
1029
|
+
* Send spot assets to another address.
|
|
1030
|
+
*
|
|
1031
|
+
* @param params Parameters specific to the API request.
|
|
1032
|
+
* @param opts Request execution options.
|
|
1033
|
+
* @return Successful response without specific data.
|
|
1034
|
+
*
|
|
1035
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
1036
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
1037
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
1038
|
+
*
|
|
1039
|
+
* @example
|
|
1040
|
+
* ```ts
|
|
1041
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
1042
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
1043
|
+
*
|
|
1044
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
1045
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
1046
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
1047
|
+
*
|
|
1048
|
+
* await client.spotSend({
|
|
1049
|
+
* destination: "0x...",
|
|
1050
|
+
* token: "USDC:0xeb62eee3685fc4c43992febcd9e75443",
|
|
1051
|
+
* amount: "1",
|
|
1052
|
+
* });
|
|
1053
|
+
* ```
|
|
1054
|
+
*
|
|
1055
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#core-spot-transfer
|
|
1056
|
+
*/
|
|
1057
|
+
spotSend(params: SpotSendParameters, opts?: SpotSendOptions): Promise<SpotSendSuccessResponse>;
|
|
1058
|
+
/**
|
|
1059
|
+
* Opt Out of Spot Dusting.
|
|
1060
|
+
*
|
|
1061
|
+
* @param params Parameters specific to the API request.
|
|
1062
|
+
* @param opts Request execution options.
|
|
1063
|
+
* @return Successful response without specific data.
|
|
1064
|
+
*
|
|
1065
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
1066
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
1067
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
1068
|
+
*
|
|
1069
|
+
* @example
|
|
1070
|
+
* ```ts
|
|
1071
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
1072
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
1073
|
+
*
|
|
1074
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
1075
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
1076
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
1077
|
+
*
|
|
1078
|
+
* await client.spotUser({ toggleSpotDusting: { optOut: false } });
|
|
1079
|
+
* ```
|
|
1080
|
+
*
|
|
1081
|
+
* @see null
|
|
1082
|
+
*/
|
|
1083
|
+
spotUser(params: SpotUserParameters, opts?: SpotUserOptions): Promise<SpotUserSuccessResponse>;
|
|
1084
|
+
/**
|
|
1085
|
+
* Modify a sub-account.
|
|
1086
|
+
*
|
|
1087
|
+
* @param params Parameters specific to the API request.
|
|
1088
|
+
* @param opts Request execution options.
|
|
1089
|
+
* @return Successful response without specific data.
|
|
1090
|
+
*
|
|
1091
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
1092
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
1093
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
1094
|
+
*
|
|
1095
|
+
* @example
|
|
1096
|
+
* ```ts
|
|
1097
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
1098
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
1099
|
+
*
|
|
1100
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
1101
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
1102
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
1103
|
+
*
|
|
1104
|
+
* await client.subAccountModify({ subAccountUser: "0x...", name: "..." });
|
|
1105
|
+
* ```
|
|
1106
|
+
*
|
|
1107
|
+
* @see null
|
|
1108
|
+
*/
|
|
1109
|
+
subAccountModify(params: SubAccountModifyParameters, opts?: SubAccountModifyOptions): Promise<SubAccountModifySuccessResponse>;
|
|
1110
|
+
/**
|
|
1111
|
+
* Transfer between sub-accounts (spot).
|
|
1112
|
+
*
|
|
1113
|
+
* @param params Parameters specific to the API request.
|
|
1114
|
+
* @param opts Request execution options.
|
|
1115
|
+
* @return Successful response without specific data.
|
|
1116
|
+
*
|
|
1117
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
1118
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
1119
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
1120
|
+
*
|
|
1121
|
+
* @example
|
|
1122
|
+
* ```ts
|
|
1123
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
1124
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
1125
|
+
*
|
|
1126
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
1127
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
1128
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
1129
|
+
*
|
|
1130
|
+
* await client.subAccountSpotTransfer({
|
|
1131
|
+
* subAccountUser: "0x...",
|
|
1132
|
+
* isDeposit: true,
|
|
1133
|
+
* token: "USDC:0xeb62eee3685fc4c43992febcd9e75443",
|
|
1134
|
+
* amount: "1",
|
|
1135
|
+
* });
|
|
1136
|
+
* ```
|
|
1137
|
+
*
|
|
1138
|
+
* @see null
|
|
1139
|
+
*/
|
|
1140
|
+
subAccountSpotTransfer(params: SubAccountSpotTransferParameters, opts?: SubAccountSpotTransferOptions): Promise<SubAccountSpotTransferSuccessResponse>;
|
|
1141
|
+
/**
|
|
1142
|
+
* Transfer between sub-accounts (perpetual).
|
|
1143
|
+
*
|
|
1144
|
+
* @param params Parameters specific to the API request.
|
|
1145
|
+
* @param opts Request execution options.
|
|
1146
|
+
* @return Successful response without specific data.
|
|
1147
|
+
*
|
|
1148
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
1149
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
1150
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
1151
|
+
*
|
|
1152
|
+
* @example
|
|
1153
|
+
* ```ts
|
|
1154
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
1155
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
1156
|
+
*
|
|
1157
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
1158
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
1159
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
1160
|
+
*
|
|
1161
|
+
* await client.subAccountTransfer({
|
|
1162
|
+
* subAccountUser: "0x...",
|
|
1163
|
+
* isDeposit: true,
|
|
1164
|
+
* usd: 1 * 1e6,
|
|
1165
|
+
* });
|
|
1166
|
+
* ```
|
|
1167
|
+
*
|
|
1168
|
+
* @see null
|
|
1169
|
+
*/
|
|
1170
|
+
subAccountTransfer(params: SubAccountTransferParameters, opts?: SubAccountTransferOptions): Promise<SubAccountTransferSuccessResponse>;
|
|
1171
|
+
/**
|
|
1172
|
+
* Delegate or undelegate native tokens to or from a validator.
|
|
1173
|
+
*
|
|
1174
|
+
* @param params Parameters specific to the API request.
|
|
1175
|
+
* @param opts Request execution options.
|
|
1176
|
+
* @return Successful response without specific data.
|
|
1177
|
+
*
|
|
1178
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
1179
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
1180
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
1181
|
+
*
|
|
1182
|
+
* @example
|
|
1183
|
+
* ```ts
|
|
1184
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
1185
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
1186
|
+
*
|
|
1187
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
1188
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
1189
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
1190
|
+
*
|
|
1191
|
+
* await client.tokenDelegate({
|
|
1192
|
+
* validator: "0x...",
|
|
1193
|
+
* isUndelegate: true,
|
|
1194
|
+
* wei: 1 * 1e8,
|
|
1195
|
+
* });
|
|
1196
|
+
* ```
|
|
1197
|
+
*
|
|
1198
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#delegate-or-undelegate-stake-from-validator
|
|
1199
|
+
*/
|
|
1200
|
+
tokenDelegate(params: TokenDelegateParameters, opts?: TokenDelegateOptions): Promise<TokenDelegateSuccessResponse>;
|
|
1201
|
+
/**
|
|
1202
|
+
* Top up isolated margin by targeting a specific leverage.
|
|
1203
|
+
*
|
|
1204
|
+
* @param params Parameters specific to the API request.
|
|
1205
|
+
* @param opts Request execution options.
|
|
1206
|
+
* @return Successful response without specific data.
|
|
1207
|
+
*
|
|
1208
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
1209
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
1210
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
1211
|
+
*
|
|
1212
|
+
* @example
|
|
1213
|
+
* ```ts
|
|
1214
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
1215
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
1216
|
+
*
|
|
1217
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
1218
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
1219
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
1220
|
+
*
|
|
1221
|
+
* await client.topUpIsolatedOnlyMargin({ asset: 0, leverage: "0.5" });
|
|
1222
|
+
* ```
|
|
1223
|
+
*
|
|
1224
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#update-isolated-margin
|
|
1225
|
+
*/
|
|
1226
|
+
topUpIsolatedOnlyMargin(params: TopUpIsolatedOnlyMarginParameters, opts?: TopUpIsolatedOnlyMarginOptions): Promise<TopUpIsolatedOnlyMarginSuccessResponse>;
|
|
1227
|
+
/**
|
|
1228
|
+
* Cancel a TWAP order.
|
|
1229
|
+
*
|
|
1230
|
+
* @param params Parameters specific to the API request.
|
|
1231
|
+
* @param opts Request execution options.
|
|
1232
|
+
* @return Successful variant of {@link TwapCancelResponse} without error status.
|
|
1233
|
+
*
|
|
1234
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
1235
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
1236
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
1237
|
+
*
|
|
1238
|
+
* @example
|
|
1239
|
+
* ```ts
|
|
1240
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
1241
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
1242
|
+
*
|
|
1243
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
1244
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
1245
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
1246
|
+
*
|
|
1247
|
+
* await client.twapCancel({ a: 0, t: 1 });
|
|
1248
|
+
* ```
|
|
1249
|
+
*
|
|
1250
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#cancel-a-twap-order
|
|
1251
|
+
*/
|
|
1252
|
+
twapCancel(params: TwapCancelParameters, opts?: TwapCancelOptions): Promise<TwapCancelSuccessResponse>;
|
|
1253
|
+
/**
|
|
1254
|
+
* Place a TWAP order.
|
|
1255
|
+
*
|
|
1256
|
+
* @param params Parameters specific to the API request.
|
|
1257
|
+
* @param opts Request execution options.
|
|
1258
|
+
* @return Successful variant of {@link TwapOrderResponse} without error status.
|
|
1259
|
+
*
|
|
1260
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
1261
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
1262
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
1263
|
+
*
|
|
1264
|
+
* @example
|
|
1265
|
+
* ```ts
|
|
1266
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
1267
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
1268
|
+
*
|
|
1269
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
1270
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
1271
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
1272
|
+
*
|
|
1273
|
+
* const data = await client.twapOrder({
|
|
1274
|
+
* twap: {
|
|
1275
|
+
* a: 0,
|
|
1276
|
+
* b: true,
|
|
1277
|
+
* s: "1",
|
|
1278
|
+
* r: false,
|
|
1279
|
+
* m: 10,
|
|
1280
|
+
* t: true,
|
|
1281
|
+
* },
|
|
1282
|
+
* });
|
|
1283
|
+
* ```
|
|
1284
|
+
*
|
|
1285
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#place-a-twap-order
|
|
1286
|
+
*/
|
|
1287
|
+
twapOrder(params: TwapOrderParameters, opts?: TwapOrderOptions): Promise<TwapOrderSuccessResponse>;
|
|
1288
|
+
/**
|
|
1289
|
+
* Add or remove margin from isolated position.
|
|
1290
|
+
*
|
|
1291
|
+
* @param params Parameters specific to the API request.
|
|
1292
|
+
* @param opts Request execution options.
|
|
1293
|
+
* @return Successful response without specific data.
|
|
1294
|
+
*
|
|
1295
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
1296
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
1297
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
1298
|
+
*
|
|
1299
|
+
* @example
|
|
1300
|
+
* ```ts
|
|
1301
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
1302
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
1303
|
+
*
|
|
1304
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
1305
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
1306
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
1307
|
+
*
|
|
1308
|
+
* await client.updateIsolatedMargin({ asset: 0, isBuy: true, ntli: 1 * 1e6 });
|
|
1309
|
+
* ```
|
|
1310
|
+
*
|
|
1311
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#update-isolated-margin
|
|
1312
|
+
*/
|
|
1313
|
+
updateIsolatedMargin(params: UpdateIsolatedMarginParameters, opts?: UpdateIsolatedMarginOptions): Promise<UpdateIsolatedMarginSuccessResponse>;
|
|
1314
|
+
/**
|
|
1315
|
+
* Update cross or isolated leverage on a coin.
|
|
1316
|
+
*
|
|
1317
|
+
* @param params Parameters specific to the API request.
|
|
1318
|
+
* @param opts Request execution options.
|
|
1319
|
+
* @return Successful response without specific data.
|
|
1320
|
+
*
|
|
1321
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
1322
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
1323
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
1324
|
+
*
|
|
1325
|
+
* @example
|
|
1326
|
+
* ```ts
|
|
1327
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
1328
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
1329
|
+
*
|
|
1330
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
1331
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
1332
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
1333
|
+
*
|
|
1334
|
+
* await client.updateLeverage({ asset: 0, isCross: true, leverage: 5 });
|
|
1335
|
+
* ```
|
|
1336
|
+
*
|
|
1337
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#update-leverage
|
|
1338
|
+
*/
|
|
1339
|
+
updateLeverage(params: UpdateLeverageParameters, opts?: UpdateLeverageOptions): Promise<UpdateLeverageSuccessResponse>;
|
|
1340
|
+
/**
|
|
1341
|
+
* Transfer funds between Spot account and Perp account.
|
|
1342
|
+
*
|
|
1343
|
+
* @param params Parameters specific to the API request.
|
|
1344
|
+
* @param opts Request execution options.
|
|
1345
|
+
* @return Successful response without specific data.
|
|
1346
|
+
*
|
|
1347
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
1348
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
1349
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
1350
|
+
*
|
|
1351
|
+
* @example
|
|
1352
|
+
* ```ts
|
|
1353
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
1354
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
1355
|
+
*
|
|
1356
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
1357
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
1358
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
1359
|
+
*
|
|
1360
|
+
* await client.usdClassTransfer({ amount: "1", toPerp: true });
|
|
1361
|
+
* ```
|
|
1362
|
+
*
|
|
1363
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#transfer-from-spot-account-to-perp-account-and-vice-versa
|
|
1364
|
+
*/
|
|
1365
|
+
usdClassTransfer(params: UsdClassTransferParameters, opts?: UsdClassTransferOptions): Promise<UsdClassTransferSuccessResponse>;
|
|
1366
|
+
/**
|
|
1367
|
+
* Send usd to another address.
|
|
1368
|
+
*
|
|
1369
|
+
* @param params Parameters specific to the API request.
|
|
1370
|
+
* @param opts Request execution options.
|
|
1371
|
+
* @return Successful response without specific data.
|
|
1372
|
+
*
|
|
1373
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
1374
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
1375
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
1376
|
+
*
|
|
1377
|
+
* @example
|
|
1378
|
+
* ```ts
|
|
1379
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
1380
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
1381
|
+
*
|
|
1382
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
1383
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
1384
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
1385
|
+
*
|
|
1386
|
+
* await client.usdSend({ destination: "0x...", amount: "1" });
|
|
1387
|
+
* ```
|
|
1388
|
+
*
|
|
1389
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#core-usdc-transfer
|
|
1390
|
+
*/
|
|
1391
|
+
usdSend(params: UsdSendParameters, opts?: UsdSendOptions): Promise<UsdSendSuccessResponse>;
|
|
1392
|
+
/**
|
|
1393
|
+
* Enable/disable HIP-3 DEX abstraction.
|
|
1394
|
+
*
|
|
1395
|
+
* @param params Parameters specific to the API request.
|
|
1396
|
+
* @param opts Request execution options.
|
|
1397
|
+
* @return Successful response without specific data.
|
|
1398
|
+
*
|
|
1399
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
1400
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
1401
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
1402
|
+
*
|
|
1403
|
+
* @example
|
|
1404
|
+
* ```ts
|
|
1405
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
1406
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
1407
|
+
*
|
|
1408
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
1409
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
1410
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
1411
|
+
*
|
|
1412
|
+
* await client.userDexAbstraction({ user: "0x...", enabled: true });
|
|
1413
|
+
* ```
|
|
1414
|
+
*
|
|
1415
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#enable-hip-3-dex-abstraction
|
|
1416
|
+
*
|
|
1417
|
+
* @deprecated Use {@link userSetAbstraction} instead.
|
|
1418
|
+
*/
|
|
1419
|
+
userDexAbstraction(params: UserDexAbstractionParameters, opts?: UserDexAbstractionOptions): Promise<UserDexAbstractionSuccessResponse>;
|
|
1420
|
+
/**
|
|
1421
|
+
* Set user abstraction mode.
|
|
1422
|
+
*
|
|
1423
|
+
* @param params Parameters specific to the API request.
|
|
1424
|
+
* @param opts Request execution options.
|
|
1425
|
+
* @return Successful response without specific data.
|
|
1426
|
+
*
|
|
1427
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
1428
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
1429
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
1430
|
+
*
|
|
1431
|
+
* @example
|
|
1432
|
+
* ```ts
|
|
1433
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
1434
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
1435
|
+
*
|
|
1436
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
1437
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
1438
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
1439
|
+
*
|
|
1440
|
+
* await client.userSetAbstraction({ user: "0x...", abstraction: "dexAbstraction" });
|
|
1441
|
+
* ```
|
|
1442
|
+
*
|
|
1443
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#set-user-abstraction
|
|
1444
|
+
*/
|
|
1445
|
+
userSetAbstraction(params: UserSetAbstractionParameters, opts?: UserSetAbstractionOptions): Promise<UserSetAbstractionSuccessResponse>;
|
|
1446
|
+
/**
|
|
1447
|
+
* Enable/disable user portfolio margin.
|
|
1448
|
+
*
|
|
1449
|
+
* @param params Parameters specific to the API request.
|
|
1450
|
+
* @param opts Request execution options.
|
|
1451
|
+
* @return Successful response without specific data.
|
|
1452
|
+
*
|
|
1453
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
1454
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
1455
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
1456
|
+
*
|
|
1457
|
+
* @example
|
|
1458
|
+
* ```ts
|
|
1459
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
1460
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
1461
|
+
*
|
|
1462
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
1463
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
1464
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
1465
|
+
*
|
|
1466
|
+
* await client.userPortfolioMargin({ user: "0x...", enabled: true });
|
|
1467
|
+
* ```
|
|
1468
|
+
*
|
|
1469
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/trading/portfolio-margin
|
|
1470
|
+
*/
|
|
1471
|
+
userPortfolioMargin(params: UserPortfolioMarginParameters, opts?: UserPortfolioMarginOptions): Promise<UserPortfolioMarginSuccessResponse>;
|
|
1472
|
+
/**
|
|
1473
|
+
* Validator vote on risk-free rate for aligned quote asset.
|
|
1474
|
+
*
|
|
1475
|
+
* @param params Parameters specific to the API request.
|
|
1476
|
+
* @param opts Request execution options.
|
|
1477
|
+
* @return Successful response without specific data.
|
|
1478
|
+
*
|
|
1479
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
1480
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
1481
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
1482
|
+
*
|
|
1483
|
+
* @example
|
|
1484
|
+
* ```ts
|
|
1485
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
1486
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
1487
|
+
*
|
|
1488
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
1489
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
1490
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
1491
|
+
*
|
|
1492
|
+
* await client.validatorL1Stream({ riskFreeRate: "0.05" });
|
|
1493
|
+
* ```
|
|
1494
|
+
*
|
|
1495
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#validator-vote-on-risk-free-rate-for-aligned-quote-asset
|
|
1496
|
+
*/
|
|
1497
|
+
validatorL1Stream(params: ValidatorL1StreamParameters, opts?: ValidatorL1StreamOptions): Promise<ValidatorL1StreamSuccessResponse>;
|
|
1498
|
+
/**
|
|
1499
|
+
* Distribute funds from a vault between followers.
|
|
1500
|
+
*
|
|
1501
|
+
* @param params Parameters specific to the API request.
|
|
1502
|
+
* @param opts Request execution options.
|
|
1503
|
+
* @return Successful response without specific data.
|
|
1504
|
+
*
|
|
1505
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
1506
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
1507
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
1508
|
+
*
|
|
1509
|
+
* @example
|
|
1510
|
+
* ```ts
|
|
1511
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
1512
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
1513
|
+
*
|
|
1514
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
1515
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
1516
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
1517
|
+
*
|
|
1518
|
+
* await client.vaultDistribute({ vaultAddress: "0x...", usd: 10 * 1e6 });
|
|
1519
|
+
* ```
|
|
1520
|
+
*
|
|
1521
|
+
* @see null
|
|
1522
|
+
*/
|
|
1523
|
+
vaultDistribute(params: VaultDistributeParameters, opts?: VaultDistributeOptions): Promise<VaultDistributeSuccessResponse>;
|
|
1524
|
+
/**
|
|
1525
|
+
* Modify a vault's configuration.
|
|
1526
|
+
*
|
|
1527
|
+
* @param params Parameters specific to the API request.
|
|
1528
|
+
* @param opts Request execution options.
|
|
1529
|
+
* @return Successful response without specific data.
|
|
1530
|
+
*
|
|
1531
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
1532
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
1533
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
1534
|
+
*
|
|
1535
|
+
* @example
|
|
1536
|
+
* ```ts
|
|
1537
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
1538
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
1539
|
+
*
|
|
1540
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
1541
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
1542
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
1543
|
+
*
|
|
1544
|
+
* await client.vaultModify({
|
|
1545
|
+
* vaultAddress: "0x...",
|
|
1546
|
+
* allowDeposits: true,
|
|
1547
|
+
* alwaysCloseOnWithdraw: false,
|
|
1548
|
+
* });
|
|
1549
|
+
* ```
|
|
1550
|
+
*
|
|
1551
|
+
* @see null
|
|
1552
|
+
*/
|
|
1553
|
+
vaultModify(params: VaultModifyParameters, opts?: VaultModifyOptions): Promise<VaultModifySuccessResponse>;
|
|
1554
|
+
/**
|
|
1555
|
+
* Deposit or withdraw from a vault.
|
|
1556
|
+
*
|
|
1557
|
+
* @param params Parameters specific to the API request.
|
|
1558
|
+
* @param opts Request execution options.
|
|
1559
|
+
* @return Successful response without specific data.
|
|
1560
|
+
*
|
|
1561
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
1562
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
1563
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
1564
|
+
*
|
|
1565
|
+
* @example
|
|
1566
|
+
* ```ts
|
|
1567
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
1568
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
1569
|
+
*
|
|
1570
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
1571
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
1572
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
1573
|
+
*
|
|
1574
|
+
* await client.vaultTransfer({
|
|
1575
|
+
* vaultAddress: "0x...",
|
|
1576
|
+
* isDeposit: true,
|
|
1577
|
+
* usd: 10 * 1e6,
|
|
1578
|
+
* });
|
|
1579
|
+
* ```
|
|
1580
|
+
*
|
|
1581
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#deposit-or-withdraw-from-a-vault
|
|
1582
|
+
*/
|
|
1583
|
+
vaultTransfer(params: VaultTransferParameters, opts?: VaultTransferOptions): Promise<VaultTransferSuccessResponse>;
|
|
1584
|
+
/**
|
|
1585
|
+
* Initiate a withdrawal request.
|
|
1586
|
+
*
|
|
1587
|
+
* @param params Parameters specific to the API request.
|
|
1588
|
+
* @param opts Request execution options.
|
|
1589
|
+
* @return Successful response without specific data.
|
|
1590
|
+
*
|
|
1591
|
+
* @throws {ValidationError} When the request parameters fail validation (before sending).
|
|
1592
|
+
* @throws {TransportError} When the transport layer throws an error.
|
|
1593
|
+
* @throws {ApiRequestError} When the API returns an unsuccessful response.
|
|
1594
|
+
*
|
|
1595
|
+
* @example
|
|
1596
|
+
* ```ts
|
|
1597
|
+
* import * as hl from "@nktkas/hyperliquid";
|
|
1598
|
+
* import { privateKeyToAccount } from "npm:viem/accounts";
|
|
1599
|
+
*
|
|
1600
|
+
* const wallet = privateKeyToAccount("0x..."); // viem or ethers
|
|
1601
|
+
* const transport = new hl.HttpTransport(); // or `WebSocketTransport`
|
|
1602
|
+
* const client = new hl.ExchangeClient({ transport, wallet });
|
|
1603
|
+
*
|
|
1604
|
+
* await client.withdraw3({ destination: "0x...", amount: "1" });
|
|
1605
|
+
* ```
|
|
1606
|
+
*
|
|
1607
|
+
* @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#initiate-a-withdrawal-request
|
|
1608
|
+
*/
|
|
1609
|
+
withdraw3(params: Withdraw3Parameters, opts?: Withdraw3Options): Promise<Withdraw3SuccessResponse>;
|
|
1610
|
+
}
|
|
1611
|
+
export { ApiRequestError } from "./_methods/_base/errors.js";
|
|
1612
|
+
export type { ExchangeMultiSigConfig, ExchangeSingleWalletConfig } from "./_methods/_base/execute.js";
|
|
1613
|
+
export type { AgentEnableDexAbstractionOptions, AgentEnableDexAbstractionSuccessResponse, } from "./_methods/agentEnableDexAbstraction.js";
|
|
1614
|
+
export type { AgentSetAbstractionOptions, AgentSetAbstractionParameters, AgentSetAbstractionSuccessResponse, } from "./_methods/agentSetAbstraction.js";
|
|
1615
|
+
export type { ApproveAgentOptions, ApproveAgentParameters, ApproveAgentSuccessResponse, } from "./_methods/approveAgent.js";
|
|
1616
|
+
export type { ApproveBuilderFeeOptions, ApproveBuilderFeeParameters, ApproveBuilderFeeSuccessResponse, } from "./_methods/approveBuilderFee.js";
|
|
1617
|
+
export type { BatchModifyOptions, BatchModifyParameters, BatchModifySuccessResponse } from "./_methods/batchModify.js";
|
|
1618
|
+
export type { BorrowLendOptions, BorrowLendParameters, BorrowLendSuccessResponse } from "./_methods/borrowLend.js";
|
|
1619
|
+
export type { CancelOptions, CancelParameters, CancelSuccessResponse } from "./_methods/cancel.js";
|
|
1620
|
+
export type { CancelByCloidOptions, CancelByCloidParameters, CancelByCloidSuccessResponse, } from "./_methods/cancelByCloid.js";
|
|
1621
|
+
export type { CDepositOptions, CDepositParameters, CDepositSuccessResponse } from "./_methods/cDeposit.js";
|
|
1622
|
+
export type { ClaimRewardsOptions, ClaimRewardsSuccessResponse } from "./_methods/claimRewards.js";
|
|
1623
|
+
export type { ConvertToMultiSigUserOptions, ConvertToMultiSigUserParameters, ConvertToMultiSigUserSuccessResponse, } from "./_methods/convertToMultiSigUser.js";
|
|
1624
|
+
export type { CreateSubAccountOptions, CreateSubAccountParameters, CreateSubAccountSuccessResponse, } from "./_methods/createSubAccount.js";
|
|
1625
|
+
export type { CreateVaultOptions, CreateVaultParameters, CreateVaultSuccessResponse } from "./_methods/createVault.js";
|
|
1626
|
+
export type { CSignerActionOptions, CSignerActionParameters, CSignerActionSuccessResponse, } from "./_methods/cSignerAction.js";
|
|
1627
|
+
export type { CValidatorActionOptions, CValidatorActionParameters, CValidatorActionSuccessResponse, } from "./_methods/cValidatorAction.js";
|
|
1628
|
+
export type { CWithdrawOptions, CWithdrawParameters, CWithdrawSuccessResponse } from "./_methods/cWithdraw.js";
|
|
1629
|
+
export type { EvmUserModifyOptions, EvmUserModifyParameters, EvmUserModifySuccessResponse, } from "./_methods/evmUserModify.js";
|
|
1630
|
+
export type { LinkStakingUserOptions, LinkStakingUserParameters, LinkStakingUserSuccessResponse, } from "./_methods/linkStakingUser.js";
|
|
1631
|
+
export type { ModifyOptions, ModifyParameters, ModifySuccessResponse } from "./_methods/modify.js";
|
|
1632
|
+
export type { NoopOptions, NoopSuccessResponse } from "./_methods/noop.js";
|
|
1633
|
+
export type { OrderOptions, OrderParameters, OrderSuccessResponse } from "./_methods/order.js";
|
|
1634
|
+
export type { PerpDeployOptions, PerpDeployParameters, PerpDeploySuccessResponse } from "./_methods/perpDeploy.js";
|
|
1635
|
+
export type { RegisterReferrerOptions, RegisterReferrerParameters, RegisterReferrerSuccessResponse, } from "./_methods/registerReferrer.js";
|
|
1636
|
+
export type { ReserveRequestWeightOptions, ReserveRequestWeightParameters, ReserveRequestWeightSuccessResponse, } from "./_methods/reserveRequestWeight.js";
|
|
1637
|
+
export type { ScheduleCancelOptions, ScheduleCancelParameters, ScheduleCancelSuccessResponse, } from "./_methods/scheduleCancel.js";
|
|
1638
|
+
export type { SendAssetOptions, SendAssetParameters, SendAssetSuccessResponse } from "./_methods/sendAsset.js";
|
|
1639
|
+
export type { SendToEvmWithDataOptions, SendToEvmWithDataParameters, SendToEvmWithDataSuccessResponse, } from "./_methods/sendToEvmWithData.js";
|
|
1640
|
+
export type { SetDisplayNameOptions, SetDisplayNameParameters, SetDisplayNameSuccessResponse, } from "./_methods/setDisplayName.js";
|
|
1641
|
+
export type { SetReferrerOptions, SetReferrerParameters, SetReferrerSuccessResponse } from "./_methods/setReferrer.js";
|
|
1642
|
+
export type { SpotDeployOptions, SpotDeployParameters, SpotDeploySuccessResponse } from "./_methods/spotDeploy.js";
|
|
1643
|
+
export type { SpotSendOptions, SpotSendParameters, SpotSendSuccessResponse } from "./_methods/spotSend.js";
|
|
1644
|
+
export type { SpotUserOptions, SpotUserParameters, SpotUserSuccessResponse } from "./_methods/spotUser.js";
|
|
1645
|
+
export type { SubAccountModifyOptions, SubAccountModifyParameters, SubAccountModifySuccessResponse, } from "./_methods/subAccountModify.js";
|
|
1646
|
+
export type { SubAccountSpotTransferOptions, SubAccountSpotTransferParameters, SubAccountSpotTransferSuccessResponse, } from "./_methods/subAccountSpotTransfer.js";
|
|
1647
|
+
export type { SubAccountTransferOptions, SubAccountTransferParameters, SubAccountTransferSuccessResponse, } from "./_methods/subAccountTransfer.js";
|
|
1648
|
+
export type { TokenDelegateOptions, TokenDelegateParameters, TokenDelegateSuccessResponse, } from "./_methods/tokenDelegate.js";
|
|
1649
|
+
export type { TopUpIsolatedOnlyMarginOptions, TopUpIsolatedOnlyMarginParameters, TopUpIsolatedOnlyMarginSuccessResponse, } from "./_methods/topUpIsolatedOnlyMargin.js";
|
|
1650
|
+
export type { TwapCancelOptions, TwapCancelParameters, TwapCancelSuccessResponse } from "./_methods/twapCancel.js";
|
|
1651
|
+
export type { TwapOrderOptions, TwapOrderParameters, TwapOrderSuccessResponse } from "./_methods/twapOrder.js";
|
|
1652
|
+
export type { UpdateIsolatedMarginOptions, UpdateIsolatedMarginParameters, UpdateIsolatedMarginSuccessResponse, } from "./_methods/updateIsolatedMargin.js";
|
|
1653
|
+
export type { UpdateLeverageOptions, UpdateLeverageParameters, UpdateLeverageSuccessResponse, } from "./_methods/updateLeverage.js";
|
|
1654
|
+
export type { UsdClassTransferOptions, UsdClassTransferParameters, UsdClassTransferSuccessResponse, } from "./_methods/usdClassTransfer.js";
|
|
1655
|
+
export type { UsdSendOptions, UsdSendParameters, UsdSendSuccessResponse } from "./_methods/usdSend.js";
|
|
1656
|
+
export type { UserDexAbstractionOptions, UserDexAbstractionOptions as UserDexAbstractionExchangeOptions, UserDexAbstractionParameters, UserDexAbstractionParameters as UserDexAbstractionExchangeParameters, UserDexAbstractionSuccessResponse, UserDexAbstractionSuccessResponse as UserDexAbstractionExchangeSuccessResponse, } from "./_methods/userDexAbstraction.js";
|
|
1657
|
+
export type { UserPortfolioMarginOptions, UserPortfolioMarginParameters, UserPortfolioMarginSuccessResponse, } from "./_methods/userPortfolioMargin.js";
|
|
1658
|
+
export type { UserSetAbstractionOptions, UserSetAbstractionParameters, UserSetAbstractionSuccessResponse, } from "./_methods/userSetAbstraction.js";
|
|
1659
|
+
export type { ValidatorL1StreamOptions, ValidatorL1StreamParameters, ValidatorL1StreamSuccessResponse, } from "./_methods/validatorL1Stream.js";
|
|
1660
|
+
export type { VaultDistributeOptions, VaultDistributeParameters, VaultDistributeSuccessResponse, } from "./_methods/vaultDistribute.js";
|
|
1661
|
+
export type { VaultModifyOptions, VaultModifyParameters, VaultModifySuccessResponse } from "./_methods/vaultModify.js";
|
|
1662
|
+
export type { VaultTransferOptions, VaultTransferParameters, VaultTransferSuccessResponse, } from "./_methods/vaultTransfer.js";
|
|
1663
|
+
export type { Withdraw3Options, Withdraw3Parameters, Withdraw3SuccessResponse } from "./_methods/withdraw3.js";
|
|
1664
|
+
//# sourceMappingURL=client.d.ts.map
|