Assets
Last updated
Last updated
Given a specific account public key and asset ID, this call returns the account's asset holding and asset parameters (if either exist). Asset parameters will only be returned if the provided address is the asset's creator.
An account public key
[A-Z0-9]{58}
An asset identifier
AccountAssetResponse describes the account's asset holding and asset parameters (if either exist) for a specific asset ID. Asset parameters will only be returned if the provided address is the asset's creator.
Describes an asset held by an account.
Definition: data/basics/userBalance.go : AssetHolding
AssetParams specifies the parameters for an asset.
[apar] when part of an AssetConfig transaction.
Definition: data/transactions/asset.go : AssetParams
The round for which this information is relevant.