Skip to content

Latest commit

 

History

History
82 lines (41 loc) · 14 KB

File metadata and controls

82 lines (41 loc) · 14 KB

EthStaking

GET /sapi/v2/eth-staking/account - ethStakingAccount - EthStakingAccountExample.java:35

GET /sapi/v1/eth-staking/eth/quota - getCurrentEthStakingQuota - GetCurrentEthStakingQuotaExample.java:35

GET /sapi/v1/eth-staking/eth/history/redemptionHistory - getEthRedemptionHistory - GetEthRedemptionHistoryExample.java:41

GET /sapi/v1/eth-staking/eth/history/stakingHistory - getEthStakingHistory - GetEthStakingHistoryExample.java:41

GET /sapi/v1/eth-staking/eth/history/rateHistory - getWbethRateHistory - GetWbethRateHistoryExample.java:41

GET /sapi/v1/eth-staking/eth/history/wbethRewardsHistory - getWbethRewardsHistory - GetWbethRewardsHistoryExample.java:41

GET /sapi/v1/eth-staking/wbeth/history/unwrapHistory - getWbethUnwrapHistory - GetWbethUnwrapHistoryExample.java:41

GET /sapi/v1/eth-staking/wbeth/history/wrapHistory - getWbethWrapHistory - GetWbethWrapHistoryExample.java:41

POST /sapi/v1/eth-staking/eth/redeem - redeemEth - RedeemEthExample.java:38

POST /sapi/v2/eth-staking/eth/stake - subscribeEthStaking - SubscribeEthStakingExample.java:37

POST /sapi/v1/eth-staking/wbeth/wrap - wrapBeth - WrapBethExample.java:37

OnChainYields

GET /sapi/v1/onchain-yields/locked/personalLeftQuota - getOnChainYieldsLockedPersonalLeftQuota - GetOnChainYieldsLockedPersonalLeftQuotaExample.java:35

GET /sapi/v1/onchain-yields/locked/list - getOnChainYieldsLockedProductList - GetOnChainYieldsLockedProductListExample.java:36

GET /sapi/v1/onchain-yields/locked/position - getOnChainYieldsLockedProductPosition - GetOnChainYieldsLockedProductPositionExample.java:35

GET /sapi/v1/onchain-yields/locked/history/redemptionRecord - getOnChainYieldsLockedRedemptionRecord - GetOnChainYieldsLockedRedemptionRecordExample.java:42

GET /sapi/v1/onchain-yields/locked/history/rewardsRecord - getOnChainYieldsLockedRewardsHistory - GetOnChainYieldsLockedRewardsHistoryExample.java:42

GET /sapi/v1/onchain-yields/locked/subscriptionPreview - getOnChainYieldsLockedSubscriptionPreview - GetOnChainYieldsLockedSubscriptionPreviewExample.java:35

GET /sapi/v1/onchain-yields/locked/history/subscriptionRecord - getOnChainYieldsLockedSubscriptionRecord - GetOnChainYieldsLockedSubscriptionRecordExample.java:42

GET /sapi/v1/onchain-yields/account - onChainYieldsAccount - OnChainYieldsAccountExample.java:35

POST /sapi/v1/onchain-yields/locked/redeem - redeemOnChainYieldsLockedProduct - RedeemOnChainYieldsLockedProductExample.java:38

POST /sapi/v1/onchain-yields/locked/setAutoSubscribe - setOnChainYieldsLockedAutoSubscribe - SetOnChainYieldsLockedAutoSubscribeExample.java:36

POST /sapi/v1/onchain-yields/locked/setRedeemOption - setOnChainYieldsLockedProductRedeemOption - SetOnChainYieldsLockedProductRedeemOptionExample.java:38

POST /sapi/v1/onchain-yields/locked/subscribe - subscribeOnChainYieldsLockedProduct - SubscribeOnChainYieldsLockedProductExample.java:38

SoftStaking

GET /sapi/v1/soft-staking/list - getSoftStakingProductList - GetSoftStakingProductListExample.java:35

GET /sapi/v1/soft-staking/history/rewardsRecord - getSoftStakingRewardsHistory - GetSoftStakingRewardsHistoryExample.java:41

GET /sapi/v1/soft-staking/set - setSoftStaking - SetSoftStakingExample.java:35

SolStaking

POST /sapi/v1/sol-staking/sol/claim - claimBoostRewards - ClaimBoostRewardsExample.java:38

GET /sapi/v1/sol-staking/sol/history/rateHistory - getBnsolRateHistory - GetBnsolRateHistoryExample.java:41

GET /sapi/v1/sol-staking/sol/history/bnsolRewardsHistory - getBnsolRewardsHistory - GetBnsolRewardsHistoryExample.java:41

GET /sapi/v1/sol-staking/sol/history/boostRewardsHistory - getBoostRewardsHistory - GetBoostRewardsHistoryExample.java:42

GET /sapi/v1/sol-staking/sol/history/redemptionHistory - getSolRedemptionHistory - GetSolRedemptionHistoryExample.java:41

GET /sapi/v1/sol-staking/sol/history/stakingHistory - getSolStakingHistory - GetSolStakingHistoryExample.java:41

GET /sapi/v1/sol-staking/sol/quota - getSolStakingQuotaDetails - GetSolStakingQuotaDetailsExample.java:35

GET /sapi/v1/sol-staking/sol/history/unclaimedRewards - getUnclaimedRewards - GetUnclaimedRewardsExample.java:41

POST /sapi/v1/sol-staking/sol/redeem - redeemSol - RedeemSolExample.java:37

GET /sapi/v1/sol-staking/account - solStakingAccount - SolStakingAccountExample.java:35

POST /sapi/v1/sol-staking/sol/stake - subscribeSolStaking - SubscribeSolStakingExample.java:37