Create Webhook
Permissions Required
Request Body
{
"url": "https://example.com/my/webhook/endpoint",
"description": "My awesome webhook, it's so great", // optional
"status": "Enabled" // optional
"events": [
"wallet.transfer.initiated",
"wallet.transfer.executed",
"wallet.transfer.confirmed",
],
}Property
Type - Optional
Description
Response
Property
Type
Description
Last updated