read.point_leaderboard
Retrieve the Arcadia points leaderboard with pagination. Use limit and offset to control the number of entries and navigate through pages.
Instructions
Get the Arcadia points leaderboard (paginated). For a specific wallet's points balance, use read.wallet.points.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max leaderboard entries to return (default 25) | |
| offset | No | Skip first N leaderboard entries for pagination |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| offset | Yes | ||
| limit | Yes | ||
| leaderboard | Yes |