Internal Transaction Received

A webhook with the transactionInternal.received type will receive a call when an internal transaction is observed. A transaction is considered internal when the source and destination addresses are in Taurus-PROTECT. Example:


# Headers
   x-webhook-id:         ba6a8c91-4a7d-4047-a777-28c99db5e106 
   x-webhook-timestamp:  1717076256
   x-webhook-signature:  v1,bZK4zpBA5wIFcti6qZViBBliKiXa8z/7bvzXoNjP/iI=

# Payload
{
  "type": "transactionInternal.received",
  "createdAt": "2024-05-30T13:37:27.7966667Z",
  "data": {
    "transactionId": 46596
  }
}


  © 2026 Taurus SA. All rights reserved.