alpha_split_shares
Split USDC into equal YES and NO outcome tokens on Alpha Arcade for prediction markets. Convert 1 USDC to 1 YES token plus 1 NO token.
Instructions
Split USDC into equal YES and NO outcome tokens on Alpha Arcade. 1 USDC (1000000 microunits) = 1 YES + 1 NO.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| marketAppId | Yes | The market app ID | |
| amount | Yes | Amount to split in microunits (e.g. 1000000 = $1.00 USDC) | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |