Get Order Info by clientOid
Request via this interface to get a oco order information via the client order ID.
HTTP REQUEST
GET /api/v3/oco/client-order/{clientOid}
Example
GET /api/v3/oco/client-order/9a05f706a39eff673045b89foco1
{
"orderId": "6572fdd65723280007deb5e0",
"symbol": "FRM-USDT",
"clientOid": "9a05f706a39eff673045b89foco1",
"orderTime": 1702034902724,
"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 |
---|---|---|---|
clientOid | String | Yes | Path parameter,Unique order id created by users to identify their orders |
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 |