Wallet Scores

Returns the web3 reputation and authenticity score based on Blaze defined metrics for a wallet.

GraphQL Query

query WalletScores($walletAddress: String!){
    walletScores(walletAddress: $walletAddress){
        web3ReputationScore
        authenticityScore
    }
}

Variables

Response

Example

Input
Output

Last updated

Was this helpful?