Returns (Task<IEnumerable>)
Overview of AddWalletAssetAsync goes here.
| Name | Description |
|---|---|
| walletGroup | |
| walletAsset |
Example in C#
// Returns: WalletAssetInfo
var walletAssetInfo = await client.AddWalletAssetAsync(WalletGroupInfo walletGroup, WalletAssetInfo walletAsset);
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'