Rewards
You can send reward to your users as a way of incentive
Domains
Environment
Domain
Staging
api-staging.blocto.app
Production
api.blocto.app
Header
APIs
Send reward
GET
https://api.blocto.app/reward/send
Request Body
Name
Type
Description
blockchain
string
dApp blockchain
wallet_address
string
user's wallet address on the blockchain
point
integer
the amount of Blocto points to send
Demo
You can find the demo project here: https://github.com/blocto/reward-demo
Last updated