Skip to main content
WEBHOOK
yield.claim.confirmed
{
  "type": "yield.claim.confirmed",
  "wallet_id": "fmfdj6yqly31huorjqzq38zc",
  "caip2": "eip155:1",
  "transaction_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "rewards": [
    {
      "token_address": "0x1234567890abcdef1234567890abcdef12345678",
      "token_symbol": "MORPHO",
      "amount": "115631364898103632676"
    }
  ]
}

Body

application/json

Payload for the yield.claim.confirmed webhook event.

type
enum<string>
required

The type of webhook event.

Available options:
yield.claim.confirmed
wallet_id
string
required
caip2
string
required
transaction_id
string
required
rewards
object[]
required

Response

200

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