Daejin Developers

Cancel an order (unsupported)

AMM market orders fill instantly and never rest, so there is nothing to cancel.

DELETE
/clob/orders/{id}

Authorization

ApiKeyAuth
x-api-key<token>

In: header

Path Parameters

id*string

Response Body

application/json

curl -X DELETE "https://example.com/clob/orders/string"
{  "error": "string",  "detail": "string"}