<Cancel Listing> Interface
Use the order platform number and user wallet address to cancel the listing requested by user
Request Address: /api/v2/meta/cancelOrder
Request Method: POST
Request Parameters:
Field Name
Field Description
Type
Notes
platformId
Platform ID of the platform that user request to cancel the order
integer
userAddr
User Wallet Contract Address
string
payload
Parameters of the Cancelled Order (nonce field transferred by looksrare)
*****************/x2y2 plaform payload field description:/ *****************
-sign_message keccak hex of the message to be signed by the maker
-sign message signature
-caller is the order maker(might not be your contract’s address)
-op fixed to given value
-items is orders to sign
/******************************************/
Output Parameters:
Field Name
Field Description
Type
Notes
txInfo
Cancel listing request parameters
jsonObject
Last updated