Step 8: Getting execution status
Last updated
Last updated
Once client has the quote ID, it can track the status of the cross-chain transaction.
The status can take one of the following values:
Here is an example of getting transaction status:
In the example above - the quoteId
variable corresponds to the id
field on the quote object that was executed via the /execute-quote
endpoint in the previous section.
For more details, see the implementation for getting the status .
Congratulations, completing these steps you achieved the chain abstraction for the use case of your application.