Get EMC order status
get_order_statusCheck the current status of a buy_emc order using its token. Tracks progress from awaiting_payment to notified, including amounts and delivery transaction ID.
Instructions
Return the current status of a buy_emc order by its token: the status, the
exact amount, the EMC amount and destination address, and the emc_txid once
delivered. Use this to poll after buy_emc — status progresses awaiting_payment →
confirmed → emc_delivered → notified (done). Read-only; to cancel an unpaid order
use cancel_order instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | opaque order handle returned by buy_emc; pass it back unchanged |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | human-quotable order number (DB id) | |
| status | Yes | ||
| amount_usdt | Yes | ||
| emc_amount | Yes | ||
| destination_emc_address | Yes | ||
| deposit_address | Yes | ||
| emc_txid | No | ||
| expires_at | Yes |