Use this client for interacting the tokenly BVAM provider
composer require tokenly/bvam-api-client
Add the following to the providers
array in your application config:
Tokenly\BvamApiClient\BVAMClientServiceProvider::class
$bvam_client = app('Tokenly\BvamApiClient\BVAMClient');
$asset_info = $bvam_client->getAssetInfo('SOUP');