get_pool_state_at_block
Documentation for eth_defi.uniswap_v3.liquidity.get_pool_state_at_block function.
- get_pool_state_at_block(pool_address, block_number, api_key, chain=1)
Get a pool state (current liquidity, tick, ticks) at a given block using Uniswap V3 subgraph data. Needs thegraph api key to work, default ethereum chain - Mainnet (1)
- Parameters
pool_address (eth_typing.evm.HexAddress) –
block_number (int) –
api_key (str) –
chain (int) –