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