Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Triggered on blockchain token send/receive transfers.
debit
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?