api_tinyman_get_pool_creation_quote
Calculate costs and parameters for establishing a Tinyman liquidity pool on the Algorand blockchain, specifying assets and creator address.
Instructions
Get quote for creating a new Tinyman pool
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset1Id | Yes | ID of the first asset | |
| asset2Id | Yes | ID of the second asset | |
| initiatorAddr | Yes | Address of the account creating 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) |