• ReputationApi - axios parameter creator

    Parameters

    Returns {
        getAddressReputation: ((networkId, addressId, options?) => Promise<RequestArgs>);
    }

    • getAddressReputation: ((networkId, addressId, options?) => Promise<RequestArgs>)

      Get the onchain reputation of an external address

      Summary

      Get the onchain reputation of an external address

      Throws

        • (networkId, addressId, options?): Promise<RequestArgs>
        • 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<RequestArgs>

    Export