Check order status

Use the creation tx hash:
curl "$BASE_URL/orders/tx/$TX_HASH" -H "X-API-Key: $API_KEY"
Statuses
  • submittedpendingsettled
  • failed (see reason in webhook payload), refunded if applicable
Tip: Prefer webhooks over polling to reduce latency and load.