Order Take(TRADE)
Interface Description
Accept order, Complete Transaction
HTTP Request
POST /sapi/v1/block-match/order/take
Request Weight (IP)
1
Request fields:
Name | Type | Mandatory | Description |
---|---|---|---|
settlementKey | String | YES | Settlement Key |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
Example response:
{
"success": true
}