Get a list of applications held by an account.
GET /v2/accounts/{address}/applications
Lookup an account’s application holdings (local state and params if the account is the creator).
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”An account public key.
Query Parameters
Section titled “Query Parameters ”Maximum number of results to return.
The next page of results. Use the next token provided by the previous results.
Include additional items in the response. Use params to include full application parameters (global state, schema, etc.). Multiple values can be comma-separated. Defaults to returning only application IDs and local state.
Responses
Section titled “ Responses ”AccountApplicationsInformationResponse contains a list of application resources for an account.
object
AccountApplicationResource describes the account’s application resource (local state and params if the account is the creator) for a specific application ID.
object
Stores local state associated with an application.
object
The application which this local state is for.
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
[tb] bytes value.
[tt] value type. Value 1 refers to bytes, value 2 refers to uint
[ui] uint value.
Specifies maximums on the number of each type that may be stored.
object
[nbs] num of byte slices.
[nui] num of uints.
Round when the account opted into or created the application.
Whether the application has been deleted.
The application ID.
Stores the global information associated with an application.
object
[approv] approval program.
[clearp] approval program.
The address that created this application. This is the address where the parameters and global state for this application can be found.
[epp] the amount 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
[tb] bytes value.
[tt] value type. Value 1 refers to bytes, value 2 refers to uint
[ui] uint value.
Specifies maximums on the number of each type that may be stored.
object
[nbs] num of byte slices.
[nui] num of uints.
Specifies maximums on the number of each type that may be stored.
object
[nbs] num of byte slices.
[nui] num of uints.
[ss] the account responsible for extra pages and global state MBR
[v] the number of updates to the application programs
Used for pagination, when making another request provide this token with the next parameter. The next token is the next application ID to use as the pagination cursor.
The round for which this information is relevant.
Malformed address
An error response with optional data field.
object
object
Invalid API Token
An error response with optional data field.
object
object
Internal Error
An error response with optional data field.
object
object
default
Section titled “default ”Unknown Error