UniDevKit - v1.0.12
    Preparing search index...

    Interface GetPositionResponse

    Response structure for retrieving a Uniswap V4 position instance.

    interface GetPositionResponse {
        pool: Pool;
        poolId: `0x${string}`;
        position: Position;
        token0: Currency;
        token1: Currency;
        tokenId: string;
    }
    Index

    Properties

    pool: Pool

    The pool instance associated with the position

    poolId: `0x${string}`

    The unique identifier of the pool

    position: Position

    The position instance

    token0: Currency

    The first token in the pool pair

    token1: Currency

    The second token in the pool pair

    tokenId: string

    The unique identifier of the position