Webhook details
When the user status or order status changes, MultiExchange will send a webhook message to the address you have specified.
Webhook public parameters
All webhook pushes follows the standard structure below. The content of "data" may vary based on different scenarios.
Webhook content
Parameter | Type | Mandatory | Description |
---|---|---|---|
type | String | Y | Webhook type |
data | Object | Y | Detailed data |
Webhook signature verification
When sending webhooks, the structure of the request header is the same as that used in OpenAPI, including appId, timestamp, and signature. You can verify the signature using the webhook public key provided when you obtain a production account.
Request input parameters (header)
Parameter | Type | Mandatory | Description |
---|---|---|---|
appId | String | Y | appId, provided by Multiex |
timestamp | Long | Y | Timestamp of access request |
signature | String | Y | Signature |