Lido V2
/getapr
Get the Lido staking APR on Ethereum.
Query Parameters
Name
Type
Description
https://api.expand.network/liquidstaking/getapr?liquidStakingId=1{
"status": 200,
"msg": "success",
"data": {
"timeUnix": 1712751839,
"apr": 3.36,
"blockNumber": 19625206
}
}/getrewards
Get the stETH interactions by a specified user address along with the daily stETH rewards.
Query Parameters
Name
Type
Description
/getstake
Get the amount of stETH and wstETH staked on Lido by a specified address.
Query Parameters
Name
Type
Description
/getwithdrawalrequests
Get all the withdrawal requests(NFT ids) made by a specified address.
Query Parameters
Name
Type
Description
/getwithdrawalstatus
Get the status of a withdrawal request made by a specified address.
Query Parameters
Name
Type
Description
/getprotocolapr
Get the Lido staking APR on Ethereum, for the past 7 days.
Query Parameters
Name
Type
Description
/getallowance
Get the approved allowance amount set by the owner for the spender.
Query Parameters
Name
Type
Description
/stake
Initiate a transaction to stake on Lido.
Query Parameters
Name
Type
Description
/wrap
Initiate a transaction to wrap stETH to wstETH.
Query Parameters
Name
Type
Description
/unwrap
Initiate a transaction to unwrap wstETH to stETH.
Query Parameters
Name
Type
Description
/increaseallowance
Initiate a transaction to increase the allowance of stETH or wstETH on the spender’s account.
Query Parameters
Name
Type
Description
/decreaseallowance
Initiate a transaction to decrease the allowance of stETH or wstETH on the spender’s account.
Query Parameters
Name
Type
Description
/approvewithdrawal
Initiate a transaction to approve the withdrawal request from a specified address.
Query Parameters
Name
Type
Description
/requestwithdrawal
Initiate a transaction to request a withdrawal on Lido.
Query Parameters
Name
Type
Description
/claim
Initiate a transaction to burn the NFT, which is minted upon request, and to claim the rewards.
Query Parameters
Name
Type
Description
Last updated

