Wallet Lens

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

Response Data

a> 🚧 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.

field

type

description

protocolId

string

The specific protocol deployment in human readable form

protocolName

string

The overarching protocol name

protocolVersion

number

The specific version of the protocol's deployment

blockchain

string

The blockchain that this protocol instance is deployed on

numAssets

number

The number of assets that are available on this protocol instance

totalDepositedUSD

number
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.


The cumulative US dollar value of all deposited assets, at an instance in time.

Without endDate, this represents the US dollar value of all deposits right now i.e. the moment this endpoint was called

totalBorrowedUSD

number

The cumulative US dollar value of all borrowed assets, at an instance in time.

Without endDate, this represents the US dollar value of all borrowed right now i.e. the moment this endpoint was called

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