Pool Providers

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

FieldTypeDescription
payload[].tokenAddressstringThe address of the token, i.e. the address of the pair or liquidity pool.
payload[].holderAddressstringThe address of the token holder, i.e. the address of the liquidity provider.
payload[].timestamptimestampThe timestamp when the liquidity provider last updated their position in the pool.
payload[].numTokensnumberThe number of tokens the provider holds in this pool.
payload[].positionnumberThe liquidity position or percentage of ownership in the pool.
Language
Authorization
Header
Click Try It! to start a request and see the response here!