Get account information about a given app. | Algorand Developer Portal

Get account information about a given app.

GET

/v2/accounts/{address}/applications/{application-id}

Given a specific account public key and application ID, this call returns the account’s application local state and global state (AppLocalState and AppParams, if either exists). Global state will only be returned if the provided address is the application’s creator.

Authorizations

Parameters

Path Parameters

address

application-id

Query Parameters

format

Responses

200

AccountApplicationResponse describes the account’s application local state and global state (AppLocalState and AppParams, if either exists) for a specific application ID. Global state will only be returned if the provided address is the application’s creator.

Media Types: application/json, application/msgpack

app-local-state

Stores local state associated with an application.