getAssets

open suspend fun getAssets(chainId: String): Result<GetAssetsByChainResponse>

Retrieves the list of fungible assets owned by the client on a specific blockchain.

Return

A Result containing GetAssetsByChainResponse if successful, or an error if the operation fails.

Parameters

chainId

The blockchain identifier.