πWebhooks
When are webhooks triggered?
Movement type
Movement reason
Webhook payload
{
"event_type": "reward.earned",
"movement": {
"type": "point",
"reason": "end_user_payout",
"status": "accepted",
"status_details": null,
"user_identifier": "0x1234...",
"user_identifier_type": "evm_address",
"amount": "1000",
"currency": {
"name": "POINT"
},
"conversion_name": "Trading Volume",
"created_at": "2025-06-15T14:30:00Z"
}
}Payload fields
Field
Description
Handling webhooks
Retries
Best practices
Practice
Why
Managing webhooks
Endpoint
Method
Description
Reference
Last updated