The reputation score with metadata of a blockchain address.

Export

AddressReputation

interface AddressReputation {
    metadata: AddressReputationMetadata;
    score: number;
}

Properties

Properties

Memberof

AddressReputation

score: number

The score of a wallet address, ranging from -100 to 100. A negative score indicates a bad reputation, while a positive score indicates a good reputation.

Memberof

AddressReputation