> For the complete documentation index, see [llms.txt](https://docs.expand.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.expand.network/integrations/liquid-staking.md).

# Liquid Staking

Below are endpoints available:

<table><thead><tr><th width="219">Name</th><th width="95">Type</th><th>Description</th></tr></thead><tbody><tr><td>getapr</td><td>Read</td><td>Get the Lido staking APR on Ethereum.</td></tr><tr><td>getrewards</td><td>Read</td><td>Get the stETH interactions by a specified user address along with the daily stETH rewards.</td></tr><tr><td>getstake</td><td>Read</td><td>Get the amount of stETH and wstETH staked on Lido by a specified address.</td></tr><tr><td>getwithdrawalrequests</td><td>Read</td><td>Get all the withdrawal requests(NFT ids) made by a specified address.</td></tr><tr><td>getwithdrawalstatus</td><td>Read</td><td>Get the status of a withdrawal request made by a specified address.</td></tr><tr><td>getprotocolapr</td><td>Read</td><td>Get the Lido staking APR on Ethereum, for the past 7 days.</td></tr><tr><td>getallowance</td><td>Read</td><td>Get the approved allowance amount set by the owner for the spender.</td></tr><tr><td>stake</td><td>Write</td><td>Initiate a transaction to stake on Lido.</td></tr><tr><td>wrap</td><td>Write</td><td>Initiate a transaction to wrap stETH to wstETH.</td></tr><tr><td>unwrap</td><td>Write</td><td>Initiate a transaction to unwrap wstETH to stETH.</td></tr><tr><td>mint</td><td>Write</td><td>Initiate a transaction to mint osETH.</td></tr><tr><td>burn</td><td>Write</td><td>Initiate a transaction to burn osETH.</td></tr><tr><td>increaseallowance</td><td>Write</td><td>Initiate a transaction to increase the allowance of stETH or wstETH on the spender’s account.</td></tr><tr><td>decreaseallowance</td><td>Write</td><td>Initiate a transaction to decrease the allowance of stETH or wstETH on the spender’s account.</td></tr><tr><td>approvewithdrawal</td><td>Write</td><td>Initiate a transaction to approve the withdrawal request from a specified address.</td></tr><tr><td>requestwithdrawal</td><td>Write</td><td>Initiate a transaction to request a withdrawal on Lido.</td></tr><tr><td>claim</td><td>Write</td><td>Initiate a transaction to burn the NFT, which is minted upon request, and to claim the rewards.</td></tr></tbody></table>
