• ReputationApi - factory interface

    Parameters

    • Optional configuration: Configuration
    • Optional basePath: string
    • Optional axios: AxiosInstance

    Returns {
        getAddressReputation(networkId, addressId, options?): 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 AxiosPromise<AddressReputation>

        Summary

        Get the onchain reputation of an external address

        Throws

    Export