Wallet Lens

This API retrieves information about all of the actions taken by a specific wallet on the protocol within a certain timespan.

🚧

Time Range Limit

The maximum time range (difference between endDate and startDate) is 60 days.

📘

Not specifying startDate and endDate

If the startDate and endDate query parameters are not provided, the API will return data from the current date - 30 days.

So if the date-time today is 2022-12-20T00:00:00, then the first object in payload.data would start from at least 2022-11-20T00:00:00.

👍

Curve Pool Support

This endpoint only supports Curve v1 pools.

RESPONSE DATA

Understanding Actions in Uniswap

There are many different types of actions in Uniswap, as you'll see in the action property for each item of the payload.data array. The guide below will help you understand the possible actions.

Uniswap v2 ActionsUniswap v3 Actions
SwapSwap
MintMint

Understanding Actions in Sushiswap

There are many different types of actions in Sushiswap, as you'll see in the action property for each item of the payload.data array. The guide below will help you understand the possible actions.

Understanding Actions in Curve

There are many different types of actions in Curve, as you'll see in the action property for each item of the payload.data array. The guide below will help you understand the possible actions.


Language
Authorization
Header
Click Try It! to start a request and see the response here!