v50
latestOpenAPI 3.0.0The Radix License, Version 1.0raw.githubusercontent.com2026-04-0736336265.6 KBTransaction
Get Transaction Status
Returns overall transaction status and all of its known payloads based on supplied intent hash.
post/transaction/status
Request body
Example request
{
"intent_hash": "<transaction-intent-hash>"
}Response
Transaction Status
Example response
{
"ledger_state": {
"network": "<network-name>"
}
}