Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/integrations/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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).
Expand Down