Given a specific account public key, this call returns the accounts status, balance and spendable amounts
GEThttps://algo.nownodes.io/v2/accounts/{address}
Authorization
Path parameters
address*string
An account public key
Pattern: [A-Z0-9]{58}
Query parameters
Response
AccountResponse wraps the Account type in a response.
Body
address*string
the account public key
amount*integer
\[algo\] total number of MicroAlgos in the account
amount-without-pending-rewards*integer
specifies the amount of MicroAlgos in the account, without the pending rewards.
apps-local-statearray of object
\[appl\] applications local data stored in this account.
Note the raw object uses `map[int] -> AppLocalState` for this type.
apps-total-extra-pagesinteger
\[teap\] the sum of all extra application program pages for this account.
apps-total-schemaobject
Specifies maximums on the number of each type that may be stored.
assetsarray of object
\[asset\] assets held by this account.
Note the raw object uses `map[int] -> AssetHolding` for this type.
auth-addrstring
\[spend\] the address against which signing should be checked. If empty, the address of the current account is used. This field can be updated in any transaction by setting the RekeyTo field.
created-appsarray of object
\[appp\] parameters of applications created by this account including app global data.
Note: the raw account uses `map[int] -> AppParams` for this type.
created-assetsarray of object
\[apar\] parameters of assets created by this account.
Note: the raw account uses `map[int] -> Asset` for this type.
min-balance*integer
MicroAlgo balance required by the account.
The requirement grows based on asset and application usage.
participationobject
AccountParticipation describes the parameters used by this account in consensus protocol.
pending-rewards*integer
amount of MicroAlgos of pending rewards in this account.
reward-baseinteger
\[ebase\] used as part of the rewards computation. Only applicable to accounts which are participating.
rewards*integer
\[ern\] total rewards of MicroAlgos the account has received, including pending rewards.
round*integer
The round for which this information is relevant.
sig-typeenum
Indicates what type of signature is used by this account, must be one of:
* sig
* msig
* lsig
sigmsiglsig
status*string
\[onl\] delegation status of the account's MicroAlgos
* Offline - indicates that the associated account is delegated.
* Online - indicates that the associated account used as part of the delegation pool.
* NotParticipating - indicates that the associated account is neither a delegator nor a delegate.
total-apps-opted-in*integer
The count of all applications that have been opted in, equivalent to the count of application local data (AppLocalState objects) stored in this account.
total-assets-opted-in*integer
The count of all assets that have been opted in, equivalent to the count of AssetHolding objects held by this account.
total-box-bytesinteger
\[tbxb\] The total number of bytes used by this account's app's box keys and values.
total-boxesinteger
\[tbx\] The number of existing boxes created by this account's app.
total-created-apps*integer
The count of all apps (AppParams objects) created by this account.
total-created-assets*integer
The count of all assets (AssetParams objects) created by this account.