@compass-labs/api-sdk 2.2.105 → 2.2.106
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/README.md +31 -2
- package/codeSamples_typescript.yaml +79 -1
- package/dist/commonjs/funcs/riskYieldRiskYieldCollect.d.ts +18 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldCollect.d.ts.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldCollect.js +119 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldCollect.js.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldCreateAccount.d.ts +27 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldCreateAccount.d.ts.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldCreateAccount.js +128 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldCreateAccount.js.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldDecrease.d.ts +23 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldDecrease.d.ts.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldDecrease.js +124 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldDecrease.js.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldIncrease.d.ts +18 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldIncrease.d.ts.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldIncrease.js +119 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldIncrease.js.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldMint.d.ts +30 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldMint.d.ts.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldMint.js +131 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldMint.js.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldPools.d.ts +33 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldPools.d.ts.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldPools.js +151 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldPools.js.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldPoolsPoolId.d.ts +24 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldPoolsPoolId.d.ts.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldPoolsPoolId.js +136 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldPoolsPoolId.js.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldPositions.d.ts +34 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldPositions.d.ts.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldPositions.js +141 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldPositions.js.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldRebalance.d.ts +37 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldRebalance.d.ts.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldRebalance.js +138 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldRebalance.js.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldRiskScenarios.d.ts +42 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldRiskScenarios.d.ts.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldRiskScenarios.js +143 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldRiskScenarios.js.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldSwap.d.ts +32 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldSwap.d.ts.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldSwap.js +133 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldSwap.js.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldTokens.d.ts +28 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldTokens.d.ts.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldTokens.js +142 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldTokens.js.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldTransfer.d.ts +25 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldTransfer.d.ts.map +1 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldTransfer.js +126 -0
- package/dist/commonjs/funcs/riskYieldRiskYieldTransfer.js.map +1 -0
- package/dist/commonjs/models/components/bothsidesdeposit.d.ts +31 -0
- package/dist/commonjs/models/components/bothsidesdeposit.d.ts.map +1 -0
- package/dist/commonjs/models/components/bothsidesdeposit.js +63 -0
- package/dist/commonjs/models/components/bothsidesdeposit.js.map +1 -0
- package/dist/commonjs/models/components/chain.d.ts +1 -0
- package/dist/commonjs/models/components/chain.d.ts.map +1 -1
- package/dist/commonjs/models/components/chain.js +1 -0
- package/dist/commonjs/models/components/chain.js.map +1 -1
- package/dist/commonjs/models/components/costbasis.d.ts +25 -0
- package/dist/commonjs/models/components/costbasis.d.ts.map +1 -0
- package/dist/commonjs/models/components/costbasis.js +61 -0
- package/dist/commonjs/models/components/costbasis.js.map +1 -0
- package/dist/commonjs/models/components/costbasissource.d.ts +11 -0
- package/dist/commonjs/models/components/costbasissource.d.ts.map +1 -0
- package/dist/commonjs/models/components/costbasissource.js +48 -0
- package/dist/commonjs/models/components/costbasissource.js.map +1 -0
- package/dist/commonjs/models/components/createriskyieldaccountrequest.d.ts +46 -0
- package/dist/commonjs/models/components/createriskyieldaccountrequest.d.ts.map +1 -0
- package/dist/commonjs/models/components/createriskyieldaccountrequest.js +65 -0
- package/dist/commonjs/models/components/createriskyieldaccountrequest.js.map +1 -0
- package/dist/commonjs/models/components/createriskyieldaccountresponse.d.ts +18 -0
- package/dist/commonjs/models/components/createriskyieldaccountresponse.d.ts.map +1 -0
- package/dist/commonjs/models/components/createriskyieldaccountresponse.js +57 -0
- package/dist/commonjs/models/components/createriskyieldaccountresponse.js.map +1 -0
- package/dist/commonjs/models/components/depositplan.d.ts +32 -0
- package/dist/commonjs/models/components/depositplan.d.ts.map +1 -0
- package/dist/commonjs/models/components/depositplan.js +65 -0
- package/dist/commonjs/models/components/depositplan.js.map +1 -0
- package/dist/commonjs/models/components/dexpooldetailresponse.d.ts +23 -0
- package/dist/commonjs/models/components/dexpooldetailresponse.d.ts.map +1 -0
- package/dist/commonjs/models/components/dexpooldetailresponse.js +67 -0
- package/dist/commonjs/models/components/dexpooldetailresponse.js.map +1 -0
- package/dist/commonjs/models/components/dexpoolinfo.d.ts +110 -0
- package/dist/commonjs/models/components/dexpoolinfo.d.ts.map +1 -0
- package/dist/commonjs/models/components/dexpoolinfo.js +130 -0
- package/dist/commonjs/models/components/dexpoolinfo.js.map +1 -0
- package/dist/commonjs/models/components/dexpoolsresponse.d.ts +14 -0
- package/dist/commonjs/models/components/dexpoolsresponse.d.ts.map +1 -0
- package/dist/commonjs/models/components/dexpoolsresponse.js +54 -0
- package/dist/commonjs/models/components/dexpoolsresponse.js.map +1 -0
- package/dist/commonjs/models/components/dextokeninfo.d.ts +43 -0
- package/dist/commonjs/models/components/dextokeninfo.d.ts.map +1 -0
- package/dist/commonjs/models/components/dextokeninfo.js +86 -0
- package/dist/commonjs/models/components/dextokeninfo.js.map +1 -0
- package/dist/commonjs/models/components/dextokenkind.d.ts +17 -0
- package/dist/commonjs/models/components/dextokenkind.d.ts.map +1 -0
- package/dist/commonjs/models/components/dextokenkind.js +54 -0
- package/dist/commonjs/models/components/dextokenkind.js.map +1 -0
- package/dist/commonjs/models/components/dextokenref.d.ts +29 -0
- package/dist/commonjs/models/components/dextokenref.d.ts.map +1 -0
- package/dist/commonjs/models/components/dextokenref.js +68 -0
- package/dist/commonjs/models/components/dextokenref.js.map +1 -0
- package/dist/commonjs/models/components/dextokensresponse.d.ts +18 -0
- package/dist/commonjs/models/components/dextokensresponse.d.ts.map +1 -0
- package/dist/commonjs/models/components/dextokensresponse.js +60 -0
- package/dist/commonjs/models/components/dextokensresponse.js.map +1 -0
- package/dist/commonjs/models/components/dexversion.d.ts +30 -0
- package/dist/commonjs/models/components/dexversion.d.ts.map +1 -0
- package/dist/commonjs/models/components/dexversion.js +59 -0
- package/dist/commonjs/models/components/dexversion.js.map +1 -0
- package/dist/commonjs/models/components/eulermarket.d.ts +12 -0
- package/dist/commonjs/models/components/eulermarket.d.ts.map +1 -1
- package/dist/commonjs/models/components/eulermarket.js +6 -0
- package/dist/commonjs/models/components/eulermarket.js.map +1 -1
- package/dist/commonjs/models/components/eulermarketcollateral.d.ts +4 -0
- package/dist/commonjs/models/components/eulermarketcollateral.d.ts.map +1 -1
- package/dist/commonjs/models/components/eulermarketcollateral.js +2 -0
- package/dist/commonjs/models/components/eulermarketcollateral.js.map +1 -1
- package/dist/commonjs/models/components/fullrange.d.ts +15 -0
- package/dist/commonjs/models/components/fullrange.d.ts.map +1 -0
- package/dist/commonjs/models/components/fullrange.js +49 -0
- package/dist/commonjs/models/components/fullrange.js.map +1 -0
- package/dist/commonjs/models/components/index.d.ts +57 -0
- package/dist/commonjs/models/components/index.d.ts.map +1 -1
- package/dist/commonjs/models/components/index.js +57 -0
- package/dist/commonjs/models/components/index.js.map +1 -1
- package/dist/commonjs/models/components/launchpad.d.ts +14 -0
- package/dist/commonjs/models/components/launchpad.d.ts.map +1 -0
- package/dist/commonjs/models/components/launchpad.js +52 -0
- package/dist/commonjs/models/components/launchpad.js.map +1 -0
- package/dist/commonjs/models/components/launchpadmetadata.d.ts +22 -0
- package/dist/commonjs/models/components/launchpadmetadata.d.ts.map +1 -0
- package/dist/commonjs/models/components/launchpadmetadata.js +63 -0
- package/dist/commonjs/models/components/launchpadmetadata.js.map +1 -0
- package/dist/commonjs/models/components/liquiditybucket.d.ts +27 -0
- package/dist/commonjs/models/components/liquiditybucket.d.ts.map +1 -0
- package/dist/commonjs/models/components/liquiditybucket.js +64 -0
- package/dist/commonjs/models/components/liquiditybucket.js.map +1 -0
- package/dist/commonjs/models/components/lpposition.d.ts +100 -0
- package/dist/commonjs/models/components/lpposition.d.ts.map +1 -0
- package/dist/commonjs/models/components/lpposition.js +120 -0
- package/dist/commonjs/models/components/lpposition.js.map +1 -0
- package/dist/commonjs/models/components/pairclass.d.ts +24 -0
- package/dist/commonjs/models/components/pairclass.d.ts.map +1 -0
- package/dist/commonjs/models/components/pairclass.js +59 -0
- package/dist/commonjs/models/components/pairclass.js.map +1 -0
- package/dist/commonjs/models/components/planstep.d.ts +23 -0
- package/dist/commonjs/models/components/planstep.d.ts.map +1 -0
- package/dist/commonjs/models/components/planstep.js +55 -0
- package/dist/commonjs/models/components/planstep.js.map +1 -0
- package/dist/commonjs/models/components/planstepkind.d.ts +17 -0
- package/dist/commonjs/models/components/planstepkind.d.ts.map +1 -0
- package/dist/commonjs/models/components/planstepkind.js +54 -0
- package/dist/commonjs/models/components/planstepkind.js.map +1 -0
- package/dist/commonjs/models/components/poolhourlypoint.d.ts +22 -0
- package/dist/commonjs/models/components/poolhourlypoint.d.ts.map +1 -0
- package/dist/commonjs/models/components/poolhourlypoint.js +69 -0
- package/dist/commonjs/models/components/poolhourlypoint.js.map +1 -0
- package/dist/commonjs/models/components/poolonchainstate.d.ts +29 -0
- package/dist/commonjs/models/components/poolonchainstate.d.ts.map +1 -0
- package/dist/commonjs/models/components/poolonchainstate.js +68 -0
- package/dist/commonjs/models/components/poolonchainstate.js.map +1 -0
- package/dist/commonjs/models/components/poolselector.d.ts +62 -0
- package/dist/commonjs/models/components/poolselector.d.ts.map +1 -0
- package/dist/commonjs/models/components/poolselector.js +64 -0
- package/dist/commonjs/models/components/poolselector.js.map +1 -0
- package/dist/commonjs/models/components/positionstatus.d.ts +12 -0
- package/dist/commonjs/models/components/positionstatus.d.ts.map +1 -0
- package/dist/commonjs/models/components/positionstatus.js +49 -0
- package/dist/commonjs/models/components/positionstatus.js.map +1 -0
- package/dist/commonjs/models/components/pricerange.d.ts +31 -0
- package/dist/commonjs/models/components/pricerange.d.ts.map +1 -0
- package/dist/commonjs/models/components/pricerange.js +69 -0
- package/dist/commonjs/models/components/pricerange.js.map +1 -0
- package/dist/commonjs/models/components/pricesource.d.ts +31 -0
- package/dist/commonjs/models/components/pricesource.d.ts.map +1 -0
- package/dist/commonjs/models/components/pricesource.js +60 -0
- package/dist/commonjs/models/components/pricesource.js.map +1 -0
- package/dist/commonjs/models/components/probabilisticoutlook.d.ts +32 -0
- package/dist/commonjs/models/components/probabilisticoutlook.d.ts.map +1 -0
- package/dist/commonjs/models/components/probabilisticoutlook.js +73 -0
- package/dist/commonjs/models/components/probabilisticoutlook.js.map +1 -0
- package/dist/commonjs/models/components/rebalancephase.d.ts +16 -0
- package/dist/commonjs/models/components/rebalancephase.d.ts.map +1 -0
- package/dist/commonjs/models/components/rebalancephase.js +53 -0
- package/dist/commonjs/models/components/rebalancephase.js.map +1 -0
- package/dist/commonjs/models/components/rebalancereason.d.ts +14 -0
- package/dist/commonjs/models/components/rebalancereason.d.ts.map +1 -0
- package/dist/commonjs/models/components/rebalancereason.js +51 -0
- package/dist/commonjs/models/components/rebalancereason.js.map +1 -0
- package/dist/commonjs/models/components/rebalancestrategy.d.ts +17 -0
- package/dist/commonjs/models/components/rebalancestrategy.d.ts.map +1 -0
- package/dist/commonjs/models/components/rebalancestrategy.js +51 -0
- package/dist/commonjs/models/components/rebalancestrategy.js.map +1 -0
- package/dist/commonjs/models/components/resolvedrange.d.ts +27 -0
- package/dist/commonjs/models/components/resolvedrange.d.ts.map +1 -0
- package/dist/commonjs/models/components/resolvedrange.js +67 -0
- package/dist/commonjs/models/components/resolvedrange.js.map +1 -0
- package/dist/commonjs/models/components/riskassumptions.d.ts +35 -0
- package/dist/commonjs/models/components/riskassumptions.d.ts.map +1 -0
- package/dist/commonjs/models/components/riskassumptions.js +83 -0
- package/dist/commonjs/models/components/riskassumptions.js.map +1 -0
- package/dist/commonjs/models/components/riskscenariosrequest.d.ts +106 -0
- package/dist/commonjs/models/components/riskscenariosrequest.d.ts.map +1 -0
- package/dist/commonjs/models/components/riskscenariosrequest.js +124 -0
- package/dist/commonjs/models/components/riskscenariosrequest.js.map +1 -0
- package/dist/commonjs/models/components/riskscenariosresponse.d.ts +38 -0
- package/dist/commonjs/models/components/riskscenariosresponse.d.ts.map +1 -0
- package/dist/commonjs/models/components/riskscenariosresponse.js +64 -0
- package/dist/commonjs/models/components/riskscenariosresponse.js.map +1 -0
- package/dist/commonjs/models/components/riskyieldcollectrequest.d.ts +81 -0
- package/dist/commonjs/models/components/riskyieldcollectrequest.d.ts.map +1 -0
- package/dist/commonjs/models/components/riskyieldcollectrequest.js +81 -0
- package/dist/commonjs/models/components/riskyieldcollectrequest.js.map +1 -0
- package/dist/commonjs/models/components/riskyielddecreaserequest.d.ts +103 -0
- package/dist/commonjs/models/components/riskyielddecreaserequest.d.ts.map +1 -0
- package/dist/commonjs/models/components/riskyielddecreaserequest.js +90 -0
- package/dist/commonjs/models/components/riskyielddecreaserequest.js.map +1 -0
- package/dist/commonjs/models/components/riskyieldincreaserequest.d.ts +93 -0
- package/dist/commonjs/models/components/riskyieldincreaserequest.d.ts.map +1 -0
- package/dist/commonjs/models/components/riskyieldincreaserequest.js +98 -0
- package/dist/commonjs/models/components/riskyieldincreaserequest.js.map +1 -0
- package/dist/commonjs/models/components/riskyieldliquidityresponse.d.ts +28 -0
- package/dist/commonjs/models/components/riskyieldliquidityresponse.d.ts.map +1 -0
- package/dist/commonjs/models/components/riskyieldliquidityresponse.js +74 -0
- package/dist/commonjs/models/components/riskyieldliquidityresponse.js.map +1 -0
- package/dist/commonjs/models/components/riskyieldmintrequest.d.ts +106 -0
- package/dist/commonjs/models/components/riskyieldmintrequest.d.ts.map +1 -0
- package/dist/commonjs/models/components/riskyieldmintrequest.js +117 -0
- package/dist/commonjs/models/components/riskyieldmintrequest.js.map +1 -0
- package/dist/commonjs/models/components/riskyieldpositionsresponse.d.ts +16 -0
- package/dist/commonjs/models/components/riskyieldpositionsresponse.d.ts.map +1 -0
- package/dist/commonjs/models/components/riskyieldpositionsresponse.js +64 -0
- package/dist/commonjs/models/components/riskyieldpositionsresponse.js.map +1 -0
- package/dist/commonjs/models/components/riskyieldrebalancerequest.d.ts +125 -0
- package/dist/commonjs/models/components/riskyieldrebalancerequest.d.ts.map +1 -0
- package/dist/commonjs/models/components/riskyieldrebalancerequest.js +98 -0
- package/dist/commonjs/models/components/riskyieldrebalancerequest.js.map +1 -0
- package/dist/commonjs/models/components/riskyieldrebalanceresponse.d.ts +34 -0
- package/dist/commonjs/models/components/riskyieldrebalanceresponse.d.ts.map +1 -0
- package/dist/commonjs/models/components/riskyieldrebalanceresponse.js +81 -0
- package/dist/commonjs/models/components/riskyieldrebalanceresponse.js.map +1 -0
- package/dist/commonjs/models/components/riskyieldswaprequest.d.ts +101 -0
- package/dist/commonjs/models/components/riskyieldswaprequest.d.ts.map +1 -0
- package/dist/commonjs/models/components/riskyieldswaprequest.js +89 -0
- package/dist/commonjs/models/components/riskyieldswaprequest.js.map +1 -0
- package/dist/commonjs/models/components/riskyieldswapresponse.d.ts +27 -0
- package/dist/commonjs/models/components/riskyieldswapresponse.d.ts.map +1 -0
- package/dist/commonjs/models/components/riskyieldswapresponse.js +58 -0
- package/dist/commonjs/models/components/riskyieldswapresponse.js.map +1 -0
- package/dist/commonjs/models/components/riskyieldtransferrequest.d.ts +95 -0
- package/dist/commonjs/models/components/riskyieldtransferrequest.d.ts.map +1 -0
- package/dist/commonjs/models/components/riskyieldtransferrequest.js +84 -0
- package/dist/commonjs/models/components/riskyieldtransferrequest.js.map +1 -0
- package/dist/commonjs/models/components/scenarioinput.d.ts +68 -0
- package/dist/commonjs/models/components/scenarioinput.d.ts.map +1 -0
- package/dist/commonjs/models/components/scenarioinput.js +77 -0
- package/dist/commonjs/models/components/scenarioinput.js.map +1 -0
- package/dist/commonjs/models/components/scenarioresult.d.ts +31 -0
- package/dist/commonjs/models/components/scenarioresult.d.ts.map +1 -0
- package/dist/commonjs/models/components/scenarioresult.js +78 -0
- package/dist/commonjs/models/components/scenarioresult.js.map +1 -0
- package/dist/commonjs/models/components/simulation.d.ts +21 -0
- package/dist/commonjs/models/components/simulation.d.ts.map +1 -0
- package/dist/commonjs/models/components/simulation.js +57 -0
- package/dist/commonjs/models/components/simulation.js.map +1 -0
- package/dist/commonjs/models/components/singlesideddeposit.d.ts +30 -0
- package/dist/commonjs/models/components/singlesideddeposit.d.ts.map +1 -0
- package/dist/commonjs/models/components/singlesideddeposit.js +57 -0
- package/dist/commonjs/models/components/singlesideddeposit.js.map +1 -0
- package/dist/commonjs/models/components/stockmetadata.d.ts +27 -0
- package/dist/commonjs/models/components/stockmetadata.d.ts.map +1 -0
- package/dist/commonjs/models/components/stockmetadata.js +67 -0
- package/dist/commonjs/models/components/stockmetadata.js.map +1 -0
- package/dist/commonjs/models/components/stockreference.d.ts +35 -0
- package/dist/commonjs/models/components/stockreference.d.ts.map +1 -0
- package/dist/commonjs/models/components/stockreference.js +66 -0
- package/dist/commonjs/models/components/stockreference.js.map +1 -0
- package/dist/commonjs/models/components/swapplan.d.ts +22 -0
- package/dist/commonjs/models/components/swapplan.d.ts.map +1 -0
- package/dist/commonjs/models/components/swapplan.js +67 -0
- package/dist/commonjs/models/components/swapplan.js.map +1 -0
- package/dist/commonjs/models/components/symmetricrange.d.ts +34 -0
- package/dist/commonjs/models/components/symmetricrange.d.ts.map +1 -0
- package/dist/commonjs/models/components/symmetricrange.js +61 -0
- package/dist/commonjs/models/components/symmetricrange.js.map +1 -0
- package/dist/commonjs/models/components/tickrange.d.ts +19 -0
- package/dist/commonjs/models/components/tickrange.d.ts.map +1 -0
- package/dist/commonjs/models/components/tickrange.js +57 -0
- package/dist/commonjs/models/components/tickrange.js.map +1 -0
- package/dist/commonjs/models/components/usddeposit.d.ts +28 -0
- package/dist/commonjs/models/components/usddeposit.d.ts.map +1 -0
- package/dist/commonjs/models/components/usddeposit.js +61 -0
- package/dist/commonjs/models/components/usddeposit.js.map +1 -0
- package/dist/commonjs/models/operations/index.d.ts +4 -0
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +4 -0
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/models/operations/v2earnswapquote.d.ts +1 -0
- package/dist/commonjs/models/operations/v2earnswapquote.d.ts.map +1 -1
- package/dist/commonjs/models/operations/v2earnswapquote.js +1 -0
- package/dist/commonjs/models/operations/v2earnswapquote.js.map +1 -1
- package/dist/commonjs/models/operations/v2earnvaults.d.ts +4 -4
- package/dist/commonjs/models/operations/v2earnvaults.d.ts.map +1 -1
- package/dist/commonjs/models/operations/v2earnvaults.js +5 -5
- package/dist/commonjs/models/operations/v2earnvaults.js.map +1 -1
- package/dist/commonjs/models/operations/v2riskyieldpools.d.ts +111 -0
- package/dist/commonjs/models/operations/v2riskyieldpools.d.ts.map +1 -0
- package/dist/commonjs/models/operations/v2riskyieldpools.js +113 -0
- package/dist/commonjs/models/operations/v2riskyieldpools.js.map +1 -0
- package/dist/commonjs/models/operations/v2riskyieldpoolspoolid.d.ts +39 -0
- package/dist/commonjs/models/operations/v2riskyieldpoolspoolid.d.ts.map +1 -0
- package/dist/commonjs/models/operations/v2riskyieldpoolspoolid.js +71 -0
- package/dist/commonjs/models/operations/v2riskyieldpoolspoolid.js.map +1 -0
- package/dist/commonjs/models/operations/v2riskyieldpositions.d.ts +41 -0
- package/dist/commonjs/models/operations/v2riskyieldpositions.d.ts.map +1 -0
- package/dist/commonjs/models/operations/v2riskyieldpositions.js +64 -0
- package/dist/commonjs/models/operations/v2riskyieldpositions.js.map +1 -0
- package/dist/commonjs/models/operations/v2riskyieldtokens.d.ts +78 -0
- package/dist/commonjs/models/operations/v2riskyieldtokens.d.ts.map +1 -0
- package/dist/commonjs/models/operations/v2riskyieldtokens.js +94 -0
- package/dist/commonjs/models/operations/v2riskyieldtokens.js.map +1 -0
- package/dist/commonjs/models/operations/v2tokenizedassetsbalances.d.ts +1 -0
- package/dist/commonjs/models/operations/v2tokenizedassetsbalances.d.ts.map +1 -1
- package/dist/commonjs/models/operations/v2tokenizedassetsbalances.js +1 -0
- package/dist/commonjs/models/operations/v2tokenizedassetsbalances.js.map +1 -1
- package/dist/commonjs/models/operations/v2tokenizedassetsmarketssymbol.d.ts +1 -0
- package/dist/commonjs/models/operations/v2tokenizedassetsmarketssymbol.d.ts.map +1 -1
- package/dist/commonjs/models/operations/v2tokenizedassetsmarketssymbol.js +1 -0
- package/dist/commonjs/models/operations/v2tokenizedassetsmarketssymbol.js.map +1 -1
- package/dist/commonjs/models/operations/v2tokenizedassetspositions.d.ts +1 -0
- package/dist/commonjs/models/operations/v2tokenizedassetspositions.d.ts.map +1 -1
- package/dist/commonjs/models/operations/v2tokenizedassetspositions.js +1 -0
- package/dist/commonjs/models/operations/v2tokenizedassetspositions.js.map +1 -1
- package/dist/commonjs/models/operations/v2tokenizedassetsredemptions.d.ts +1 -0
- package/dist/commonjs/models/operations/v2tokenizedassetsredemptions.d.ts.map +1 -1
- package/dist/commonjs/models/operations/v2tokenizedassetsredemptions.js +1 -0
- package/dist/commonjs/models/operations/v2tokenizedassetsredemptions.js.map +1 -1
- package/dist/commonjs/sdk/riskyield.d.ts +230 -0
- package/dist/commonjs/sdk/riskyield.d.ts.map +1 -0
- package/dist/commonjs/sdk/riskyield.js +275 -0
- package/dist/commonjs/sdk/riskyield.js.map +1 -0
- package/dist/commonjs/sdk/sdk.d.ts +3 -0
- package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
- package/dist/commonjs/sdk/sdk.js +4 -0
- package/dist/commonjs/sdk/sdk.js.map +1 -1
- package/dist/esm/funcs/riskYieldRiskYieldCollect.d.ts +18 -0
- package/dist/esm/funcs/riskYieldRiskYieldCollect.d.ts.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldCollect.js +83 -0
- package/dist/esm/funcs/riskYieldRiskYieldCollect.js.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldCreateAccount.d.ts +27 -0
- package/dist/esm/funcs/riskYieldRiskYieldCreateAccount.d.ts.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldCreateAccount.js +92 -0
- package/dist/esm/funcs/riskYieldRiskYieldCreateAccount.js.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldDecrease.d.ts +23 -0
- package/dist/esm/funcs/riskYieldRiskYieldDecrease.d.ts.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldDecrease.js +88 -0
- package/dist/esm/funcs/riskYieldRiskYieldDecrease.js.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldIncrease.d.ts +18 -0
- package/dist/esm/funcs/riskYieldRiskYieldIncrease.d.ts.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldIncrease.js +83 -0
- package/dist/esm/funcs/riskYieldRiskYieldIncrease.js.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldMint.d.ts +30 -0
- package/dist/esm/funcs/riskYieldRiskYieldMint.d.ts.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldMint.js +95 -0
- package/dist/esm/funcs/riskYieldRiskYieldMint.js.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldPools.d.ts +33 -0
- package/dist/esm/funcs/riskYieldRiskYieldPools.d.ts.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldPools.js +115 -0
- package/dist/esm/funcs/riskYieldRiskYieldPools.js.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldPoolsPoolId.d.ts +24 -0
- package/dist/esm/funcs/riskYieldRiskYieldPoolsPoolId.d.ts.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldPoolsPoolId.js +100 -0
- package/dist/esm/funcs/riskYieldRiskYieldPoolsPoolId.js.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldPositions.d.ts +34 -0
- package/dist/esm/funcs/riskYieldRiskYieldPositions.d.ts.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldPositions.js +105 -0
- package/dist/esm/funcs/riskYieldRiskYieldPositions.js.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldRebalance.d.ts +37 -0
- package/dist/esm/funcs/riskYieldRiskYieldRebalance.d.ts.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldRebalance.js +102 -0
- package/dist/esm/funcs/riskYieldRiskYieldRebalance.js.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldRiskScenarios.d.ts +42 -0
- package/dist/esm/funcs/riskYieldRiskYieldRiskScenarios.d.ts.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldRiskScenarios.js +107 -0
- package/dist/esm/funcs/riskYieldRiskYieldRiskScenarios.js.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldSwap.d.ts +32 -0
- package/dist/esm/funcs/riskYieldRiskYieldSwap.d.ts.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldSwap.js +97 -0
- package/dist/esm/funcs/riskYieldRiskYieldSwap.js.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldTokens.d.ts +28 -0
- package/dist/esm/funcs/riskYieldRiskYieldTokens.d.ts.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldTokens.js +106 -0
- package/dist/esm/funcs/riskYieldRiskYieldTokens.js.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldTransfer.d.ts +25 -0
- package/dist/esm/funcs/riskYieldRiskYieldTransfer.d.ts.map +1 -0
- package/dist/esm/funcs/riskYieldRiskYieldTransfer.js +90 -0
- package/dist/esm/funcs/riskYieldRiskYieldTransfer.js.map +1 -0
- package/dist/esm/models/components/bothsidesdeposit.d.ts +31 -0
- package/dist/esm/models/components/bothsidesdeposit.d.ts.map +1 -0
- package/dist/esm/models/components/bothsidesdeposit.js +24 -0
- package/dist/esm/models/components/bothsidesdeposit.js.map +1 -0
- package/dist/esm/models/components/chain.d.ts +1 -0
- package/dist/esm/models/components/chain.d.ts.map +1 -1
- package/dist/esm/models/components/chain.js +1 -0
- package/dist/esm/models/components/chain.js.map +1 -1
- package/dist/esm/models/components/costbasis.d.ts +25 -0
- package/dist/esm/models/components/costbasis.d.ts.map +1 -0
- package/dist/esm/models/components/costbasis.js +24 -0
- package/dist/esm/models/components/costbasis.js.map +1 -0
- package/dist/esm/models/components/costbasissource.d.ts +11 -0
- package/dist/esm/models/components/costbasissource.d.ts.map +1 -0
- package/dist/esm/models/components/costbasissource.js +12 -0
- package/dist/esm/models/components/costbasissource.js.map +1 -0
- package/dist/esm/models/components/createriskyieldaccountrequest.d.ts +46 -0
- package/dist/esm/models/components/createriskyieldaccountrequest.d.ts.map +1 -0
- package/dist/esm/models/components/createriskyieldaccountrequest.js +28 -0
- package/dist/esm/models/components/createriskyieldaccountrequest.js.map +1 -0
- package/dist/esm/models/components/createriskyieldaccountresponse.d.ts +18 -0
- package/dist/esm/models/components/createriskyieldaccountresponse.d.ts.map +1 -0
- package/dist/esm/models/components/createriskyieldaccountresponse.js +20 -0
- package/dist/esm/models/components/createriskyieldaccountresponse.js.map +1 -0
- package/dist/esm/models/components/depositplan.d.ts +32 -0
- package/dist/esm/models/components/depositplan.d.ts.map +1 -0
- package/dist/esm/models/components/depositplan.js +28 -0
- package/dist/esm/models/components/depositplan.js.map +1 -0
- package/dist/esm/models/components/dexpooldetailresponse.d.ts +23 -0
- package/dist/esm/models/components/dexpooldetailresponse.d.ts.map +1 -0
- package/dist/esm/models/components/dexpooldetailresponse.js +30 -0
- package/dist/esm/models/components/dexpooldetailresponse.js.map +1 -0
- package/dist/esm/models/components/dexpoolinfo.d.ts +110 -0
- package/dist/esm/models/components/dexpoolinfo.d.ts.map +1 -0
- package/dist/esm/models/components/dexpoolinfo.js +93 -0
- package/dist/esm/models/components/dexpoolinfo.js.map +1 -0
- package/dist/esm/models/components/dexpoolsresponse.d.ts +14 -0
- package/dist/esm/models/components/dexpoolsresponse.d.ts.map +1 -0
- package/dist/esm/models/components/dexpoolsresponse.js +17 -0
- package/dist/esm/models/components/dexpoolsresponse.js.map +1 -0
- package/dist/esm/models/components/dextokeninfo.d.ts +43 -0
- package/dist/esm/models/components/dextokeninfo.d.ts.map +1 -0
- package/dist/esm/models/components/dextokeninfo.js +49 -0
- package/dist/esm/models/components/dextokeninfo.js.map +1 -0
- package/dist/esm/models/components/dextokenkind.d.ts +17 -0
- package/dist/esm/models/components/dextokenkind.d.ts.map +1 -0
- package/dist/esm/models/components/dextokenkind.js +18 -0
- package/dist/esm/models/components/dextokenkind.js.map +1 -0
- package/dist/esm/models/components/dextokenref.d.ts +29 -0
- package/dist/esm/models/components/dextokenref.d.ts.map +1 -0
- package/dist/esm/models/components/dextokenref.js +31 -0
- package/dist/esm/models/components/dextokenref.js.map +1 -0
- package/dist/esm/models/components/dextokensresponse.d.ts +18 -0
- package/dist/esm/models/components/dextokensresponse.d.ts.map +1 -0
- package/dist/esm/models/components/dextokensresponse.js +23 -0
- package/dist/esm/models/components/dextokensresponse.js.map +1 -0
- package/dist/esm/models/components/dexversion.d.ts +30 -0
- package/dist/esm/models/components/dexversion.d.ts.map +1 -0
- package/dist/esm/models/components/dexversion.js +23 -0
- package/dist/esm/models/components/dexversion.js.map +1 -0
- package/dist/esm/models/components/eulermarket.d.ts +12 -0
- package/dist/esm/models/components/eulermarket.d.ts.map +1 -1
- package/dist/esm/models/components/eulermarket.js +6 -0
- package/dist/esm/models/components/eulermarket.js.map +1 -1
- package/dist/esm/models/components/eulermarketcollateral.d.ts +4 -0
- package/dist/esm/models/components/eulermarketcollateral.d.ts.map +1 -1
- package/dist/esm/models/components/eulermarketcollateral.js +2 -0
- package/dist/esm/models/components/eulermarketcollateral.js.map +1 -1
- package/dist/esm/models/components/fullrange.d.ts +15 -0
- package/dist/esm/models/components/fullrange.d.ts.map +1 -0
- package/dist/esm/models/components/fullrange.js +12 -0
- package/dist/esm/models/components/fullrange.js.map +1 -0
- package/dist/esm/models/components/index.d.ts +57 -0
- package/dist/esm/models/components/index.d.ts.map +1 -1
- package/dist/esm/models/components/index.js +57 -0
- package/dist/esm/models/components/index.js.map +1 -1
- package/dist/esm/models/components/launchpad.d.ts +14 -0
- package/dist/esm/models/components/launchpad.d.ts.map +1 -0
- package/dist/esm/models/components/launchpad.js +16 -0
- package/dist/esm/models/components/launchpad.js.map +1 -0
- package/dist/esm/models/components/launchpadmetadata.d.ts +22 -0
- package/dist/esm/models/components/launchpadmetadata.d.ts.map +1 -0
- package/dist/esm/models/components/launchpadmetadata.js +26 -0
- package/dist/esm/models/components/launchpadmetadata.js.map +1 -0
- package/dist/esm/models/components/liquiditybucket.d.ts +27 -0
- package/dist/esm/models/components/liquiditybucket.d.ts.map +1 -0
- package/dist/esm/models/components/liquiditybucket.js +27 -0
- package/dist/esm/models/components/liquiditybucket.js.map +1 -0
- package/dist/esm/models/components/lpposition.d.ts +100 -0
- package/dist/esm/models/components/lpposition.d.ts.map +1 -0
- package/dist/esm/models/components/lpposition.js +83 -0
- package/dist/esm/models/components/lpposition.js.map +1 -0
- package/dist/esm/models/components/pairclass.d.ts +24 -0
- package/dist/esm/models/components/pairclass.d.ts.map +1 -0
- package/dist/esm/models/components/pairclass.js +23 -0
- package/dist/esm/models/components/pairclass.js.map +1 -0
- package/dist/esm/models/components/planstep.d.ts +23 -0
- package/dist/esm/models/components/planstep.d.ts.map +1 -0
- package/dist/esm/models/components/planstep.js +18 -0
- package/dist/esm/models/components/planstep.js.map +1 -0
- package/dist/esm/models/components/planstepkind.d.ts +17 -0
- package/dist/esm/models/components/planstepkind.d.ts.map +1 -0
- package/dist/esm/models/components/planstepkind.js +18 -0
- package/dist/esm/models/components/planstepkind.js.map +1 -0
- package/dist/esm/models/components/poolhourlypoint.d.ts +22 -0
- package/dist/esm/models/components/poolhourlypoint.d.ts.map +1 -0
- package/dist/esm/models/components/poolhourlypoint.js +32 -0
- package/dist/esm/models/components/poolhourlypoint.js.map +1 -0
- package/dist/esm/models/components/poolonchainstate.d.ts +29 -0
- package/dist/esm/models/components/poolonchainstate.d.ts.map +1 -0
- package/dist/esm/models/components/poolonchainstate.js +31 -0
- package/dist/esm/models/components/poolonchainstate.js.map +1 -0
- package/dist/esm/models/components/poolselector.d.ts +62 -0
- package/dist/esm/models/components/poolselector.d.ts.map +1 -0
- package/dist/esm/models/components/poolselector.js +27 -0
- package/dist/esm/models/components/poolselector.js.map +1 -0
- package/dist/esm/models/components/positionstatus.d.ts +12 -0
- package/dist/esm/models/components/positionstatus.d.ts.map +1 -0
- package/dist/esm/models/components/positionstatus.js +13 -0
- package/dist/esm/models/components/positionstatus.js.map +1 -0
- package/dist/esm/models/components/pricerange.d.ts +31 -0
- package/dist/esm/models/components/pricerange.d.ts.map +1 -0
- package/dist/esm/models/components/pricerange.js +30 -0
- package/dist/esm/models/components/pricerange.js.map +1 -0
- package/dist/esm/models/components/pricesource.d.ts +31 -0
- package/dist/esm/models/components/pricesource.d.ts.map +1 -0
- package/dist/esm/models/components/pricesource.js +24 -0
- package/dist/esm/models/components/pricesource.js.map +1 -0
- package/dist/esm/models/components/probabilisticoutlook.d.ts +32 -0
- package/dist/esm/models/components/probabilisticoutlook.d.ts.map +1 -0
- package/dist/esm/models/components/probabilisticoutlook.js +36 -0
- package/dist/esm/models/components/probabilisticoutlook.js.map +1 -0
- package/dist/esm/models/components/rebalancephase.d.ts +16 -0
- package/dist/esm/models/components/rebalancephase.d.ts.map +1 -0
- package/dist/esm/models/components/rebalancephase.js +16 -0
- package/dist/esm/models/components/rebalancephase.js.map +1 -0
- package/dist/esm/models/components/rebalancereason.d.ts +14 -0
- package/dist/esm/models/components/rebalancereason.d.ts.map +1 -0
- package/dist/esm/models/components/rebalancereason.js +15 -0
- package/dist/esm/models/components/rebalancereason.js.map +1 -0
- package/dist/esm/models/components/rebalancestrategy.d.ts +17 -0
- package/dist/esm/models/components/rebalancestrategy.d.ts.map +1 -0
- package/dist/esm/models/components/rebalancestrategy.js +15 -0
- package/dist/esm/models/components/rebalancestrategy.js.map +1 -0
- package/dist/esm/models/components/resolvedrange.d.ts +27 -0
- package/dist/esm/models/components/resolvedrange.d.ts.map +1 -0
- package/dist/esm/models/components/resolvedrange.js +30 -0
- package/dist/esm/models/components/resolvedrange.js.map +1 -0
- package/dist/esm/models/components/riskassumptions.d.ts +35 -0
- package/dist/esm/models/components/riskassumptions.d.ts.map +1 -0
- package/dist/esm/models/components/riskassumptions.js +46 -0
- package/dist/esm/models/components/riskassumptions.js.map +1 -0
- package/dist/esm/models/components/riskscenariosrequest.d.ts +106 -0
- package/dist/esm/models/components/riskscenariosrequest.d.ts.map +1 -0
- package/dist/esm/models/components/riskscenariosrequest.js +83 -0
- package/dist/esm/models/components/riskscenariosrequest.js.map +1 -0
- package/dist/esm/models/components/riskscenariosresponse.d.ts +38 -0
- package/dist/esm/models/components/riskscenariosresponse.d.ts.map +1 -0
- package/dist/esm/models/components/riskscenariosresponse.js +27 -0
- package/dist/esm/models/components/riskscenariosresponse.js.map +1 -0
- package/dist/esm/models/components/riskyieldcollectrequest.d.ts +81 -0
- package/dist/esm/models/components/riskyieldcollectrequest.d.ts.map +1 -0
- package/dist/esm/models/components/riskyieldcollectrequest.js +43 -0
- package/dist/esm/models/components/riskyieldcollectrequest.js.map +1 -0
- package/dist/esm/models/components/riskyielddecreaserequest.d.ts +103 -0
- package/dist/esm/models/components/riskyielddecreaserequest.d.ts.map +1 -0
- package/dist/esm/models/components/riskyielddecreaserequest.js +51 -0
- package/dist/esm/models/components/riskyielddecreaserequest.js.map +1 -0
- package/dist/esm/models/components/riskyieldincreaserequest.d.ts +93 -0
- package/dist/esm/models/components/riskyieldincreaserequest.d.ts.map +1 -0
- package/dist/esm/models/components/riskyieldincreaserequest.js +59 -0
- package/dist/esm/models/components/riskyieldincreaserequest.js.map +1 -0
- package/dist/esm/models/components/riskyieldliquidityresponse.d.ts +28 -0
- package/dist/esm/models/components/riskyieldliquidityresponse.d.ts.map +1 -0
- package/dist/esm/models/components/riskyieldliquidityresponse.js +37 -0
- package/dist/esm/models/components/riskyieldliquidityresponse.js.map +1 -0
- package/dist/esm/models/components/riskyieldmintrequest.d.ts +106 -0
- package/dist/esm/models/components/riskyieldmintrequest.d.ts.map +1 -0
- package/dist/esm/models/components/riskyieldmintrequest.js +77 -0
- package/dist/esm/models/components/riskyieldmintrequest.js.map +1 -0
- package/dist/esm/models/components/riskyieldpositionsresponse.d.ts +16 -0
- package/dist/esm/models/components/riskyieldpositionsresponse.d.ts.map +1 -0
- package/dist/esm/models/components/riskyieldpositionsresponse.js +27 -0
- package/dist/esm/models/components/riskyieldpositionsresponse.js.map +1 -0
- package/dist/esm/models/components/riskyieldrebalancerequest.d.ts +125 -0
- package/dist/esm/models/components/riskyieldrebalancerequest.d.ts.map +1 -0
- package/dist/esm/models/components/riskyieldrebalancerequest.js +59 -0
- package/dist/esm/models/components/riskyieldrebalancerequest.js.map +1 -0
- package/dist/esm/models/components/riskyieldrebalanceresponse.d.ts +34 -0
- package/dist/esm/models/components/riskyieldrebalanceresponse.d.ts.map +1 -0
- package/dist/esm/models/components/riskyieldrebalanceresponse.js +44 -0
- package/dist/esm/models/components/riskyieldrebalanceresponse.js.map +1 -0
- package/dist/esm/models/components/riskyieldswaprequest.d.ts +101 -0
- package/dist/esm/models/components/riskyieldswaprequest.d.ts.map +1 -0
- package/dist/esm/models/components/riskyieldswaprequest.js +50 -0
- package/dist/esm/models/components/riskyieldswaprequest.js.map +1 -0
- package/dist/esm/models/components/riskyieldswapresponse.d.ts +27 -0
- package/dist/esm/models/components/riskyieldswapresponse.d.ts.map +1 -0
- package/dist/esm/models/components/riskyieldswapresponse.js +21 -0
- package/dist/esm/models/components/riskyieldswapresponse.js.map +1 -0
- package/dist/esm/models/components/riskyieldtransferrequest.d.ts +95 -0
- package/dist/esm/models/components/riskyieldtransferrequest.d.ts.map +1 -0
- package/dist/esm/models/components/riskyieldtransferrequest.js +46 -0
- package/dist/esm/models/components/riskyieldtransferrequest.js.map +1 -0
- package/dist/esm/models/components/scenarioinput.d.ts +68 -0
- package/dist/esm/models/components/scenarioinput.d.ts.map +1 -0
- package/dist/esm/models/components/scenarioinput.js +37 -0
- package/dist/esm/models/components/scenarioinput.js.map +1 -0
- package/dist/esm/models/components/scenarioresult.d.ts +31 -0
- package/dist/esm/models/components/scenarioresult.d.ts.map +1 -0
- package/dist/esm/models/components/scenarioresult.js +41 -0
- package/dist/esm/models/components/scenarioresult.js.map +1 -0
- package/dist/esm/models/components/simulation.d.ts +21 -0
- package/dist/esm/models/components/simulation.d.ts.map +1 -0
- package/dist/esm/models/components/simulation.js +20 -0
- package/dist/esm/models/components/simulation.js.map +1 -0
- package/dist/esm/models/components/singlesideddeposit.d.ts +30 -0
- package/dist/esm/models/components/singlesideddeposit.d.ts.map +1 -0
- package/dist/esm/models/components/singlesideddeposit.js +19 -0
- package/dist/esm/models/components/singlesideddeposit.js.map +1 -0
- package/dist/esm/models/components/stockmetadata.d.ts +27 -0
- package/dist/esm/models/components/stockmetadata.d.ts.map +1 -0
- package/dist/esm/models/components/stockmetadata.js +30 -0
- package/dist/esm/models/components/stockmetadata.js.map +1 -0
- package/dist/esm/models/components/stockreference.d.ts +35 -0
- package/dist/esm/models/components/stockreference.d.ts.map +1 -0
- package/dist/esm/models/components/stockreference.js +29 -0
- package/dist/esm/models/components/stockreference.js.map +1 -0
- package/dist/esm/models/components/swapplan.d.ts +22 -0
- package/dist/esm/models/components/swapplan.d.ts.map +1 -0
- package/dist/esm/models/components/swapplan.js +30 -0
- package/dist/esm/models/components/swapplan.js.map +1 -0
- package/dist/esm/models/components/symmetricrange.d.ts +34 -0
- package/dist/esm/models/components/symmetricrange.d.ts.map +1 -0
- package/dist/esm/models/components/symmetricrange.js +23 -0
- package/dist/esm/models/components/symmetricrange.js.map +1 -0
- package/dist/esm/models/components/tickrange.d.ts +19 -0
- package/dist/esm/models/components/tickrange.d.ts.map +1 -0
- package/dist/esm/models/components/tickrange.js +20 -0
- package/dist/esm/models/components/tickrange.js.map +1 -0
- package/dist/esm/models/components/usddeposit.d.ts +28 -0
- package/dist/esm/models/components/usddeposit.d.ts.map +1 -0
- package/dist/esm/models/components/usddeposit.js +23 -0
- package/dist/esm/models/components/usddeposit.js.map +1 -0
- package/dist/esm/models/operations/index.d.ts +4 -0
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +4 -0
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/models/operations/v2earnswapquote.d.ts +1 -0
- package/dist/esm/models/operations/v2earnswapquote.d.ts.map +1 -1
- package/dist/esm/models/operations/v2earnswapquote.js +1 -0
- package/dist/esm/models/operations/v2earnswapquote.js.map +1 -1
- package/dist/esm/models/operations/v2earnvaults.d.ts +4 -4
- package/dist/esm/models/operations/v2earnvaults.d.ts.map +1 -1
- package/dist/esm/models/operations/v2earnvaults.js +3 -3
- package/dist/esm/models/operations/v2earnvaults.js.map +1 -1
- package/dist/esm/models/operations/v2riskyieldpools.d.ts +111 -0
- package/dist/esm/models/operations/v2riskyieldpools.d.ts.map +1 -0
- package/dist/esm/models/operations/v2riskyieldpools.js +74 -0
- package/dist/esm/models/operations/v2riskyieldpools.js.map +1 -0
- package/dist/esm/models/operations/v2riskyieldpoolspoolid.d.ts +39 -0
- package/dist/esm/models/operations/v2riskyieldpoolspoolid.d.ts.map +1 -0
- package/dist/esm/models/operations/v2riskyieldpoolspoolid.js +34 -0
- package/dist/esm/models/operations/v2riskyieldpoolspoolid.js.map +1 -0
- package/dist/esm/models/operations/v2riskyieldpositions.d.ts +41 -0
- package/dist/esm/models/operations/v2riskyieldpositions.d.ts.map +1 -0
- package/dist/esm/models/operations/v2riskyieldpositions.js +27 -0
- package/dist/esm/models/operations/v2riskyieldpositions.js.map +1 -0
- package/dist/esm/models/operations/v2riskyieldtokens.d.ts +78 -0
- package/dist/esm/models/operations/v2riskyieldtokens.d.ts.map +1 -0
- package/dist/esm/models/operations/v2riskyieldtokens.js +56 -0
- package/dist/esm/models/operations/v2riskyieldtokens.js.map +1 -0
- package/dist/esm/models/operations/v2tokenizedassetsbalances.d.ts +1 -0
- package/dist/esm/models/operations/v2tokenizedassetsbalances.d.ts.map +1 -1
- package/dist/esm/models/operations/v2tokenizedassetsbalances.js +1 -0
- package/dist/esm/models/operations/v2tokenizedassetsbalances.js.map +1 -1
- package/dist/esm/models/operations/v2tokenizedassetsmarketssymbol.d.ts +1 -0
- package/dist/esm/models/operations/v2tokenizedassetsmarketssymbol.d.ts.map +1 -1
- package/dist/esm/models/operations/v2tokenizedassetsmarketssymbol.js +1 -0
- package/dist/esm/models/operations/v2tokenizedassetsmarketssymbol.js.map +1 -1
- package/dist/esm/models/operations/v2tokenizedassetspositions.d.ts +1 -0
- package/dist/esm/models/operations/v2tokenizedassetspositions.d.ts.map +1 -1
- package/dist/esm/models/operations/v2tokenizedassetspositions.js +1 -0
- package/dist/esm/models/operations/v2tokenizedassetspositions.js.map +1 -1
- package/dist/esm/models/operations/v2tokenizedassetsredemptions.d.ts +1 -0
- package/dist/esm/models/operations/v2tokenizedassetsredemptions.d.ts.map +1 -1
- package/dist/esm/models/operations/v2tokenizedassetsredemptions.js +1 -0
- package/dist/esm/models/operations/v2tokenizedassetsredemptions.js.map +1 -1
- package/dist/esm/sdk/riskyield.d.ts +230 -0
- package/dist/esm/sdk/riskyield.d.ts.map +1 -0
- package/dist/esm/sdk/riskyield.js +271 -0
- package/dist/esm/sdk/riskyield.js.map +1 -0
- package/dist/esm/sdk/sdk.d.ts +3 -0
- package/dist/esm/sdk/sdk.d.ts.map +1 -1
- package/dist/esm/sdk/sdk.js +4 -0
- package/dist/esm/sdk/sdk.js.map +1 -1
- package/docs/models/components/amount0.md +17 -0
- package/docs/models/components/amount1.md +17 -0
- package/docs/models/components/baseusdmovepct.md +19 -0
- package/docs/models/components/bothsidesdeposit.md +23 -0
- package/docs/models/components/chain.md +1 -1
- package/docs/models/components/costbasis.md +28 -0
- package/docs/models/components/costbasissource.md +15 -0
- package/docs/models/components/createriskyieldaccountrequest.md +23 -0
- package/docs/models/components/createriskyieldaccountrequestchain.md +17 -0
- package/docs/models/components/createriskyieldaccountresponse.md +29 -0
- package/docs/models/components/depositplan.md +34 -0
- package/docs/models/components/dexpooldetailresponse.md +59 -0
- package/docs/models/components/dexpoolinfo.md +73 -0
- package/docs/models/components/dexpoolsresponse.md +44 -0
- package/docs/models/components/dextokeninfo.md +37 -0
- package/docs/models/components/dextokenkind.md +15 -0
- package/docs/models/components/dextokenref.md +28 -0
- package/docs/models/components/dextokensresponse.md +24 -0
- package/docs/models/components/dexversion.md +21 -0
- package/docs/models/components/eulermarket.md +21 -18
- package/docs/models/components/eulermarketcollateral.md +11 -10
- package/docs/models/components/feeaprpctoverride.md +19 -0
- package/docs/models/components/fullrange.md +19 -0
- package/docs/models/components/launchpad.md +15 -0
- package/docs/models/components/launchpadmetadata.md +25 -0
- package/docs/models/components/liquiditybucket.md +31 -0
- package/docs/models/components/lpposition.md +82 -0
- package/docs/models/components/pairclass.md +17 -0
- package/docs/models/components/percent.md +19 -0
- package/docs/models/components/planstep.md +28 -0
- package/docs/models/components/planstepkind.md +15 -0
- package/docs/models/components/poolhourlypoint.md +27 -0
- package/docs/models/components/poolonchainstate.md +34 -0
- package/docs/models/components/poolselector.md +28 -0
- package/docs/models/components/positionstatus.md +15 -0
- package/docs/models/components/pricelower.md +17 -0
- package/docs/models/components/pricerange.md +23 -0
- package/docs/models/components/pricesource.md +21 -0
- package/docs/models/components/priceupper.md +17 -0
- package/docs/models/components/probabilisticoutlook.md +49 -0
- package/docs/models/components/quoteusdmovepct.md +19 -0
- package/docs/models/components/ratiomovepct.md +19 -0
- package/docs/models/components/rebalancephase.md +23 -0
- package/docs/models/components/rebalancereason.md +15 -0
- package/docs/models/components/rebalancestrategy.md +17 -0
- package/docs/models/components/resolvedrange.md +34 -0
- package/docs/models/components/riskassumptions.md +41 -0
- package/docs/models/components/riskscenariosrequest.md +55 -0
- package/docs/models/components/riskscenariosrequestchain.md +15 -0
- package/docs/models/components/riskscenariosrequestdeposit.md +34 -0
- package/docs/models/components/riskscenariosrequestrange.md +42 -0
- package/docs/models/components/riskscenariosresponse.md +39 -0
- package/docs/models/components/riskyieldcollectrequest.md +29 -0
- package/docs/models/components/riskyieldcollectrequestchain.md +17 -0
- package/docs/models/components/riskyieldcollectrequestslippagepct.md +19 -0
- package/docs/models/components/riskyielddecreaserequest.md +32 -0
- package/docs/models/components/riskyielddecreaserequestchain.md +17 -0
- package/docs/models/components/riskyielddecreaserequestslippagepct.md +19 -0
- package/docs/models/components/riskyieldincreaserequest.md +34 -0
- package/docs/models/components/riskyieldincreaserequestchain.md +17 -0
- package/docs/models/components/riskyieldincreaserequestdeposit.md +34 -0
- package/docs/models/components/riskyieldincreaserequestslippagepct.md +19 -0
- package/docs/models/components/riskyieldliquidityresponse.md +36 -0
- package/docs/models/components/riskyieldmintrequest.md +41 -0
- package/docs/models/components/riskyieldmintrequestchain.md +17 -0
- package/docs/models/components/riskyieldmintrequestdeposit.md +34 -0
- package/docs/models/components/riskyieldmintrequestrange.md +42 -0
- package/docs/models/components/riskyieldmintrequestslippagepct.md +19 -0
- package/docs/models/components/riskyieldpositionsresponse.md +59 -0
- package/docs/models/components/riskyieldrebalancerequest.md +40 -0
- package/docs/models/components/riskyieldrebalancerequestchain.md +17 -0
- package/docs/models/components/riskyieldrebalancerequestslippagepct.md +19 -0
- package/docs/models/components/riskyieldrebalancerequestwidthpct.md +19 -0
- package/docs/models/components/riskyieldrebalanceresponse.md +32 -0
- package/docs/models/components/riskyieldswaprequest.md +37 -0
- package/docs/models/components/riskyieldswaprequestamountin.md +19 -0
- package/docs/models/components/riskyieldswaprequestchain.md +17 -0
- package/docs/models/components/riskyieldswaprequestslippagepct.md +19 -0
- package/docs/models/components/riskyieldswapresponse.md +19 -0
- package/docs/models/components/riskyieldtransferrequest.md +35 -0
- package/docs/models/components/riskyieldtransferrequestaction.md +17 -0
- package/docs/models/components/riskyieldtransferrequestamount.md +19 -0
- package/docs/models/components/riskyieldtransferrequestchain.md +17 -0
- package/docs/models/components/scenarioinput.md +28 -0
- package/docs/models/components/scenarioresult.md +39 -0
- package/docs/models/components/simulation.md +25 -0
- package/docs/models/components/singlesideddeposit.md +26 -0
- package/docs/models/components/singlesideddepositamount.md +17 -0
- package/docs/models/components/stockmetadata.md +31 -0
- package/docs/models/components/stockreference.md +31 -0
- package/docs/models/components/swapplan.md +29 -0
- package/docs/models/components/symmetricrange.md +24 -0
- package/docs/models/components/symmetricrangewidthpct.md +19 -0
- package/docs/models/components/tickrange.md +23 -0
- package/docs/models/components/usddeposit.md +24 -0
- package/docs/models/components/valueusd.md +17 -0
- package/docs/models/components/voloverridepct.md +19 -0
- package/docs/models/operations/minvolume24husd.md +17 -0
- package/docs/models/operations/poolhistory.md +15 -0
- package/docs/models/operations/poolorderby.md +15 -0
- package/docs/models/operations/tokenorderby.md +15 -0
- package/docs/models/operations/v2earnswapquotechain.md +1 -1
- package/docs/models/operations/{minliquidityusd.md → v2earnvaultsminliquidityusd.md} +1 -1
- package/docs/models/operations/v2earnvaultsrequest.md +1 -1
- package/docs/models/operations/v2riskyieldpoolschain.md +15 -0
- package/docs/models/operations/v2riskyieldpoolsdirection.md +15 -0
- package/docs/models/operations/v2riskyieldpoolsmintvlusd.md +17 -0
- package/docs/models/operations/v2riskyieldpoolspoolidchain.md +15 -0
- package/docs/models/operations/v2riskyieldpoolspoolidrequest.md +23 -0
- package/docs/models/operations/v2riskyieldpoolsrequest.md +37 -0
- package/docs/models/operations/v2riskyieldpositionschain.md +15 -0
- package/docs/models/operations/v2riskyieldpositionsrequest.md +22 -0
- package/docs/models/operations/v2riskyieldtokenschain.md +15 -0
- package/docs/models/operations/v2riskyieldtokensdirection.md +15 -0
- package/docs/models/operations/v2riskyieldtokensminliquidityusd.md +17 -0
- package/docs/models/operations/v2riskyieldtokensrequest.md +31 -0
- package/docs/models/operations/v2tokenizedassetsbalanceschain.md +2 -2
- package/docs/models/operations/v2tokenizedassetsmarketssymbolchain.md +2 -2
- package/docs/models/operations/v2tokenizedassetspositionschain.md +1 -1
- package/docs/models/operations/v2tokenizedassetsredemptionschain.md +1 -1
- package/docs/sdks/riskyield/README.md +1272 -0
- package/docs/sdks/tokenizedassets/README.md +2 -2
- package/openapi_prepped_for_speakeasy.json +15392 -10091
- package/package.json +1 -1
- package/src/funcs/riskYieldRiskYieldCollect.ts +171 -0
- package/src/funcs/riskYieldRiskYieldCreateAccount.ts +181 -0
- package/src/funcs/riskYieldRiskYieldDecrease.ts +176 -0
- package/src/funcs/riskYieldRiskYieldIncrease.ts +171 -0
- package/src/funcs/riskYieldRiskYieldMint.ts +183 -0
- package/src/funcs/riskYieldRiskYieldPools.ts +204 -0
- package/src/funcs/riskYieldRiskYieldPoolsPoolId.ts +190 -0
- package/src/funcs/riskYieldRiskYieldPositions.ts +195 -0
- package/src/funcs/riskYieldRiskYieldRebalance.ts +190 -0
- package/src/funcs/riskYieldRiskYieldRiskScenarios.ts +195 -0
- package/src/funcs/riskYieldRiskYieldSwap.ts +185 -0
- package/src/funcs/riskYieldRiskYieldTokens.ts +195 -0
- package/src/funcs/riskYieldRiskYieldTransfer.ts +178 -0
- package/src/models/components/bothsidesdeposit.ts +72 -0
- package/src/models/components/chain.ts +1 -0
- package/src/models/components/costbasis.ts +61 -0
- package/src/models/components/costbasissource.ts +18 -0
- package/src/models/components/createriskyieldaccountrequest.ts +81 -0
- package/src/models/components/createriskyieldaccountresponse.ts +48 -0
- package/src/models/components/depositplan.ts +67 -0
- package/src/models/components/dexpooldetailresponse.ts +68 -0
- package/src/models/components/dexpoolinfo.ts +213 -0
- package/src/models/components/dexpoolsresponse.ts +38 -0
- package/src/models/components/dextokeninfo.ts +101 -0
- package/src/models/components/dextokenkind.ts +24 -0
- package/src/models/components/dextokenref.ts +66 -0
- package/src/models/components/dextokensresponse.ts +50 -0
- package/src/models/components/dexversion.ts +37 -0
- package/src/models/components/eulermarket.ts +18 -0
- package/src/models/components/eulermarketcollateral.ts +6 -0
- package/src/models/components/fullrange.ts +30 -0
- package/src/models/components/index.ts +57 -0
- package/src/models/components/launchpad.ts +21 -0
- package/src/models/components/launchpadmetadata.ts +57 -0
- package/src/models/components/liquiditybucket.ts +62 -0
- package/src/models/components/lpposition.ts +191 -0
- package/src/models/components/pairclass.ts +31 -0
- package/src/models/components/planstep.ts +48 -0
- package/src/models/components/planstepkind.ts +23 -0
- package/src/models/components/poolhourlypoint.ts +62 -0
- package/src/models/components/poolonchainstate.ts +68 -0
- package/src/models/components/poolselector.ts +91 -0
- package/src/models/components/positionstatus.ts +19 -0
- package/src/models/components/pricerange.ts +74 -0
- package/src/models/components/pricesource.ts +37 -0
- package/src/models/components/probabilisticoutlook.ts +70 -0
- package/src/models/components/rebalancephase.ts +39 -0
- package/src/models/components/rebalancereason.ts +21 -0
- package/src/models/components/rebalancestrategy.ts +24 -0
- package/src/models/components/resolvedrange.ts +65 -0
- package/src/models/components/riskassumptions.ts +91 -0
- package/src/models/components/riskscenariosrequest.ts +279 -0
- package/src/models/components/riskscenariosresponse.ts +78 -0
- package/src/models/components/riskyieldcollectrequest.ts +139 -0
- package/src/models/components/riskyielddecreaserequest.ts +174 -0
- package/src/models/components/riskyieldincreaserequest.ts +196 -0
- package/src/models/components/riskyieldliquidityresponse.ts +71 -0
- package/src/models/components/riskyieldmintrequest.ts +264 -0
- package/src/models/components/riskyieldpositionsresponse.ts +52 -0
- package/src/models/components/riskyieldrebalancerequest.ts +212 -0
- package/src/models/components/riskyieldrebalanceresponse.ts +88 -0
- package/src/models/components/riskyieldswaprequest.ts +178 -0
- package/src/models/components/riskyieldswapresponse.ts +55 -0
- package/src/models/components/riskyieldtransferrequest.ts +154 -0
- package/src/models/components/scenarioinput.ts +125 -0
- package/src/models/components/scenarioresult.ts +80 -0
- package/src/models/components/simulation.ts +49 -0
- package/src/models/components/singlesideddeposit.ts +65 -0
- package/src/models/components/stockmetadata.ts +67 -0
- package/src/models/components/stockreference.ts +74 -0
- package/src/models/components/swapplan.ts +60 -0
- package/src/models/components/symmetricrange.ts +69 -0
- package/src/models/components/tickrange.ts +42 -0
- package/src/models/components/usddeposit.ts +59 -0
- package/src/models/operations/index.ts +4 -0
- package/src/models/operations/v2earnswapquote.ts +1 -0
- package/src/models/operations/v2earnvaults.ts +12 -8
- package/src/models/operations/v2riskyieldpools.ts +195 -0
- package/src/models/operations/v2riskyieldpoolspoolid.ts +78 -0
- package/src/models/operations/v2riskyieldpositions.ts +77 -0
- package/src/models/operations/v2riskyieldtokens.ts +144 -0
- package/src/models/operations/v2tokenizedassetsbalances.ts +1 -0
- package/src/models/operations/v2tokenizedassetsmarketssymbol.ts +1 -0
- package/src/models/operations/v2tokenizedassetspositions.ts +1 -0
- package/src/models/operations/v2tokenizedassetsredemptions.ts +1 -0
- package/src/sdk/riskyield.ts +377 -0
- package/src/sdk/sdk.ts +6 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v2tokenizedassetspositions.js","sourceRoot":"","sources":["../../../../src/models/operations/v2tokenizedassetspositions.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"v2tokenizedassetspositions.js","sourceRoot":"","sources":["../../../../src/models/operations/v2tokenizedassetspositions.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyDH,0FAQC;AA/DD,0CAA4B;AAG5B;;GAEG;AACU,QAAA,+BAA+B,GAAG;IAC7C,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,GAAG,EAAE,KAAK;IACV,SAAS,EAAE,WAAW;IACtB,eAAe,EAAE,kBAAkB;CAC3B,CAAC;AAmBX,gBAAgB;AACH,QAAA,8CAA8C,GAEvD,CAAC,CAAC,UAAU,CAAC,uCAA+B,CAAC,CAAC;AAQlD,gBAAgB;AACH,QAAA,gDAAgD,GAIzD,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,KAAK,EAAE,sDAA8C,CAAC,QAAQ,EAAE;CACjE,CAAC,CAAC;AAEH,SAAgB,uCAAuC,CACrD,iCAAoE;IAEpE,OAAO,IAAI,CAAC,SAAS,CACnB,wDAAgD,CAAC,KAAK,CACpD,iCAAiC,CAClC,CACF,CAAC;AACJ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v2tokenizedassetsredemptions.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/v2tokenizedassetsredemptions.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,iCAAiC
|
|
1
|
+
{"version":3,"file":"v2tokenizedassetsredemptions.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/v2tokenizedassetsredemptions.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;;CASpC,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,iCAAiC,GAAG,UAAU,CACxD,OAAO,iCAAiC,CACzC,CAAC;AAEF,MAAM,MAAM,mCAAmC,GAAG;IAChD;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,KAAK,CAAC,EAAE,iCAAiC,GAAG,SAAS,CAAC;IACtD;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,aAAa,CAC5E,OAAO,iCAAiC,CACS,CAAC;AAEpD,gBAAgB;AAChB,MAAM,MAAM,4CAA4C,GAAG;IACzD,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kDAAkD,EAAE,CAAC,CAAC,OAAO,CACxE,4CAA4C,EAC5C,CAAC,CAAC,UAAU,EACZ,mCAAmC,CAKnC,CAAC;AAEH,wBAAgB,yCAAyC,CACvD,mCAAmC,EAAE,mCAAmC,GACvE,MAAM,CAMR"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v2tokenizedassetsredemptions.js","sourceRoot":"","sources":["../../../../src/models/operations/v2tokenizedassetsredemptions.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"v2tokenizedassetsredemptions.js","sourceRoot":"","sources":["../../../../src/models/operations/v2tokenizedassetsredemptions.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+DH,8FAQC;AArED,0CAA4B;AAG5B;;GAEG;AACU,QAAA,iCAAiC,GAAG;IAC/C,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,GAAG,EAAE,KAAK;IACV,SAAS,EAAE,WAAW;IACtB,eAAe,EAAE,kBAAkB;CAC3B,CAAC;AAuBX,gBAAgB;AACH,QAAA,gDAAgD,GAEzD,CAAC,CAAC,UAAU,CAAC,yCAAiC,CAAC,CAAC;AASpD,gBAAgB;AACH,QAAA,kDAAkD,GAI3D,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,KAAK,EAAE,wDAAgD,CAAC,QAAQ,EAAE;IAClE,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC7B,CAAC,CAAC;AAEH,SAAgB,yCAAyC,CACvD,mCAAwE;IAExE,OAAO,IAAI,CAAC,SAAS,CACnB,0DAAkD,CAAC,KAAK,CACtD,mCAAmC,CACpC,CACF,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
2
|
+
import * as components from "../models/components/index.js";
|
|
3
|
+
import * as operations from "../models/operations/index.js";
|
|
4
|
+
export declare class RiskYield extends ClientSDK {
|
|
5
|
+
/**
|
|
6
|
+
* List tokens
|
|
7
|
+
*
|
|
8
|
+
* @remarks
|
|
9
|
+
* The assets that trade on Robinhood Chain.
|
|
10
|
+
*
|
|
11
|
+
* Tokenized stocks carry their issuer metadata, including the corporate-action
|
|
12
|
+
* multiplier — balances do not rebase on a split, so a quote for the
|
|
13
|
+
* underlying only becomes a token price once that is applied.
|
|
14
|
+
*
|
|
15
|
+
* Memecoins carry the launch they came from. Every price carries the source it
|
|
16
|
+
* was resolved from and a confidence: below 0.6 it came from a pool shallow
|
|
17
|
+
* enough that one trade moves it, and every dollar figure derived from it is
|
|
18
|
+
* indicative.
|
|
19
|
+
*/
|
|
20
|
+
riskYieldTokens(request: operations.V2RiskYieldTokensRequest, options?: RequestOptions): Promise<components.DexTokensResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* List pools
|
|
23
|
+
*
|
|
24
|
+
* @remarks
|
|
25
|
+
* Pools you could provide liquidity to, ranked by what you would keep.
|
|
26
|
+
*
|
|
27
|
+
* **Read `lp_earns_fees` first.** The launchpad that dominates this chain
|
|
28
|
+
* graduates tokens into pools whose hook takes the swap fee, so they trade
|
|
29
|
+
* enormously and pay an external liquidity provider nothing. Those pools are
|
|
30
|
+
* listed — they carry the memecoin's price and volume — with a fee APR of
|
|
31
|
+
* exactly zero and a note saying why. Pass `lp_earns_fees=true` to hide them.
|
|
32
|
+
*
|
|
33
|
+
* The default ordering is `il_adjusted_apr_7d`: the fee APR less the expected
|
|
34
|
+
* impermanent-loss drag from the pair's own volatility. A pool paying 200% on
|
|
35
|
+
* an asset that moves 400% is not a better position than one paying 20% on an
|
|
36
|
+
* asset that moves 30%, and sorting on the raw APR would say it was.
|
|
37
|
+
*
|
|
38
|
+
* Pools too thin for a rate to mean anything — under 20 swaps a day, or under
|
|
39
|
+
* $1,000 of liquidity — are served with `ranked: false` and always sort last.
|
|
40
|
+
*/
|
|
41
|
+
riskYieldPools(request: operations.V2RiskYieldPoolsRequest, options?: RequestOptions): Promise<components.DexPoolsResponse>;
|
|
42
|
+
/**
|
|
43
|
+
* Get pool detail
|
|
44
|
+
*
|
|
45
|
+
* @remarks
|
|
46
|
+
* One pool, with its price history and the caveats that apply to it.
|
|
47
|
+
*
|
|
48
|
+
* For a pool holding a tokenized stock, `stock_reference` compares the pool's
|
|
49
|
+
* price against the stock's own. They drift: the pool trades around the clock
|
|
50
|
+
* while the stock trades in a session, and that gap is what a liquidity
|
|
51
|
+
* provider is quoting against overnight.
|
|
52
|
+
*/
|
|
53
|
+
riskYieldPoolsPoolId(request: operations.V2RiskYieldPoolsPoolIdRequest, options?: RequestOptions): Promise<components.DexPoolDetailResponse>;
|
|
54
|
+
/**
|
|
55
|
+
* List LP positions
|
|
56
|
+
*
|
|
57
|
+
* @remarks
|
|
58
|
+
* Your liquidity positions: what they hold, what they cost, what they paid.
|
|
59
|
+
*
|
|
60
|
+
* Only the first of those is on chain. A position reports its liquidity and
|
|
61
|
+
* its range; it does not report the amounts that opened it or what has already
|
|
62
|
+
* been collected. Those come from recorded events, and where there are none
|
|
63
|
+
* `cost_basis.source` is `unavailable` and the PnL fields are null rather than
|
|
64
|
+
* guessed — an invented cost basis would make every number derived from it
|
|
65
|
+
* wrong in the same direction.
|
|
66
|
+
*
|
|
67
|
+
* `hold_value_usd` is what the deposited amounts would be worth if they had
|
|
68
|
+
* simply been held. The gap between that and `value_usd` is impermanent loss,
|
|
69
|
+
* and it is the number that decides whether the fees were worth it.
|
|
70
|
+
*
|
|
71
|
+
* `needs_rebalance` and `rebalance_reasons` say what the API would look at, not
|
|
72
|
+
* what it will do: rebalancing realizes the loss, pays gas twice and a swap,
|
|
73
|
+
* and puts the position back at risk from a new price.
|
|
74
|
+
*/
|
|
75
|
+
riskYieldPositions(request: operations.V2RiskYieldPositionsRequest, options?: RequestOptions): Promise<components.RiskYieldPositionsResponse>;
|
|
76
|
+
/**
|
|
77
|
+
* Model impermanent loss
|
|
78
|
+
*
|
|
79
|
+
* @remarks
|
|
80
|
+
* What this position would do if the price moved — and how likely that is.
|
|
81
|
+
*
|
|
82
|
+
* A fee APR on a memecoin pair means nothing without the loss it is paid
|
|
83
|
+
* against, which is what this measures.
|
|
84
|
+
*
|
|
85
|
+
* Each scenario takes **two** independent moves, and keeping them apart is the
|
|
86
|
+
* point. `ratio_move_pct` is how far the pair's ratio travels, and that is
|
|
87
|
+
* what causes impermanent loss. `quote_usd_move_pct` is how far the stock
|
|
88
|
+
* moves in dollars, which scales what the position is worth without touching
|
|
89
|
+
* the ratio at all — a stock-only move produces an impermanent loss of exactly
|
|
90
|
+
* zero. "NVDA drops 10%" and "the memecoin drops 10% against NVDA" are
|
|
91
|
+
* different questions, and one number cannot ask both.
|
|
92
|
+
*
|
|
93
|
+
* The two most useful columns are `breakeven_fee_apr_pct` — what this position
|
|
94
|
+
* would have to earn for the loss to be worth taking, which you can compare
|
|
95
|
+
* against the pool's actual fee APR — and `days_of_fees_to_recover_il`, which
|
|
96
|
+
* is null when the pool pays liquidity providers nothing, because no amount of
|
|
97
|
+
* time fixes that.
|
|
98
|
+
*
|
|
99
|
+
* `probabilistic` runs the pair's own measured volatility through a driftless
|
|
100
|
+
* simulation. Driftless deliberately: nobody knows which way a memecoin goes,
|
|
101
|
+
* and a model that assumed one would be predicting returns rather than
|
|
102
|
+
* measuring risk. It is absent when the pair has no measured volatility —
|
|
103
|
+
* which a pool with a few hours of history does not — because a distribution
|
|
104
|
+
* built on zero would report that nothing can happen.
|
|
105
|
+
*/
|
|
106
|
+
riskYieldRiskScenarios(request: components.RiskScenariosRequest, options?: RequestOptions): Promise<components.RiskScenariosResponse>;
|
|
107
|
+
/**
|
|
108
|
+
* Create account
|
|
109
|
+
*
|
|
110
|
+
* @remarks
|
|
111
|
+
* Create the Risk Yield Account that will hold your LP positions.
|
|
112
|
+
*
|
|
113
|
+
* Liquidity is provided from an account, not from your wallet, so this comes
|
|
114
|
+
* first. The address is deterministic from the `owner`, and it is the **same
|
|
115
|
+
* account as your Earn Account** on this chain — if you already have one,
|
|
116
|
+
* this returns it with `transaction: null` and nothing needs to be signed.
|
|
117
|
+
*
|
|
118
|
+
* **If the owner pays gas:** set `sender` to the owner's address.
|
|
119
|
+
*
|
|
120
|
+
* **If someone else pays:** set `sender` to whoever will broadcast.
|
|
121
|
+
*/
|
|
122
|
+
riskYieldCreateAccount(request: components.CreateRiskYieldAccountRequest, options?: RequestOptions): Promise<components.CreateRiskYieldAccountResponse>;
|
|
123
|
+
/**
|
|
124
|
+
* Transfer tokens to/from account
|
|
125
|
+
*
|
|
126
|
+
* @remarks
|
|
127
|
+
* Move tokens between your wallet and your Risk Yield Account.
|
|
128
|
+
*
|
|
129
|
+
* `DEPOSIT` pulls from the owner's wallet into the account; `WITHDRAW` sends
|
|
130
|
+
* them back. Native ETH is supported, which matters here because many pools on
|
|
131
|
+
* this chain are quoted in it.
|
|
132
|
+
*
|
|
133
|
+
* The account is shared with Earn, so a deposit made through either product is
|
|
134
|
+
* available to both.
|
|
135
|
+
*/
|
|
136
|
+
riskYieldTransfer(request: components.RiskYieldTransferRequest, options?: RequestOptions): Promise<components.EarnTransferResponse>;
|
|
137
|
+
/**
|
|
138
|
+
* Swap tokens
|
|
139
|
+
*
|
|
140
|
+
* @remarks
|
|
141
|
+
* Trade one token for another from inside your Risk Yield Account.
|
|
142
|
+
*
|
|
143
|
+
* Mostly used to reach the ratio a range needs before opening a position:
|
|
144
|
+
* a range fixes the proportion of the two assets, and a caller holding one of
|
|
145
|
+
* them has to swap to it.
|
|
146
|
+
*
|
|
147
|
+
* There is no aggregator on this chain, so the route is a Uniswap v3 pool. The
|
|
148
|
+
* API quotes every enabled fee tier and takes whichever returns the most — a
|
|
149
|
+
* 1% pool with depth beats a 0.05% pool with none, which here is the common
|
|
150
|
+
* case rather than the corner one.
|
|
151
|
+
*
|
|
152
|
+
* The transaction is simulated before it is returned. A failing simulation is
|
|
153
|
+
* a 422 rather than something to sign: on this chain a token may tax
|
|
154
|
+
* transfers, block an address or be paused, and none of that is visible until
|
|
155
|
+
* the call is actually made.
|
|
156
|
+
*/
|
|
157
|
+
riskYieldSwap(request: components.RiskYieldSwapRequest, options?: RequestOptions): Promise<components.RiskYieldSwapResponse>;
|
|
158
|
+
/**
|
|
159
|
+
* Open a position
|
|
160
|
+
*
|
|
161
|
+
* @remarks
|
|
162
|
+
* Provide liquidity to a pool over a price range.
|
|
163
|
+
*
|
|
164
|
+
* The range you ask for is not quite the range you get: ticks are discrete, so
|
|
165
|
+
* a 30% band becomes the usable ticks that bracket it — snapped outward, never
|
|
166
|
+
* inward, because a position that stops earning sooner than you expected is
|
|
167
|
+
* the worse surprise. The `range` in the response is what will actually be
|
|
168
|
+
* opened.
|
|
169
|
+
*
|
|
170
|
+
* A range also fixes the proportion of the two assets, so a deposit rarely
|
|
171
|
+
* uses all of both. What does not fit is reported as `leftover` and stays in
|
|
172
|
+
* your account rather than being quietly swept.
|
|
173
|
+
*
|
|
174
|
+
* Set `preview` to see the plan and its simulation without building anything.
|
|
175
|
+
*/
|
|
176
|
+
riskYieldMint(request: components.RiskYieldMintRequest, options?: RequestOptions): Promise<components.RiskYieldLiquidityResponse>;
|
|
177
|
+
/**
|
|
178
|
+
* Add to a position
|
|
179
|
+
*
|
|
180
|
+
* @remarks
|
|
181
|
+
* Add liquidity to a position you already hold, over its existing range.
|
|
182
|
+
*/
|
|
183
|
+
riskYieldIncrease(request: components.RiskYieldIncreaseRequest, options?: RequestOptions): Promise<components.RiskYieldLiquidityResponse>;
|
|
184
|
+
/**
|
|
185
|
+
* Withdraw from a position
|
|
186
|
+
*
|
|
187
|
+
* @remarks
|
|
188
|
+
* Take liquidity back out of a position.
|
|
189
|
+
*
|
|
190
|
+
* The collect is bundled in by default and should stay that way:
|
|
191
|
+
* `decreaseLiquidity` only *credits* the tokens to the position, it does not
|
|
192
|
+
* move them. Without the collect the position looks emptied while the funds
|
|
193
|
+
* sit in the position manager.
|
|
194
|
+
*/
|
|
195
|
+
riskYieldDecrease(request: components.RiskYieldDecreaseRequest, options?: RequestOptions): Promise<components.RiskYieldLiquidityResponse>;
|
|
196
|
+
/**
|
|
197
|
+
* Collect fees
|
|
198
|
+
*
|
|
199
|
+
* @remarks
|
|
200
|
+
* Sweep the fees a position has earned into your account.
|
|
201
|
+
*/
|
|
202
|
+
riskYieldCollect(request: components.RiskYieldCollectRequest, options?: RequestOptions): Promise<components.RiskYieldLiquidityResponse>;
|
|
203
|
+
/**
|
|
204
|
+
* Rebalance a position
|
|
205
|
+
*
|
|
206
|
+
* @remarks
|
|
207
|
+
* Move a position to a new range, in one transaction.
|
|
208
|
+
*
|
|
209
|
+
* **`NOOP` is a real answer and often the right one.** Rebalancing realizes
|
|
210
|
+
* the impermanent loss the position has taken so far, pays gas twice and a
|
|
211
|
+
* swap, and puts the position back at risk from a new price. If the position
|
|
212
|
+
* is already centred at the requested width, that is what you will get.
|
|
213
|
+
*
|
|
214
|
+
* When there is something to do, the transaction unwinds the old position,
|
|
215
|
+
* sweeps it together with the fees, opens the new range and burns the empty
|
|
216
|
+
* NFT. Every leg is sized from the **floor** the previous one guarantees
|
|
217
|
+
* rather than from its quote — they execute in the same transaction, and a
|
|
218
|
+
* mint sized from a quote reverts when the decrease comes back a wei short,
|
|
219
|
+
* leaving the owner having paid gas to dismantle a position. `estimated_dust`
|
|
220
|
+
* is what that safety costs.
|
|
221
|
+
*
|
|
222
|
+
* The default `vol_scaled` strategy sizes the new range from the pair's own
|
|
223
|
+
* measured volatility: two standard deviations over the horizon. A range
|
|
224
|
+
* narrower than the asset's ordinary movement spends most of its life out of
|
|
225
|
+
* range earning nothing, which is the most common way to lose money doing
|
|
226
|
+
* this on purpose.
|
|
227
|
+
*/
|
|
228
|
+
riskYieldRebalance(request: components.RiskYieldRebalanceRequest, options?: RequestOptions): Promise<components.RiskYieldRebalanceResponse>;
|
|
229
|
+
}
|
|
230
|
+
//# sourceMappingURL=riskyield.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"riskyield.d.ts","sourceRoot":"","sources":["../../../src/sdk/riskyield.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,SAAU,SAAQ,SAAS;IACtC;;;;;;;;;;;;;;OAcG;IACG,eAAe,CACnB,OAAO,EAAE,UAAU,CAAC,wBAAwB,EAC5C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,iBAAiB,CAAC;IAQxC;;;;;;;;;;;;;;;;;;;OAmBG;IACG,cAAc,CAClB,OAAO,EAAE,UAAU,CAAC,uBAAuB,EAC3C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,gBAAgB,CAAC;IAQvC;;;;;;;;;;OAUG;IACG,oBAAoB,CACxB,OAAO,EAAE,UAAU,CAAC,6BAA6B,EACjD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,qBAAqB,CAAC;IAQ5C;;;;;;;;;;;;;;;;;;;;OAoBG;IACG,kBAAkB,CACtB,OAAO,EAAE,UAAU,CAAC,2BAA2B,EAC/C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,0BAA0B,CAAC;IAQjD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA6BG;IACG,sBAAsB,CAC1B,OAAO,EAAE,UAAU,CAAC,oBAAoB,EACxC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,qBAAqB,CAAC;IAQ5C;;;;;;;;;;;;;;OAcG;IACG,sBAAsB,CAC1B,OAAO,EAAE,UAAU,CAAC,6BAA6B,EACjD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,8BAA8B,CAAC;IAQrD;;;;;;;;;;;;OAYG;IACG,iBAAiB,CACrB,OAAO,EAAE,UAAU,CAAC,wBAAwB,EAC5C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,oBAAoB,CAAC;IAQ3C;;;;;;;;;;;;;;;;;;;OAmBG;IACG,aAAa,CACjB,OAAO,EAAE,UAAU,CAAC,oBAAoB,EACxC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,qBAAqB,CAAC;IAQ5C;;;;;;;;;;;;;;;;;OAiBG;IACG,aAAa,CACjB,OAAO,EAAE,UAAU,CAAC,oBAAoB,EACxC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,0BAA0B,CAAC;IAQjD;;;;;OAKG;IACG,iBAAiB,CACrB,OAAO,EAAE,UAAU,CAAC,wBAAwB,EAC5C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,0BAA0B,CAAC;IAQjD;;;;;;;;;;OAUG;IACG,iBAAiB,CACrB,OAAO,EAAE,UAAU,CAAC,wBAAwB,EAC5C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,0BAA0B,CAAC;IAQjD;;;;;OAKG;IACG,gBAAgB,CACpB,OAAO,EAAE,UAAU,CAAC,uBAAuB,EAC3C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,0BAA0B,CAAC;IAQjD;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACG,kBAAkB,CACtB,OAAO,EAAE,UAAU,CAAC,yBAAyB,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,0BAA0B,CAAC;CAOlD"}
|
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.RiskYield = void 0;
|
|
7
|
+
const riskYieldRiskYieldCollect_js_1 = require("../funcs/riskYieldRiskYieldCollect.js");
|
|
8
|
+
const riskYieldRiskYieldCreateAccount_js_1 = require("../funcs/riskYieldRiskYieldCreateAccount.js");
|
|
9
|
+
const riskYieldRiskYieldDecrease_js_1 = require("../funcs/riskYieldRiskYieldDecrease.js");
|
|
10
|
+
const riskYieldRiskYieldIncrease_js_1 = require("../funcs/riskYieldRiskYieldIncrease.js");
|
|
11
|
+
const riskYieldRiskYieldMint_js_1 = require("../funcs/riskYieldRiskYieldMint.js");
|
|
12
|
+
const riskYieldRiskYieldPools_js_1 = require("../funcs/riskYieldRiskYieldPools.js");
|
|
13
|
+
const riskYieldRiskYieldPoolsPoolId_js_1 = require("../funcs/riskYieldRiskYieldPoolsPoolId.js");
|
|
14
|
+
const riskYieldRiskYieldPositions_js_1 = require("../funcs/riskYieldRiskYieldPositions.js");
|
|
15
|
+
const riskYieldRiskYieldRebalance_js_1 = require("../funcs/riskYieldRiskYieldRebalance.js");
|
|
16
|
+
const riskYieldRiskYieldRiskScenarios_js_1 = require("../funcs/riskYieldRiskYieldRiskScenarios.js");
|
|
17
|
+
const riskYieldRiskYieldSwap_js_1 = require("../funcs/riskYieldRiskYieldSwap.js");
|
|
18
|
+
const riskYieldRiskYieldTokens_js_1 = require("../funcs/riskYieldRiskYieldTokens.js");
|
|
19
|
+
const riskYieldRiskYieldTransfer_js_1 = require("../funcs/riskYieldRiskYieldTransfer.js");
|
|
20
|
+
const sdks_js_1 = require("../lib/sdks.js");
|
|
21
|
+
const fp_js_1 = require("../types/fp.js");
|
|
22
|
+
class RiskYield extends sdks_js_1.ClientSDK {
|
|
23
|
+
/**
|
|
24
|
+
* List tokens
|
|
25
|
+
*
|
|
26
|
+
* @remarks
|
|
27
|
+
* The assets that trade on Robinhood Chain.
|
|
28
|
+
*
|
|
29
|
+
* Tokenized stocks carry their issuer metadata, including the corporate-action
|
|
30
|
+
* multiplier — balances do not rebase on a split, so a quote for the
|
|
31
|
+
* underlying only becomes a token price once that is applied.
|
|
32
|
+
*
|
|
33
|
+
* Memecoins carry the launch they came from. Every price carries the source it
|
|
34
|
+
* was resolved from and a confidence: below 0.6 it came from a pool shallow
|
|
35
|
+
* enough that one trade moves it, and every dollar figure derived from it is
|
|
36
|
+
* indicative.
|
|
37
|
+
*/
|
|
38
|
+
async riskYieldTokens(request, options) {
|
|
39
|
+
return (0, fp_js_1.unwrapAsync)((0, riskYieldRiskYieldTokens_js_1.riskYieldRiskYieldTokens)(this, request, options));
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* List pools
|
|
43
|
+
*
|
|
44
|
+
* @remarks
|
|
45
|
+
* Pools you could provide liquidity to, ranked by what you would keep.
|
|
46
|
+
*
|
|
47
|
+
* **Read `lp_earns_fees` first.** The launchpad that dominates this chain
|
|
48
|
+
* graduates tokens into pools whose hook takes the swap fee, so they trade
|
|
49
|
+
* enormously and pay an external liquidity provider nothing. Those pools are
|
|
50
|
+
* listed — they carry the memecoin's price and volume — with a fee APR of
|
|
51
|
+
* exactly zero and a note saying why. Pass `lp_earns_fees=true` to hide them.
|
|
52
|
+
*
|
|
53
|
+
* The default ordering is `il_adjusted_apr_7d`: the fee APR less the expected
|
|
54
|
+
* impermanent-loss drag from the pair's own volatility. A pool paying 200% on
|
|
55
|
+
* an asset that moves 400% is not a better position than one paying 20% on an
|
|
56
|
+
* asset that moves 30%, and sorting on the raw APR would say it was.
|
|
57
|
+
*
|
|
58
|
+
* Pools too thin for a rate to mean anything — under 20 swaps a day, or under
|
|
59
|
+
* $1,000 of liquidity — are served with `ranked: false` and always sort last.
|
|
60
|
+
*/
|
|
61
|
+
async riskYieldPools(request, options) {
|
|
62
|
+
return (0, fp_js_1.unwrapAsync)((0, riskYieldRiskYieldPools_js_1.riskYieldRiskYieldPools)(this, request, options));
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Get pool detail
|
|
66
|
+
*
|
|
67
|
+
* @remarks
|
|
68
|
+
* One pool, with its price history and the caveats that apply to it.
|
|
69
|
+
*
|
|
70
|
+
* For a pool holding a tokenized stock, `stock_reference` compares the pool's
|
|
71
|
+
* price against the stock's own. They drift: the pool trades around the clock
|
|
72
|
+
* while the stock trades in a session, and that gap is what a liquidity
|
|
73
|
+
* provider is quoting against overnight.
|
|
74
|
+
*/
|
|
75
|
+
async riskYieldPoolsPoolId(request, options) {
|
|
76
|
+
return (0, fp_js_1.unwrapAsync)((0, riskYieldRiskYieldPoolsPoolId_js_1.riskYieldRiskYieldPoolsPoolId)(this, request, options));
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* List LP positions
|
|
80
|
+
*
|
|
81
|
+
* @remarks
|
|
82
|
+
* Your liquidity positions: what they hold, what they cost, what they paid.
|
|
83
|
+
*
|
|
84
|
+
* Only the first of those is on chain. A position reports its liquidity and
|
|
85
|
+
* its range; it does not report the amounts that opened it or what has already
|
|
86
|
+
* been collected. Those come from recorded events, and where there are none
|
|
87
|
+
* `cost_basis.source` is `unavailable` and the PnL fields are null rather than
|
|
88
|
+
* guessed — an invented cost basis would make every number derived from it
|
|
89
|
+
* wrong in the same direction.
|
|
90
|
+
*
|
|
91
|
+
* `hold_value_usd` is what the deposited amounts would be worth if they had
|
|
92
|
+
* simply been held. The gap between that and `value_usd` is impermanent loss,
|
|
93
|
+
* and it is the number that decides whether the fees were worth it.
|
|
94
|
+
*
|
|
95
|
+
* `needs_rebalance` and `rebalance_reasons` say what the API would look at, not
|
|
96
|
+
* what it will do: rebalancing realizes the loss, pays gas twice and a swap,
|
|
97
|
+
* and puts the position back at risk from a new price.
|
|
98
|
+
*/
|
|
99
|
+
async riskYieldPositions(request, options) {
|
|
100
|
+
return (0, fp_js_1.unwrapAsync)((0, riskYieldRiskYieldPositions_js_1.riskYieldRiskYieldPositions)(this, request, options));
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* Model impermanent loss
|
|
104
|
+
*
|
|
105
|
+
* @remarks
|
|
106
|
+
* What this position would do if the price moved — and how likely that is.
|
|
107
|
+
*
|
|
108
|
+
* A fee APR on a memecoin pair means nothing without the loss it is paid
|
|
109
|
+
* against, which is what this measures.
|
|
110
|
+
*
|
|
111
|
+
* Each scenario takes **two** independent moves, and keeping them apart is the
|
|
112
|
+
* point. `ratio_move_pct` is how far the pair's ratio travels, and that is
|
|
113
|
+
* what causes impermanent loss. `quote_usd_move_pct` is how far the stock
|
|
114
|
+
* moves in dollars, which scales what the position is worth without touching
|
|
115
|
+
* the ratio at all — a stock-only move produces an impermanent loss of exactly
|
|
116
|
+
* zero. "NVDA drops 10%" and "the memecoin drops 10% against NVDA" are
|
|
117
|
+
* different questions, and one number cannot ask both.
|
|
118
|
+
*
|
|
119
|
+
* The two most useful columns are `breakeven_fee_apr_pct` — what this position
|
|
120
|
+
* would have to earn for the loss to be worth taking, which you can compare
|
|
121
|
+
* against the pool's actual fee APR — and `days_of_fees_to_recover_il`, which
|
|
122
|
+
* is null when the pool pays liquidity providers nothing, because no amount of
|
|
123
|
+
* time fixes that.
|
|
124
|
+
*
|
|
125
|
+
* `probabilistic` runs the pair's own measured volatility through a driftless
|
|
126
|
+
* simulation. Driftless deliberately: nobody knows which way a memecoin goes,
|
|
127
|
+
* and a model that assumed one would be predicting returns rather than
|
|
128
|
+
* measuring risk. It is absent when the pair has no measured volatility —
|
|
129
|
+
* which a pool with a few hours of history does not — because a distribution
|
|
130
|
+
* built on zero would report that nothing can happen.
|
|
131
|
+
*/
|
|
132
|
+
async riskYieldRiskScenarios(request, options) {
|
|
133
|
+
return (0, fp_js_1.unwrapAsync)((0, riskYieldRiskYieldRiskScenarios_js_1.riskYieldRiskYieldRiskScenarios)(this, request, options));
|
|
134
|
+
}
|
|
135
|
+
/**
|
|
136
|
+
* Create account
|
|
137
|
+
*
|
|
138
|
+
* @remarks
|
|
139
|
+
* Create the Risk Yield Account that will hold your LP positions.
|
|
140
|
+
*
|
|
141
|
+
* Liquidity is provided from an account, not from your wallet, so this comes
|
|
142
|
+
* first. The address is deterministic from the `owner`, and it is the **same
|
|
143
|
+
* account as your Earn Account** on this chain — if you already have one,
|
|
144
|
+
* this returns it with `transaction: null` and nothing needs to be signed.
|
|
145
|
+
*
|
|
146
|
+
* **If the owner pays gas:** set `sender` to the owner's address.
|
|
147
|
+
*
|
|
148
|
+
* **If someone else pays:** set `sender` to whoever will broadcast.
|
|
149
|
+
*/
|
|
150
|
+
async riskYieldCreateAccount(request, options) {
|
|
151
|
+
return (0, fp_js_1.unwrapAsync)((0, riskYieldRiskYieldCreateAccount_js_1.riskYieldRiskYieldCreateAccount)(this, request, options));
|
|
152
|
+
}
|
|
153
|
+
/**
|
|
154
|
+
* Transfer tokens to/from account
|
|
155
|
+
*
|
|
156
|
+
* @remarks
|
|
157
|
+
* Move tokens between your wallet and your Risk Yield Account.
|
|
158
|
+
*
|
|
159
|
+
* `DEPOSIT` pulls from the owner's wallet into the account; `WITHDRAW` sends
|
|
160
|
+
* them back. Native ETH is supported, which matters here because many pools on
|
|
161
|
+
* this chain are quoted in it.
|
|
162
|
+
*
|
|
163
|
+
* The account is shared with Earn, so a deposit made through either product is
|
|
164
|
+
* available to both.
|
|
165
|
+
*/
|
|
166
|
+
async riskYieldTransfer(request, options) {
|
|
167
|
+
return (0, fp_js_1.unwrapAsync)((0, riskYieldRiskYieldTransfer_js_1.riskYieldRiskYieldTransfer)(this, request, options));
|
|
168
|
+
}
|
|
169
|
+
/**
|
|
170
|
+
* Swap tokens
|
|
171
|
+
*
|
|
172
|
+
* @remarks
|
|
173
|
+
* Trade one token for another from inside your Risk Yield Account.
|
|
174
|
+
*
|
|
175
|
+
* Mostly used to reach the ratio a range needs before opening a position:
|
|
176
|
+
* a range fixes the proportion of the two assets, and a caller holding one of
|
|
177
|
+
* them has to swap to it.
|
|
178
|
+
*
|
|
179
|
+
* There is no aggregator on this chain, so the route is a Uniswap v3 pool. The
|
|
180
|
+
* API quotes every enabled fee tier and takes whichever returns the most — a
|
|
181
|
+
* 1% pool with depth beats a 0.05% pool with none, which here is the common
|
|
182
|
+
* case rather than the corner one.
|
|
183
|
+
*
|
|
184
|
+
* The transaction is simulated before it is returned. A failing simulation is
|
|
185
|
+
* a 422 rather than something to sign: on this chain a token may tax
|
|
186
|
+
* transfers, block an address or be paused, and none of that is visible until
|
|
187
|
+
* the call is actually made.
|
|
188
|
+
*/
|
|
189
|
+
async riskYieldSwap(request, options) {
|
|
190
|
+
return (0, fp_js_1.unwrapAsync)((0, riskYieldRiskYieldSwap_js_1.riskYieldRiskYieldSwap)(this, request, options));
|
|
191
|
+
}
|
|
192
|
+
/**
|
|
193
|
+
* Open a position
|
|
194
|
+
*
|
|
195
|
+
* @remarks
|
|
196
|
+
* Provide liquidity to a pool over a price range.
|
|
197
|
+
*
|
|
198
|
+
* The range you ask for is not quite the range you get: ticks are discrete, so
|
|
199
|
+
* a 30% band becomes the usable ticks that bracket it — snapped outward, never
|
|
200
|
+
* inward, because a position that stops earning sooner than you expected is
|
|
201
|
+
* the worse surprise. The `range` in the response is what will actually be
|
|
202
|
+
* opened.
|
|
203
|
+
*
|
|
204
|
+
* A range also fixes the proportion of the two assets, so a deposit rarely
|
|
205
|
+
* uses all of both. What does not fit is reported as `leftover` and stays in
|
|
206
|
+
* your account rather than being quietly swept.
|
|
207
|
+
*
|
|
208
|
+
* Set `preview` to see the plan and its simulation without building anything.
|
|
209
|
+
*/
|
|
210
|
+
async riskYieldMint(request, options) {
|
|
211
|
+
return (0, fp_js_1.unwrapAsync)((0, riskYieldRiskYieldMint_js_1.riskYieldRiskYieldMint)(this, request, options));
|
|
212
|
+
}
|
|
213
|
+
/**
|
|
214
|
+
* Add to a position
|
|
215
|
+
*
|
|
216
|
+
* @remarks
|
|
217
|
+
* Add liquidity to a position you already hold, over its existing range.
|
|
218
|
+
*/
|
|
219
|
+
async riskYieldIncrease(request, options) {
|
|
220
|
+
return (0, fp_js_1.unwrapAsync)((0, riskYieldRiskYieldIncrease_js_1.riskYieldRiskYieldIncrease)(this, request, options));
|
|
221
|
+
}
|
|
222
|
+
/**
|
|
223
|
+
* Withdraw from a position
|
|
224
|
+
*
|
|
225
|
+
* @remarks
|
|
226
|
+
* Take liquidity back out of a position.
|
|
227
|
+
*
|
|
228
|
+
* The collect is bundled in by default and should stay that way:
|
|
229
|
+
* `decreaseLiquidity` only *credits* the tokens to the position, it does not
|
|
230
|
+
* move them. Without the collect the position looks emptied while the funds
|
|
231
|
+
* sit in the position manager.
|
|
232
|
+
*/
|
|
233
|
+
async riskYieldDecrease(request, options) {
|
|
234
|
+
return (0, fp_js_1.unwrapAsync)((0, riskYieldRiskYieldDecrease_js_1.riskYieldRiskYieldDecrease)(this, request, options));
|
|
235
|
+
}
|
|
236
|
+
/**
|
|
237
|
+
* Collect fees
|
|
238
|
+
*
|
|
239
|
+
* @remarks
|
|
240
|
+
* Sweep the fees a position has earned into your account.
|
|
241
|
+
*/
|
|
242
|
+
async riskYieldCollect(request, options) {
|
|
243
|
+
return (0, fp_js_1.unwrapAsync)((0, riskYieldRiskYieldCollect_js_1.riskYieldRiskYieldCollect)(this, request, options));
|
|
244
|
+
}
|
|
245
|
+
/**
|
|
246
|
+
* Rebalance a position
|
|
247
|
+
*
|
|
248
|
+
* @remarks
|
|
249
|
+
* Move a position to a new range, in one transaction.
|
|
250
|
+
*
|
|
251
|
+
* **`NOOP` is a real answer and often the right one.** Rebalancing realizes
|
|
252
|
+
* the impermanent loss the position has taken so far, pays gas twice and a
|
|
253
|
+
* swap, and puts the position back at risk from a new price. If the position
|
|
254
|
+
* is already centred at the requested width, that is what you will get.
|
|
255
|
+
*
|
|
256
|
+
* When there is something to do, the transaction unwinds the old position,
|
|
257
|
+
* sweeps it together with the fees, opens the new range and burns the empty
|
|
258
|
+
* NFT. Every leg is sized from the **floor** the previous one guarantees
|
|
259
|
+
* rather than from its quote — they execute in the same transaction, and a
|
|
260
|
+
* mint sized from a quote reverts when the decrease comes back a wei short,
|
|
261
|
+
* leaving the owner having paid gas to dismantle a position. `estimated_dust`
|
|
262
|
+
* is what that safety costs.
|
|
263
|
+
*
|
|
264
|
+
* The default `vol_scaled` strategy sizes the new range from the pair's own
|
|
265
|
+
* measured volatility: two standard deviations over the horizon. A range
|
|
266
|
+
* narrower than the asset's ordinary movement spends most of its life out of
|
|
267
|
+
* range earning nothing, which is the most common way to lose money doing
|
|
268
|
+
* this on purpose.
|
|
269
|
+
*/
|
|
270
|
+
async riskYieldRebalance(request, options) {
|
|
271
|
+
return (0, fp_js_1.unwrapAsync)((0, riskYieldRiskYieldRebalance_js_1.riskYieldRiskYieldRebalance)(this, request, options));
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
exports.RiskYield = RiskYield;
|
|
275
|
+
//# sourceMappingURL=riskyield.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"riskyield.js","sourceRoot":"","sources":["../../../src/sdk/riskyield.ts"],"names":[],"mappings":"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"}
|
|
@@ -10,6 +10,7 @@ import { GasSponsorship } from "./gassponsorship.js";
|
|
|
10
10
|
import { Morpho } from "./morpho.js";
|
|
11
11
|
import { Pendle } from "./pendle.js";
|
|
12
12
|
import { PerpetualTrading } from "./perpetualtrading.js";
|
|
13
|
+
import { RiskYield } from "./riskyield.js";
|
|
13
14
|
import { Sky } from "./sky.js";
|
|
14
15
|
import { SmartAccount } from "./smartaccount.js";
|
|
15
16
|
import { Swap } from "./swap.js";
|
|
@@ -60,5 +61,7 @@ export declare class CompassApiSDK extends ClientSDK {
|
|
|
60
61
|
get perpetualTrading(): PerpetualTrading;
|
|
61
62
|
private _tokenizedAssets?;
|
|
62
63
|
get tokenizedAssets(): TokenizedAssets;
|
|
64
|
+
private _riskYield?;
|
|
65
|
+
get riskYield(): RiskYield;
|
|
63
66
|
}
|
|
64
67
|
//# sourceMappingURL=sdk.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdk.d.ts","sourceRoot":"","sources":["../../../src/sdk/sdk.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"sdk.d.ts","sourceRoot":"","sources":["../../../src/sdk/sdk.ts"],"names":[],"mappings":"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"}
|
package/dist/commonjs/sdk/sdk.js
CHANGED
|
@@ -16,6 +16,7 @@ const gassponsorship_js_1 = require("./gassponsorship.js");
|
|
|
16
16
|
const morpho_js_1 = require("./morpho.js");
|
|
17
17
|
const pendle_js_1 = require("./pendle.js");
|
|
18
18
|
const perpetualtrading_js_1 = require("./perpetualtrading.js");
|
|
19
|
+
const riskyield_js_1 = require("./riskyield.js");
|
|
19
20
|
const sky_js_1 = require("./sky.js");
|
|
20
21
|
const smartaccount_js_1 = require("./smartaccount.js");
|
|
21
22
|
const swap_js_1 = require("./swap.js");
|
|
@@ -86,6 +87,9 @@ class CompassApiSDK extends sdks_js_1.ClientSDK {
|
|
|
86
87
|
get tokenizedAssets() {
|
|
87
88
|
return (this._tokenizedAssets ?? (this._tokenizedAssets = new tokenizedassets_js_1.TokenizedAssets(this._options)));
|
|
88
89
|
}
|
|
90
|
+
get riskYield() {
|
|
91
|
+
return (this._riskYield ?? (this._riskYield = new riskyield_js_1.RiskYield(this._options)));
|
|
92
|
+
}
|
|
89
93
|
}
|
|
90
94
|
exports.CompassApiSDK = CompassApiSDK;
|
|
91
95
|
//# sourceMappingURL=sdk.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdk.js","sourceRoot":"","sources":["../../../src/sdk/sdk.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"sdk.js","sourceRoot":"","sources":["../../../src/sdk/sdk.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { CompassApiSDKCore } from "../core.js";
|
|
2
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
3
|
+
import * as components from "../models/components/index.js";
|
|
4
|
+
import { CompassAPISDKError } from "../models/errors/compassapisdkerror.js";
|
|
5
|
+
import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js";
|
|
6
|
+
import * as errors from "../models/errors/index.js";
|
|
7
|
+
import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
|
|
8
|
+
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
9
|
+
import { APIPromise } from "../types/async.js";
|
|
10
|
+
import { Result } from "../types/fp.js";
|
|
11
|
+
/**
|
|
12
|
+
* Collect fees
|
|
13
|
+
*
|
|
14
|
+
* @remarks
|
|
15
|
+
* Sweep the fees a position has earned into your account.
|
|
16
|
+
*/
|
|
17
|
+
export declare function riskYieldRiskYieldCollect(client: CompassApiSDKCore, request: components.RiskYieldCollectRequest, options?: RequestOptions): APIPromise<Result<components.RiskYieldLiquidityResponse, errors.HTTPValidationError | CompassAPISDKError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
18
|
+
//# sourceMappingURL=riskYieldRiskYieldCollect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"riskYieldRiskYieldCollect.d.ts","sourceRoot":"","sources":["../../../src/funcs/riskYieldRiskYieldCollect.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAM/C,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAGhD,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAC5E,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACtB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AACpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;AACtF,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAC5E,OAAO,EAAW,UAAU,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC;;;;;GAKG;AACH,wBAAgB,yBAAyB,CACvC,MAAM,EAAE,iBAAiB,EACzB,OAAO,EAAE,UAAU,CAAC,uBAAuB,EAC3C,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CACX,MAAM,CACJ,UAAU,CAAC,0BAA0B,EACnC,MAAM,CAAC,mBAAmB,GAC1B,kBAAkB,GAClB,uBAAuB,GACvB,eAAe,GACf,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,qBAAqB,GACrB,kBAAkB,CACrB,CACF,CAMA"}
|