Function accountsGetBalanceReport

  • Get account report

    Parameters

    • address: string
    • __namedParameters: {
          $from?: null | string;
          currency?: null | string;
          delimiter?: null | string;
          historical?: boolean;
          separator?: null | string;
          to?: null | string;
      } = {}
      • Optional $from?: null | string
      • Optional currency?: null | string
      • Optional delimiter?: null | string
      • Optional historical?: boolean
      • Optional separator?: null | string
      • Optional to?: null | string
    • Optional opts: RequestOpts

    Returns Promise<Blob>

Generated using TypeDoc