sodax_get_amm_positions
Fetch AMM liquidity provider NFT positions, filtered by owner address, with pagination and response format options.
Instructions
Get AMM liquidity provider NFT positions, optionally filtered by owner address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of positions to return | |
| owner | No | Filter by owner wallet address | |
| format | No | Response format: 'json' for raw data or 'markdown' for formatted text | markdown |
| offset | No | Number of positions to skip for pagination |