Webhooks
Transaction broadcasted
Fired when a transaction is successfully broadcast to the blockchain network.
WEBHOOK
If a
reference_id was provided when the transaction was created via
eth_sendTransaction or signAndSendTransaction,
it is included in the webhook payload for reconciliation.Body
application/json
Payload for the transaction.broadcasted webhook event.
The type of webhook event.
Available options:
transaction.broadcasted The ID of the wallet that initiated the transaction.
The Privy-assigned ID for this transaction.
The CAIP-2 chain identifier (e.g., eip155:1 for Ethereum mainnet).
The blockchain transaction hash.
Developer-provided reference ID for transaction reconciliation, if one was provided.
Response
200
Return a 200 status to indicate that the webhook was received successfully.

