searchForApplications
GET /v2/applications
Search for applications
Parameters
Query Parameters
Application ID
Filter just applications with the given creator address.
Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.
Maximum number of results to return. There could be additional pages even if the limit is not reached.
The next page of results. Use the next token provided by the previous results.
Responses
200
(empty)
object
Application index and its parameters
object
Round when this application was created.
Whether or not this application is currently deleted.
Round when this application was deleted.
Application index.
Stores the global information associated with an application.
object
Approval program.
Clear state program.
The address that created this application. This is the address where the parameters and global state for this application can be found.
The number of extra program pages available to this app.
Represents a key-value store for use in an application.
Represents a key-value pair in an application store.
object
Represents a TEAL value.
object
Bytes value.
Type of the value. Value 1
refers to bytes, value 2
refers to uint
Uint value.
Specifies maximums on the number of each type that may be stored.
object
Number of byte slices.
Number of uints.
Specifies maximums on the number of each type that may be stored.
object
Number of byte slices.
Number of uints.
Round at which the results were computed.
Used for pagination, when making another request provide this token with the next parameter.
500
Response for errors