Applications
Last updated
Last updated
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.
/v2/accounts/{address}/applications/{application-id}
An account public key
[A-Z0-9]{58}
An application identifier
Configures whether the response object is JSON or MessagePack encoded. If not provided, defaults to JSON.
json
, msgpack