/solscan/accounts/portfolio
List the DeFi liquidity positions of a Solana account by its address
Price: 1 credit
💡 AI Hint: List the DeFi liquidity (LP) positions of a Solana wallet by its address, ordered by value. Returns each position’s id, pool, program (DEX), position type (e.g. clmm), the two pooled token mints and amounts, the position USD value, the current/lower/upper price range, whether it is in range, and the creation time.
⚠️ Common errors: 412: Account not found
Authorizations
API token from the dashboard
Headers
Body
Solana account or token mint address (base58)
"5tzFkiKscXHK5ZXCGbXZxdw7gTjjD1mBwuoFbhUvuAi9"
Max number of positions to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Order positions by value
desc, asc Response
Successful Response