v1

latestOpenAPI 3.1.02026-07-1410027.2 KB
Offer

Cancel all my offers

Cancel user's all offers directly on server side. This is an off-chain cancel. If someone stored your offer's signature before the off-chain cancel, he could still accept the offer before its signature expires. It's highly suggested you do the on-chain and off-chain cancel at the same time to avoid any risk.

post/v3/offer/cancelAll

Headers

x-signaturestring required
x-timestampstring required

Request body

userAddressstring required

User's address

Response

200

dataobject
codeinteger
msgstring
tinteger

Example response

{
  "code": 200,
  "msg": "ok",
  "t": 1559204889719
}