Returns overall transaction status and all of its known payloads based on supplied intent hash.
/transaction/status
Bech32m-encoded hash.
Transaction Status
Client-originated request error
curl -L \ --request POST \ --url 'https://xrd-gateway.nownodes.io/transaction/status' \ --header 'api-key: text' \ --header 'Content-Type: application/json' \ --data '{"intent_hash":"txid_rdx1twhdx63ctj0ppkwdhpcsameg53gfm5euhl20e77kcfqnj35ymy5s3xdz66"}'
{ "ledger_state": { "network": "mainnet", "state_version": 1, "proposer_round_timestamp": "text", "epoch": 1, "round": 1 }, "status": "Unknown", "intent_status": "Unknown", "intent_status_description": "text", "known_payloads": [ { "payload_hash": "text", "status": "Unknown", "payload_status": "Unknown", "payload_status_description": "text", "error_message": "text", "latest_error_message": "text", "handling_status": "HandlingSubmission", "handling_status_reason": "text", "submission_error": "text" } ], "committed_state_version": 1, "permanently_rejects_at_epoch": 1, "error_message": "text" }