CHECK_NEAR_SWAP_STATUS
Check the execution status of a NEAR intent swap, returning the current state (e.g., pending, success, failed) and transaction details. Poll until the swap completes.
Instructions
[STEP 5] Check the current execution status of a NEAR intent swap. Returns the swap state (PENDING_DEPOSIT, PROCESSING, SUCCESS, REFUNDED, FAILED, etc.) along with detailed transaction information. Use this to monitor swap progress after initiating the swap, and continue polling until the swap is complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depositAddress | Yes | The unique deposit address from the quote response - used to track and retrieve the current status of the swap |