Node Inputs
Node Outputs
| Key | Description |
|---|---|
data.total | The total number of items in the data array. |
data.data.user | The account address of the user. |
data.data.xp_rewarded | The total experience points rewarded to the user. |
What’s next?
You are now successfully returning a leaderboard with web3 account addresses and the amount of XP they have been rewarded. Why not try linking these addresses to your existing users? To do this, you can use our Leaderboard template. Below is an example of a leaderboard in a FlutterFlow application that links existing user profiles to web3 addresses.