lookupAccountAssets
GET /v2/accounts/{account-id}/assets
Lookup an account’s asset holdings, optionally for a specific ID.
Parameters
Path Parameters
Account string
Query Parameters
Asset 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
Describes an asset held by an account.
Definition: data/basics/userBalance.go : AssetHolding
object
Number of units held.
Asset ID of the holding.
Whether or not the asset holding is currently deleted from its account.
Whether or not the holding is frozen.
Round during which the account opted into this asset holding.
Round during which the account opted out of this asset holding.
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