api_tinyman_get_pool
Retrieve Tinyman pool details for specific asset pairs on the Algorand blockchain, including protocol version and network information.
Instructions
Get Tinyman pool information by asset pair
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset1Id | Yes | ID of the first asset in the pool | |
| asset2Id | Yes | ID of the second asset in the pool | |
| 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) |