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

Methods

  • Get the reputation of an 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>

    Throws

    If the request fails.