get https://api.amberdata.com/market/defi/liquidity-positions/pairs//latest
Retrieves the latest Liquidity Positions within the specified pool.
Positions are ordered by providers, 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 this pool. |
payload[].position | number | The liquidity position or percentage of ownership in the pool. |