Get application information.
GET /v2/applications/{application-id}
Given a application ID, it returns application information including creator, approval and clear programs, global and local schemas, and global state.
Authorizations
Parameters
Path Parameters
An application identifier
Responses
200
Application information
Application index and its parameters
object
[appidx] application index.
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.
400
Bad Request
An error response with optional data field.
object
object
401
Invalid API Token
An error response with optional data field.
object
object
404
Application Not Found
An error response with optional data field.
object
object
500
Internal Error
An error response with optional data field.
object
object
default
Unknown Error