Skip to main content

transaction.created

Fired when a withdrawal is successfully submitted to the exchange. At this point the transaction is pending — it has been accepted by the exchange but may not yet be broadcast on-chain.

When this event is sent

  • A withdrawal is executed after the user confirms the quote
  • The exchange accepts the withdrawal request

Payload

Example payload

Fields

The rawResponse field contains the unmodified response from the exchange API. Its structure varies between exchanges and should not be relied upon — use the structured fields instead.
The cexTransaction.txid is typically null at creation time. You’ll receive a transaction.broadcasted event once the on-chain hash is available.