Introduction
Kript uses webhooks to communicate events on transfers, crypto deposits, crypto payments and crypto exchange orders. Each time an event that you listen to occurs, Kript submits a POST request to the designated webhook URL with information about the event.
Here is a list of all event types and their details
Setting up webhook
The following steps will show you how to set up webhook URLs in your application to receive events updates in realtime:
Step 1
Login into your Kript dashboard and click on Settings in the navigation bar on the left, then click on Webhook tab.
Step 2
Click on Add Endpoint, enter your webhook URL and select the events you'd like to receive or just leave blank to receive all events then click Create.

Advanced webhook settings
Kript also provides some advanced settings when adding webhook URLs to allow you to add some customization that suits your application. Settings like rate limits and custom request headers.

Signing secret
After successfully creating an endpoint for receiving webhook events, you are provide with a signing secret for each endpoint that should be used to verify all webhook events on that endpoint.
How to get the signing secret
Click on the interested endpoint to view the details of the endpoint, then you would find the Signing Secret on the right towards the bottom.

Updated over 2 years ago