Cancel Orders COID
Cancel orders by client order ID. Requires proxy signature, see proxy signing.
delete/v1/trade/orders-coid
Request body
Example request
{
"op": {
"args": [
"550e8400e29b41d4a716446655440000"
]
},
"sig": "0x1234567890...",
"salt": 1234567890,
"ts": 1767225600000,
"exp": 1767225600000
}Response
Cancel response.
Example response
[
{
"oid": 1234567890,
"coid": "550e8400e29b41d4a716446655440000",
"ts": 1767225600000
}
]Changes
Changed in 1 of the 7 revisions of this API.2
- ○
added the required property
items/oneOf[CancelAccepted]/tsto the response with the200statusresponse-required-property-added
- ○
added the required property
items/oneOf[CancelRejected]/tsto the response with the200statusresponse-required-property-added
- ○