Positions
Returns LP / staking / vault positions held by account for a given provider on a given chain.
Query
Wallet address to look up positions for.
Chain ID to look up positions on.
Protocol identifier, e.g. uniswap-v3, aerodrome.
Response
Position size, in the pool’s own units.
USD value of the position.
Underlying tokens, each with an amount/amountUSD in addition to standard asset fields.
Present for NFT-based positions (e.g. Uniswap V3): { id, manager }.
Provider-specific extra data (shape varies).
Total number of positions returned.
Examples