GetWalletAssetAsync

Get a single wallet asset by ID Returns (Task)

Overview of GetWalletAssetAsync goes here.

Name Description
walletGroup The wallet group containing the asset
assetKey The key of the wallet asset to retrieve

Get Wallet Asset Async

Example in C#

// Returns: WalletAssetInfo
var walletAssetInfo = await client.GetWalletAssetAsync(WalletGroupInfo walletGroup, String assetKey);

Example in CURL



           curl -X GET \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/walletgroups/WALLETGROUP.KEY/assets/ASSET.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'