After creating an orchestration, you can track its status using the request ID returned from the creation response.Documentation Index
Fetch the complete documentation index at: https://docs.otim.com/llms.txt
Use this file to discover all available pages before exploring further.
Get Orchestration Details
main.go
Understanding the Response
The orchestration details include:- Status: Current state of the orchestration (pending, inProgress, paid, completed, failed)
- Request ID: The unique identifier for this orchestration
- Payment Address: The ephemeral wallet address for receiving payments
- Settlement Details: Information about the target chain, token, and amount
Polling for Updates
For long-running orchestrations, you can poll periodically to check for status changes:main.go