POST /v1/gasless/cancel

Endpoint to cancel a gasless order

post
Authorizations
Body
orderIdstringRequired

Id of the order to be cancelled

Example: 4ff37e1c-dfa1-46b6-8a68-438fe7edbb42
signaturestringRequired

Signature of the cancellation signed by the user

Example: cancellation signature
Responses
200
Result of the gasless order cancellation
post
POST /trade/v1/gasless/cancel HTTP/1.1
Host: 
Authorization: Bearer Bearer
Content-Type: application/json
Accept: */*
Content-Length: 87

{
  "orderId": "4ff37e1c-dfa1-46b6-8a68-438fe7edbb42",
  "signature": "cancellation signature"
}
200

Result of the gasless order cancellation

No content

Last updated

Was this helpful?