Skip to content

Webhooks

Webhooks push account events to your own URL over HTTPS, so you don’t have to poll. Set them up in Webhooks in the dashboard.

  • order.filled — an order was delivered
  • order.failed — an order failed and was refunded
  • deposit.credited — a deposit was credited to your balance
  • automation.paused — a rule paused (balance too low)
  • automation.resumed — a rule auto-resumed after top-up
  1. Add an endpoint (HTTPS URL) and choose which events to receive.
  2. Copy the signing secret shown once — you’ll use it to verify deliveries.
  3. Send a test ping to check your endpoint receives events.

Every delivery is signed so you can confirm it really came from us. For the signature format and a verification example, see the developer Webhooks reference.