api_indexer_search_for_applications
Search for Algorand blockchain applications using filters like creator address, network, and pagination to find specific decentralized applications.
Instructions
Search for applications with various criteria
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of applications to return | |
| creator | No | Filter by creator address | |
| nextToken | No | Token for retrieving the next page of results | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |