ReputationApi - object-oriented interface

Export

ReputationApi

Hierarchy (view full)

Implements

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

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 Promise<AxiosResponse<AddressReputation, any>>

    Summary

    Get the onchain reputation of an external address

    Throws

    Memberof

    ReputationApi