Provider Positions

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

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 each pool.
payload[].supplynumberThe total supply for the token.
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!