GetWalletAssetsForWalletGroupAsync

Get all wallet assets for a specific wallet group Returns (Task<IEnumerable>)

Overview of GetWalletAssetsForWalletGroupAsync goes here.

Name Description
walletGroup The wallet group to get assets from

Get Wallet Assets For Wallet Group Async

Example in C#

// Returns: IEnumerable<WalletAssetInfo>
var walletAssetInfo = await client.GetWalletAssetsForWalletGroupAsync(WalletGroupInfo walletGroup);

Example in CURL



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