πPoints
Points for a specific user
import { Fuul } from '@fuul/sdk';
await Fuul.getPointsLeaderboard({
user_identifier: '0x1234...',
identifier_type: 'evm_address',
});{
"total_results": 1,
"page": 1,
"page_size": 10,
"results": [
{
"address": "0x1234...",
"total_amount": 15000,
"rank": 42,
"total_attributions": 85
}
]
}Points grouped by conversion
Points history (movements)
API reference
SDK method
API endpoint
Reference
Last updated