Skip to main content
POST
Post transaction hash after broadcast

Authorizations

Authorization
string
header
required

Runtime key issued at agent registration. Prefixed with mndt_live_ (mainnet) or mndt_test_ (testnet). Pass as Authorization: Bearer mndt_test_....

Path Parameters

intentId
string<uuid>
required

The intent ID returned from validation.

Body

application/json
txHash
string
required

The on-chain transaction hash.

Pattern: ^0x[a-fA-F0-9]{64}$

Response

Event recorded, intent transitioned to broadcasted.

intentId
string<uuid>
required
status
enum<string>
required
Available options:
broadcasted
txHash
string
required