ReputationApi - interface

Export

ReputationApi

interface ReputationApiInterface {
    getAddressReputation(networkId, addressId, options?): AxiosPromise<AddressReputation>;
}

Implemented by

Methods

  • 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

    Memberof

    ReputationApiInterface