Skip to content

Mark an order as locally cancelled

POST
/orders/cancel

Request Body

application/json
JSON
{
  
"orderHash": "string"
}

Responses

Default Response

application/json
JSON
{
  
"ok": true
}

Playground

Server
Body

Samples