fetchAssetByPortfolioId

abstract fun fetchAssetByPortfolioId(page: Int, size: Int, portfolioId: String, customerId: String? = null, assetType: AssetTypeEnumDto? = null): AssetPortfolioOverviewResponseDto

Retrieves asset information by portfolio ID.

Return

The overview of assets in the portfolio.

Parameters

page

The page number.

size

The number of assets per page.

portfolioId

The ID of the portfolio.

customerId

The ID of the customer (optional).

assetType

The type of asset (optional).