api_tinyman_get_pool_analytics
Retrieve analytics data for Tinyman liquidity pools on the Algorand blockchain to analyze pool performance and metrics.
Instructions
Get analytics for a Tinyman pool
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset1Id | Yes | ID of the first asset | |
| asset2Id | Yes | ID of the second asset | |
| version | No | Tinyman protocol version | v2 |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |