debit) and once to the receiver’s organisation (credit).
- debit (sender)
- credit (receiver)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Triggered on blockchain token send/receive transfers.
debit) and once to the receiver’s organisation (credit).
{
"webhook_event": "token.transferred",
"direction": "debit",
"user": {
"_id": "<userId>",
"email": "<string>",
"name": "<string>"
},
"transfer": {
"token": "<symbol>",
"amount": "<number>"
}
}
{
"webhook_event": "token.transferred",
"direction": "credit",
"user": {
"_id": "<userId>",
"email": "<string>",
"name": "<string>"
},
"transfer": {
"token": "<symbol>",
"amount": "<number>"
}
}
Was this page helpful?
