Get assets by owner

  • Parameters

    • opts: {
          network?: "mainnet" | "testnet";
          owner: string;
          pagination?: AssetPaginationOptions;
      }

      The options for the request

      • Optionalnetwork?: "mainnet" | "testnet"

        {'mainnet' | 'testnet'} - The network to use (default: mainnet)

      • owner: string

        {B256Address} - The owner of the assets

      • Optionalpagination?: AssetPaginationOptions

        {AssetPaginationOptions} - The pagination options (default: 10)

    Returns Promise<AssetsByOwner>

    • The assets by owner