Webhook
What is a webhook?
Setting up your webhook
{
"smart_contract_address": String,
"project": {
"id": BigInteger,
"name": String
},
"time": BigInteger, // epoc time format
"network": String,
"event": {
"name": String,
"payload": {
"encoded": String, // hex string encoded payload
"decoded": {
"from": String,
"to": String,
"amount": BigInteger
}
},
"block_number": BigInteger
}
}Last updated