Retrieves the latest Liquidity Positions of a liquidity provider across all pools.
Positions are ordered by pools, in descending order.
Protocols Supported
This endpoint only supports Uniswap v2.
Blockchains Supported
This endpoint only supports data from
ethereum-mainnet
.
Response Data
Field | Type | Description |
---|---|---|
payload[].tokenAddress |
| The address of the token, i.e. the address of the pair or liquidity pool. |
payload[].holderAddress |
| The address of the token holder, i.e. the address of the liquidity provider. |
payload[].timestamp |
| The timestamp when the liquidity provider last updated their position in the pool. |
payload[].numTokens |
| The number of tokens the provider holds in each pool. |
payload[].supply |
| The total supply for the token. |
payload[].position |
| The liquidity position or percentage of ownership in the pool. |