Order Extend(TRADE)
Interface Description
Extend Order Validity Period by Adding 30 Minutes to the Current Time
HTTP Request
POST /sapi/v1/block-match/order/extend
Request Weight (IP)
1
Request fields:
Name | Type | Mandatory | Description |
---|---|---|---|
orderId | Long | YES | Order ID |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
Example response:
{
"success": true
}