Get information about any asset (including NFTs)

  • Parameters

    • opts: {
          assetId: string;
          network?: "mainnet" | "testnet";
      }

      The options for the request

      • assetId: string

        {string} - The ID of the asset to get information about

      • Optionalnetwork?: "mainnet" | "testnet"

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

    Returns Promise<null | AssetInfo>

    • The information about the asset