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