• ReputationApi - functional programming interface

    Parameters

    Returns {
        getAddressReputation(networkId, addressId, options?): Promise<((axios?, basePath?) => AxiosPromise<AddressReputation>)>;
    }

    • getAddressReputation:function
      • Get the onchain reputation of an external address

        Parameters

        • networkId: string

          The ID of the blockchain network.

        • addressId: string

          The ID of the address to fetch the reputation for.

        • Optional options: RawAxiosRequestConfig

          Override http request option.

        Returns Promise<((axios?, basePath?) => AxiosPromise<AddressReputation>)>

        Summary

        Get the onchain reputation of an external address

        Throws

    Export