Returns (Task<IEnumerable>)
Overview of GetWalletAssetsForWalletGroupAsync goes here.
Name | Description |
---|---|
walletGroup |
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/walletgroup/WALLETGROUP.KEY/assets \
-H 'Authorization: Bearer TOKEN_GOES_HERE'