Rewards

You can send reward to your users as a way of incentive

Domains

EnvironmentDomain

Staging

api-staging.blocto.app

Production

api.blocto.app

Authorization: <JWT>
Content-Type: application/json

APIs

Send reward

GET https://api.blocto.app/reward/send

Request Body

NameTypeDescription

blockchain

string

dApp blockchain

wallet_address

string

user's wallet address on the blockchain

point

integer

the amount of Blocto points to send

{
  'message_code': ok
}

Demo

You can find the demo project here: https://github.com/blocto/reward-demo

Last updated