Skip to main content
After creating an orchestration, you can track its status using the request ID returned from the creation response.

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

Next Steps

For complete working examples, check out the Otim Playground.