Example callback
This is an example callback endpoint that receives webhook notifications for address transactions.
To enable webhook notifications for your transactions, you must configure your callback URL in the Better Use Blockchain dashboard.
Navigate to the Send Callbacks section in the sidebar menu, as shown in the image above. Enter your callback URL in the designated field under ‘Update API callback registration URL’, then click the ‘Update’ button to save the changes.
Make sure the provided URL is accessible and properly configured to handle incoming POST requests from the Better Use Blockchain system. This URL will be used to receive real-time notifications for events such as transaction updates.
The image above illustrates the process.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The payload of the webhook notification sent to your callback endpoint.
The body is of type object
.
Response
The callback was received and processed successfully.
The response is of type object
.