Skip to main content

Use case

  1. If you provide us a callback URL, after sending the /orders or /sell/orders request, you will get updates on the transaction statuses.
  2. To get information that the transaction status was updated, you can use the fields orderId, externalOrderId, and status. See the Transaction event payload section below.
  3. We will send webhooks every time status updates. You can find supported transaction statuses below.

Also, we recommend using signatures for requests to be sure that this information is provided by Changelly. More information with recommended best practices can be found in the Webhooks signature section below.