latestOpenAPI 3.1.02026-08-1013317298.0 KB

d94e0e0f1821

Blockchain Events

Forward Blockchain Events

Forwards blockchain events using ADR-44 signed fetch authentication. Currently supports tip events (MANA transfers). Validates the transaction on-chain by decoding the meta-transaction to verify sender, receiver, and amount.

Supported event types:

  • tip_received: MANA tip transfers via meta-transaction

Requests from scenes (decentraland-kernel-scene) are blocked.

post/forward-blockchain

Request body

type'tip_received' required

Blockchain event type

transactionHashstring required

Transaction hash of the meta-transaction. The receiver and amount are extracted from the transaction data.

Response

Blockchain event accepted and forwarded