Check swap status
Checks the on-chain status of a swap by transaction hash. Optionally provide chain IDs to speed up the lookup.
POST
Check swap status
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the environment
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Response
Swap status
Current status of the swap operation
Available options:
PENDING, DONE, FAILED, NOT_FOUND Error message if the swap failed
URL to view the swap transaction on a block explorer
Human-readable status message for the swap
URL to view the receiving transaction on a block explorer
URL to view the sending transaction on a block explorer
Detailed substatus providing additional context on the swap state
Previous
Get a realtime auth tokenReturns a short-lived JWT for subscribing to realtime channels. Accepts either a JWT (via Authorization header) or a checkout session token with transaction ID for unauthenticated checkout flows.
Next
Check swap status