cURL
curl --request GET \ --url https://openapi.odyssey.trade/sapi/v1/order
{ "orderId": "<string>", "clientOrderId": "<string>", "symbol": "<string>", "transactTime": 123, "price": "<string>", "origQty": "<string>", "executedQty": "<string>", "avgPrice": "<string>", "type": "LIMIT", "side": "BUY", "status": "NEW" }
Get the order data.
Order ID.
The uppercase symbol name, e.g., BTCUSDT.
Successful Response
An object that contains information about the order.