get_transaction_status
Check the current status of a submitted transaction, returning values like PENDING, CONFIRMED, or FAILED. Poll this after executing a swap, transfer, deposit, or withdrawal.
Instructions
Returns the current status of a submitted transaction. Poll this after execute_swap, transfer_token, deposit_aave, or withdraw_aave. Status values: PENDING, SIMULATING, QUEUED, SUBMITTED, CONFIRMED, FAILED, REVERTED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transaction_id | Yes | The transaction_id returned by execute_swap or other transaction tools. |