Skip to main content
WEBHOOK
yield.withdraw.confirmed
{
  "type": "yield.withdraw.confirmed",
  "vault_address": "0x1234567890abcdef1234567890abcdef12345678",
  "caip2": "eip155:1",
  "sender": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
  "owner": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
  "receiver": "0x71C7656EC7ab88b098defB751B7401B5f6d8976F",
  "assets": "1000000000000000000",
  "shares": "950000000000000000"
}

Body

application/json

Payload for the yield.withdraw.confirmed webhook event.

type
enum<string>
required

The type of webhook event.

Available options:
yield.withdraw.confirmed
vault_address
string
required
caip2
string
required
sender
string
required
owner
string
required
assets
string
required
shares
string
required
receiver
string
required

Response

200

Return a 200 status to indicate that the webhook was received successfully.