Get Order Details by orderId

Request via this interface to get a oco order detail via the order ID.

HTTP REQUEST

GET /api/v3/oco/order/details/{orderId}

Example

GET /api/v3/oco/order/details/6572fdd65723280007deb5e0

{
    "orderId": "6572fdd65723280007deb5e0",
    "symbol": "FRM-USDT",
    "clientOid": "9a05f706a39eff673045b89foco1",
    "orderTime": 1702034902724,
    "status": "NEW",
    "orders": [
        {
            "id": "vs9hqpbivnb5e8p8003ttdf1",
            "symbol": "FRM-USDT",
            "side": "sell",
            "price": "1.00000000000000000000",
            "stopPrice": "1.00000000000000000000",
            "size": "25.00000000000000000000",
            "status": "NEW"
        },
        {
            "id": "vs9hqpbivnb5e8p8003ttdf2",
            "symbol": "FRM-USDT",
            "side": "sell",
            "price": "3.00000000000000000000",
            "stopPrice": "0.06000000000000000000",
            "size": "25.00000000000000000000",
            "status": "NEW"
        }
    ]
}
API KEY PERMISSIONS

This endpoint requires the General permission.

REQUEST URL

This endpoint support `Spot URL``

REQUEST RATE LIMIT

Spot weight:2

PARAMETERS
Param Type Mandatory Description
orderId String Yes Path parameter, Order Id unique identifier
RESPONSES
Param Description
orderId order id,Unique order id created by users to identify their orders
symbol symbol, such as, ETH-BTC
clientOid client order id
orderTime Order placement time, milliseconds
status Order status: NEW: New, DONE: Completed, TRIGGERED: Triggered, CANCELLED: Cancelled
orders Sub-order information