Retrieves the list of top 10 contributors to the specific reward chain under the current user's clan. If a user doesn't belong to a clan, the call returns an empty array.
The top 10 list of contributors to the clan's reward chain.
[- {
- "name": "winner",
- "contributed_amount": 555
}, - {
- "name": "Rocket",
- "contributed_amount": 398
}, - {
- "name": "MrJoe",
- "contributed_amount": 201
}, - {
- "name": "beginner",
- "contributed_amount": 1
}
]