Blockchain Events

Endpoints for forwarding blockchain events with signed fetch authentication

Forward Blockchain Events

post
/forward-blockchain

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.

Authorizations
X-Identity-AuthChain-0stringRequired

ADR-44 signed fetch headers (X-Identity-AuthChain-*, X-Identity-Timestamp, X-Identity-Metadata).

Body
typestring · enumRequired

Blockchain event type

Example: tip_receivedPossible values:
transactionHashstringRequired

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

Example: 0x5e9f2231e36f3c7a1c23f1485d2f61b7718f9830b0b5a7d37c07f1e4f2c6d1aa
Responses
post
/forward-blockchain

No content

Last updated