v1

latestOpenAPI 3.1.02026-07-1410027.2 KB
Offer

Cancel offer

Cancel an offer. 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/cancel

Headers

x-signaturestring required
x-timestampstring required

Request body

userAddressstring required

User's address

offerIdstring required

OfferId

Response

200

dataobject
codeinteger
msgstring
tinteger

Example response

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