This API retrieves information about all of the actions taken by a specific wallet on the protocol within a certain timespan.
Response Data
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 | a> 🚧 Time Range Limit
Sushiswap Actions |
---|
Swap |
AddLiquidity |
RemoveLiquidity |
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.
Curve Actions |
---|
Swap |
AddLiquidity |
RemoveLiquidity |
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