Reward XP
⚠️ DEPRECATED: This endpoint has been deprecated and replaced by the Reward Point endpoint. Please use the Reward Point endpoint for all new implementations.
Award XP (Experience Points) to users for completing specific actions in your application. This endpoint is designed to gamify user engagement by rewarding XP for various activities such as:
- User registration
- Task completion
- Video watching
- Comment posting
- Other custom actions
The endpoint returns an unsigned transaction that needs to be signed using your application’s private key (stored securely in server environment variables). After signing, you can broadcast the transaction using either:
- Execute Transaction endpoint for immediate submission
- Execute Transaction and Wait endpoint if you need to wait for transaction confirmation
This XP system helps create an engaging progression system while maintaining transparency through blockchain-based XP distribution.
Documentation Index
Fetch the complete documentation index at: https://docs.openformat.tech/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
Blockchain network to use
1 - 255"arbitrum-sepolia"
Action Id
1 - 32"dragon_slayed"
Ethereum addres of the receiver
^(0x)?[0-9a-fA-F]{40}$"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266"
Ethereum address of the application
^(0x)?[0-9a-fA-F]{40}$"0x9716fb655f2a72b1fc1b4db02b8ad20b6747442a"
Amount of tokens to reward
x > 0123