This section describes the webhook events that are sent to your backend systems triggered by specific trade/trader events.
Webhook events perform signed HTTP POST
requests about specific events to a URL of your choice.
You can find the list of IP addresses from which Coinify’s system sends webhook events here: IP address list
Setting up the webhook URL with Coinify:
In order to receive webhook events, you must provide Coinify with a webhook URL where the callbacks will be sent to, as well as a secret (UUID format) that will be used to sign the webhook payloads. The secret should be shared via secure channels. If you prefer, the secret can be generated on Coinify’s side and then shared with you.