Scores Methods
Available Methods
Method
Description
getScores()
Usage
const scores = await client.getScores(address);Parameters
Parameter
Type
Required
Description
Response Type
interface UserScores {
address: string;
totalScore: number;
calculatedAt: string; // ISO 8601 date
categories?: Record<string, CategoryScore>;
source?: 'app' | 'api';
}
interface CategoryScore {
score: number;
reason: string;
title: string;
}Example
Example Response
Available Categories
Key
Title
Description
getCategoryScore()
Usage
Parameters
Parameter
Type
Required
Description
Response Type
Example
Example Response
Error Handling
Request Cancellation
Related
Last updated
