get https://api.amberdata.com/market/defi/liquidity-positions/providers//latest
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 | string | The address of the token, i.e. the address of the pair or liquidity pool. |
payload[].holderAddress | string | The address of the token holder, i.e. the address of the liquidity provider. |
payload[].timestamp | timestamp | The timestamp when the liquidity provider last updated their position in the pool. |
payload[].numTokens | number | The number of tokens the provider holds in each pool. |
payload[].supply | number | The total supply for the token. |
payload[].position | number | The liquidity position or percentage of ownership in the pool. |