Skip to content

bee.vale.expired ​

Vales reached their expiry. Same as bee.vale.minted: archived by colectiva, acted on by nobody. receivers deliberately empty.

Senders ​

  • bee

Receivers ​

None declared.

Data schema ​

Each field maps to a type hint. | null indicates an optional field.

json
{
  "batchId": "string | null",
  "communityId": "string",
  "accountId": "string",
  "amountCents": "number"
}

Example payload ​

The following is a synthetic payload that matches the schema. Production payloads are signed with HMAC-SHA256 and delivered to each receiver's registered webhook endpoint.

json
{
  "batchId": "example-batchId",
  "communityId": "example-communityId",
  "accountId": "example-accountId",
  "amountCents": 0
}

See also ​


Generated from ecosystem-sdk/packages/mcp-server/src/registry/events.json. Do not edit by hand.

Red Broom Software Ecosystem