POST /v1/gasless/cancel
Authorizations
Body
orderIdstringRequiredExample:
Id of the order to be cancelled
4ff37e1c-dfa1-46b6-8a68-438fe7edbb42
signaturestringRequiredExample:
Signature of the cancellation signed by the user
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?