> For the complete documentation index, see [llms.txt](https://docs.fuul.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fuul.xyz/developer-guide/getting-individual-rewards.md).

# Individual Rewards

Retrieve reward data for individual users — their earnings, ranking position, and payout history.

| Reward type                                                     | Page                  | SDK methods                                                                     |
| --------------------------------------------------------------- | --------------------- | ------------------------------------------------------------------------------- |
| [Tokens](/developer-guide/getting-individual-rewards/tokens.md) | Onchain token rewards | `getPayoutsLeaderboard`, `getUserPayoutsByConversion`, `getUserPayoutMovements` |
| [Points](/developer-guide/getting-individual-rewards/points.md) | Point rewards         | `getPointsLeaderboard`, `getUserPointsByConversion`, `getUserPointsMovements`   |

{% hint style="info" %}
Rewards data is updated hourly. Recent conversions and payouts will appear within a maximum of one hour.
{% endhint %}

{% hint style="info" %}
For totals across all conversions, use `getPayoutTotals` ([API reference](https://fuul.readme.io/reference/getuserpayouttotals)).
{% endhint %}
