Skip to main content

get_order

Get the status and details of an existing order by ID. Returns order status, products, and payment information.

Parameters

NameTypeRequiredDescription
orderIdstringYesOrder ID to look up

Example Usage

Check status of order order_xyz789

Example Response

## Order Details

**Order ID:** order_xyz789
**Status:** ✅ completed
**User:** 0x1234...abcd
**Created:** 2025-01-15T10:30:00.000Z

### Products:
- Product: abc123
  Period: 3 month(s)
  Quantity: 1

### Instance:
- ID: inst_456
- Type: vps
- Status: ✅ active