diff --git a/docs/integrations/api.md b/docs/integrations/api.md index 43091c23d..1384f622a 100644 --- a/docs/integrations/api.md +++ b/docs/integrations/api.md @@ -8,9 +8,9 @@ Here you can find various Lido APIs which you can integrate in your app or websi ## Lido APR -API provides Ethereum and Lido staking APR, which include: +API provides Ethereum and Lido staking APR, which includes: -### Simple Moving Average Lido APR for 7 last days: +### Simple Moving Average Lido APR for last 7 days: This APR value is based on Simple Moving Average of APR values over a period of 7 days. @@ -110,7 +110,7 @@ Response schema and examples are available in the [Swagger API documentation](ht ## Withdrawals API -The Withdrawals API service offers an utility for estimating the waiting time for [withdrawals](https://docs.lido.fi/contracts/withdrawal-queue-erc721) within the Lido on Ethereum protocol. +The Withdrawals API service offers a utility for estimating the waiting time for [withdrawals](https://docs.lido.fi/contracts/withdrawal-queue-erc721) within the Lido on Ethereum protocol. The service is helpful for stakers, providing insights from the moment of withdrawal request placement to its finalization when the request becomes claimable. See the [detailed explanation](https://github.com/lidofinance/withdrawals-api/blob/develop/how-estimation-works.md).