request_id as the primary correlation key. list_transactions is useful for compatibility and quick inspection, but list_transaction_records and get_transaction_record_by_request_id are the stronger primitives for durable tracking.
Track by request ID
- Python SDK
- TypeScript SDK
List transaction records
- CLI
- Python SDK
- TypeScript SDK
Get a single transaction record
- CLI
- Python SDK
- TypeScript SDK
Status values
| Status | Meaning |
|---|---|
pending | Accepted but not yet executed |
broadcasting | Broadcast to the network |
confirming | Waiting for confirmations |
completed | Confirmed on-chain |
failed | Failed before or after chain execution |