address required string /[A-Z0-9]{58}/ An account public key.
Query Parameters
exclude Array Allowed values: all none created-apps-params created-assets-params Exclude additional items from the account. Use all to exclude asset holdings, application local state, created asset parameters, and created application parameters. Use created-apps-params to exclude only the parameters of created applications (returns only application IDs). Use created-assets-params to exclude only the parameters of created assets (returns only asset IDs). Multiple values can be comma-separated (e.g., created-apps-params,created-assets-params). Note: all and none cannot be combined with other values. Defaults to none.
format string Allowed values: json msgpack Configures whether the response object is JSON or MessagePack encoded. If not provided, defaults to JSON.
Responses
200
Account information at a given round.
AccountResponse
address: The account public key
amount: total number of MicroAlgos in the account (integer format: uint64)
amount-without-pending-rewards: Specifies the amount of MicroAlgos in the account, without the pending rewards (integer format: uint64)
apps-local-state: applications local data stored in this account (Array
apps-total-extra-pages: the sum of all extra application program pages for this account (integer format: uint64)
assets: assets held by this account (Array)
amount: number of units held (integer format: uint64)
asset-id: Asset ID of the holding (integer)
is-frozen: whether or not the holding is frozen (boolean)
auth-addr: the address against which signing should be checked (string)
total-apps-opted-in: The count of all applications that have been opted in (integer format: uint64)
total-assets-opted-in: The count of all assets that have been opted in (integer format: uint64)