Returns information associated with a pool asset which includes the assets AssetDetails and AssetMetadata.
AssetDetails
AssetMetadata
/pallets/pool-assets/{assetId}/asset-info
The unsignedInteger Id of a pool asset.
Block identifier, as the block height or block hash.
successful operation
curl -L \ --url 'https://dot-playbook.nownodes.io/pallets/pool-assets/{assetId}/asset-info'
{ "at": { "hash": "text", "height": "text" }, "poolAssetInfo": { "owner": "text", "issuer": "text", "admin": "text", "freezer": "text", "supply": "text", "deposit": "text", "minBalance": "text", "isSufficient": true, "accounts": "text", "sufficients": "text", "approvals": "text", "status": "text" }, "poolAssetMetadata": { "deposit": "text", "name": "text", "symbol": "text", "decimals": "text", "isFrozen": true } }