Transaction
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>"
}
}