Register Webhook for a Wallet Address
Notifies you of credit and and debit events on the webhook registered
EXAMPLE REQUEST
{address: "qwerty",
callback_url:
'https://',
};PARAMS
keys
values
Description
{
"status": true,
"message": "Webhook registered successfully",
"data": {
"address": "qwerty",
"callback_url": "https://your-callback-url.com"
}
}
Keys
Values
Description
Last updated