Agent API
Post transaction hash after broadcast
After broadcasting a signed transaction on-chain, post the txHash back to Mandate. This transitions the intent to broadcasted and triggers asynchronous envelope verification (for raw-validated intents).
POST
Post transaction hash after broadcast
Documentation Index
Fetch the complete documentation index at: https://docs.mandate.md/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Runtime key issued at agent registration. Prefixed with mndt_live_ (mainnet) or mndt_test_ (testnet). Pass as Authorization: Bearer mndt_test_....
Path Parameters
The intent ID returned from validation.
Body
application/json
The on-chain transaction hash.
Pattern:
^0x[a-fA-F0-9]{64}$Post transaction hash after broadcast