POST /v1/gasless/cancel
Last updated
Was this helpful?
Last updated
Was this helpful?
Id of the order to be cancelled
4ff37e1c-dfa1-46b6-8a68-438fe7edbb42
Signature of the cancellation signed by the user
cancellation signature
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"
}
Result of the gasless order cancellation
No content