You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -50,12 +50,13 @@ Protocol coverage is organized by position type. Each protocol specifies its sup
50
50
Liquidity pool positions represent token pairs deposited into automated market makers (AMMs). These positions may be fungible ERC-20 LP tokens or non-fungible NFT-based positions for concentrated liquidity.
**Description:** Fungible LP tokens representing constant-product AMM positions. Includes balances of both tokens in the pair and total USD value. Both Uniswap V2 and its forks are detected by factory address and returned under the same `UniswapV2` type, with the specific protocol name indicated in the `protocol` field.
57
58
58
-
**Example Response:**
59
+
**Example Response (Uniswap V2):**
59
60
60
61
```json [expandable]
61
62
{
@@ -91,15 +92,8 @@ Liquidity pool positions represent token pairs deposited into automated market m
**Chains:** Ethereum (1), Base (8453), Ink (57073), Unichain (130), Zora (7777777), World Chain (480), Soneium (1868), Optimism (10)
143
-
**Description:** NFT-based concentrated liquidity positions. Each position includes tick ranges, token holdings, unclaimed fees, and per-position USD valuations.
137
+
**Description:** NFT-based concentrated liquidity positions. Each position includes tick ranges, token holdings, unclaimed fees, and per-position USD valuations. Both Uniswap V3 and its forks are detected by factory address and returned under the same `Nft` type, with the specific protocol name indicated in the `protocol` field.
144
138
145
-
**Example Response:**
139
+
**Example Response (Uniswap V3):**
146
140
147
141
```json [expandable]
148
142
{
@@ -186,12 +180,6 @@ Liquidity pool positions represent token pairs deposited into automated market m
**Description:** Concentrated liquidity forks of Uniswap V3. Forks are detected by factory address and returned under the same `Nft` type with the specific protocol name in the `protocol` field.
0 commit comments