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 | 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. |