Node Inputs

KeyDescription
API KeyYour OPENFORMAT API Key.
dApp IDThe ID for your OPENFORMAT dApp.
User AccountThe account address for the user who’s information you want to find out e.g. 0xeed1…

Node Outputs

KeyDescription
data.user_idThe account address of the user.
data.xp_balanceThe experience points balance of the user.
data.collected_badges.idThe unique identifier of a collected badge.
data.collected_badges.nameThe name of a collected badge.
data.completed_actions.nameThe name of a completed action.
data.completed_actions.createdAtThe timestamp when the action was completed.
data.completed_actions.xp_rewardedThe experience points rewarded for the action.

What’s next?

Now that you have retrieved the user’s information, you can display their XP balance, collected badges, and completed actions in your frontend application like the example below: