lookupAccountAppLocalStates
GET /v2/accounts/{account-id}/apps-local-state
Lookup an account’s asset holdings, optionally for a specific ID.
Parameters
Path Parameters
Account string
Query Parameters
Application ID
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
Stores local state associated with an application.
object
Round when account closed out of the application.
Whether or not the application local state is currently deleted from its account.
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
Bytes value.
Type of the value. Value 1
refers to bytes, value 2
refers to uint
Uint value.
Round when the account opted into the application.
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.
400
Response for errors
object
object
404
Response for errors
object
object
500
Response for errors