owner_model is organisation, and delivered to that organisation’s webhook URL.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Triggered when an order is cancelled.
owner_model is organisation, and delivered to that organisation’s webhook URL.
{
"webhook_event": "order.cancelled",
"order": {
"_id": "<orderId>",
"type": "Buy | Sell",
"amount": "<number>",
"price": "<number>",
"user": "<userId>",
"token": "<tokenId>",
"currency": "<string>",
"owner_model": "organisation",
"version": "2",
"status": "TERMINATED",
"customer": "<apiCustomerId?>",
"api_customer_email": "<string?>",
"meta": { "...": "..." },
"createdAt": "<ISO>",
"updatedAt": "<ISO>"
}
}
Was this page helpful?
