Wallet hash signed
Triggered when the wallet.hash.signed webhook event is emitted. Your API will receive a POST request at the webhook URL you configured.
Authorizations
HMAC-SHA256 signature of the raw request body, computed using your webhook secret. Webhook receivers should always verify this header before processing the event. The header value is hex-encoded and prefixed by the algorithm and timestamp, e.g. t=1700000000,v1=abc123... (refer to the Webhook Security docs for the exact verification algorithm).
This scheme applies to webhook delivery (outbound POSTs from CDP to your endpoint), not to inbound CDP API requests.
Body
The wallet.hash.signed webhook event payload.
- API Key Wallet (EVM)
- API Key Wallet (Solana)
- User Wallet (EVM)
- User Wallet (Solana)
- User Wallet (Delegated Signing, EVM)
- User Wallet (Delegated Signing, Solana)
Delivered when a raw hash is signed. Emitted for both EVM and Solana wallets. The payload is one of six variants: API Key Wallet, User Wallet, or User Wallet (Delegated Signing), each delivered as an EVM or Solana variant.
Response
Webhook received and processed successfully.