alpha_get_market
Fetch detailed information for a specific Alpha Arcade prediction market on the Algorand blockchain using its application ID.
Instructions
Fetch full details for a single Alpha Arcade prediction market. Pass marketAppId (numeric, always required) and optionally marketId (UUID) for richer API data.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| marketAppId | Yes | The market application ID (numeric, always required) | |
| marketId | No | The market UUID (optional, used for API mode when ALPHA_API_KEY is set) | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |